diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-30 06:49:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 06:49:43 +0000 |
commit | e62347f7961b72fa0702e6014ba2f5aa53bd17ee (patch) | |
tree | e5109387e8c9ee375ab3274c57f9611eccf691b2 /FrontEnd/package.json | |
parent | 15d7475a35934c2cec4c637b909ee9448b598323 (diff) | |
download | timeline-e62347f7961b72fa0702e6014ba2f5aa53bd17ee.tar.gz timeline-e62347f7961b72fa0702e6014ba2f5aa53bd17ee.tar.bz2 timeline-e62347f7961b72fa0702e6014ba2f5aa53bd17ee.zip |
build(deps-dev): Bump @babel/core from 7.13.13 to 7.13.14 in /FrontEnd
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.13 to 7.13.14.
- [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.13.14/packages/babel-core)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-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 b706cc59..8906534c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -55,7 +55,7 @@ ]
},
"devDependencies": {
- "@babel/core": "^7.13.13",
+ "@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
|