diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-09 07:10:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 07:10:11 +0000 |
commit | b1a09c1118f55e386f0ca9efe5a1cb8ad5353666 (patch) | |
tree | 57e2452be5c52ce42c8e1e3ab51638ed963a1922 /FrontEnd/package.json | |
parent | 8f0fe81711f3faffe8549e97bcbe3bdc9af1fc5f (diff) | |
download | timeline-b1a09c1118f55e386f0ca9efe5a1cb8ad5353666.tar.gz timeline-b1a09c1118f55e386f0ca9efe5a1cb8ad5353666.tar.bz2 timeline-b1a09c1118f55e386f0ca9efe5a1cb8ad5353666.zip |
build(deps-dev): Bump @babel/core from 7.13.14 to 7.13.15 in /FrontEnd
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.14 to 7.13.15.
- [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.15/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 0ecac9ed..7c238515 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ ]
},
"devDependencies": {
- "@babel/core": "^7.13.14",
+ "@babel/core": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
|