diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-12 07:26:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 07:26:30 +0000 |
commit | 521ee23293d8c5e5a494bba96e31a2a219c2b06a (patch) | |
tree | 42f712053a223f5ad0db2376045f250564a09fc6 | |
parent | c128a1abe6cd152da594d3d493dd6f0dd3cd54d0 (diff) | |
download | timeline-521ee23293d8c5e5a494bba96e31a2a219c2b06a.tar.gz timeline-521ee23293d8c5e5a494bba96e31a2a219c2b06a.tar.bz2 timeline-521ee23293d8c5e5a494bba96e31a2a219c2b06a.zip |
build(deps-dev): Bump @babel/core from 7.12.13 to 7.12.16 in /FrontEnd
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.13 to 7.12.16.
- [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.16/packages/babel-core)
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 985f38a9..952faa7a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -52,7 +52,7 @@ ]
},
"devDependencies": {
- "@babel/core": "^7.12.13",
+ "@babel/core": "^7.12.16",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.12.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
|