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 | 074075e212132c9d3c38aa9e9e78cf085b4e80c4 (patch) | |
tree | 2f12bbb52f8b9a84f818bc84a2edafdf22d12071 | |
parent | 71d93bac0b2d7de0fd6e5eeb423f315d61e47c1b (diff) | |
download | timeline-074075e212132c9d3c38aa9e9e78cf085b4e80c4.tar.gz timeline-074075e212132c9d3c38aa9e9e78cf085b4e80c4.tar.bz2 timeline-074075e212132c9d3c38aa9e9e78cf085b4e80c4.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>
-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",
|