diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-29 09:21:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 09:21:10 +0000 |
commit | a9b4b437f28eb85f972ed6a9be3bb585c84a3353 (patch) | |
tree | 29c2f5abe45e8938841ba2e5c7038337480a72ca | |
parent | 6257f02acfcd3c0d06795e0b56ea434ab46d2717 (diff) | |
download | timeline-a9b4b437f28eb85f972ed6a9be3bb585c84a3353.tar.gz timeline-a9b4b437f28eb85f972ed6a9be3bb585c84a3353.tar.bz2 timeline-a9b4b437f28eb85f972ed6a9be3bb585c84a3353.zip |
build(deps-dev): Bump @babel/core from 7.13.10 to 7.13.13 in /FrontEnd
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.10 to 7.13.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.13.13/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 97d1b723..87a7c7d7 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -55,7 +55,7 @@ ]
},
"devDependencies": {
- "@babel/core": "^7.13.10",
+ "@babel/core": "^7.13.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
|