diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-03 07:30:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 07:30:18 +0000 |
commit | 5eece0a9301093a5908dade2f356243f4cf3b3fb (patch) | |
tree | 0f7758a0cd639ff8e78d9f14f3719ddffd6ec2ad | |
parent | 88bfbc131c8fd627cd4d9b9fe46101634996fdfe (diff) | |
download | timeline-5eece0a9301093a5908dade2f356243f4cf3b3fb.tar.gz timeline-5eece0a9301093a5908dade2f356243f4cf3b3fb.tar.bz2 timeline-5eece0a9301093a5908dade2f356243f4cf3b3fb.zip |
build(deps-dev): Bump @babel/plugin-proposal-nullish-coalescing-operator
Bumps [@babel/plugin-proposal-nullish-coalescing-operator](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-nullish-coalescing-operator) from 7.12.1 to 7.12.13.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.13/packages/babel-plugin-proposal-nullish-coalescing-operator)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 17d4e542..80ed3590 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -55,7 +55,7 @@ "@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.12.12",
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
|