diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-24 07:54:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 07:54:40 +0000 |
commit | 256c221a9e6197677379bb90758a602c10cd439a (patch) | |
tree | 78402b359f1680507ff4972141ebe9ce941dfced /FrontEnd/package.json | |
parent | ff0f6f0989e0f7ed3bb78a7148f3117387cef513 (diff) | |
parent | 916fdab106d20ac8fdb33380c8f5fade12106a86 (diff) | |
download | timeline-256c221a9e6197677379bb90758a602c10cd439a.tar.gz timeline-256c221a9e6197677379bb90758a602c10cd439a.tar.bz2 timeline-256c221a9e6197677379bb90758a602c10cd439a.zip |
Merge pull request #321 from crupest/dependabot/npm_and_yarn/FrontEnd/babel/preset-env-7.13.5
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 f9575a6b..bda7ceaf 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0",
"@babel/plugin-proposal-optional-chaining": "^7.13.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.13.0",
+ "@babel/preset-env": "^7.13.5",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
|