diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-19 15:30:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 15:30:53 +0000 |
commit | a3765bf18714c434407b5d411ca88407391893ca (patch) | |
tree | 7fb809b009ccfd036eaf17162f400c3104c31723 | |
parent | c4b13b5251fddd1302f7d4ffa7c16311bfd11405 (diff) | |
parent | b8a5777d2118bbafeaf18e271cc6a26a222ae296 (diff) | |
download | timeline-a3765bf18714c434407b5d411ca88407391893ca.tar.gz timeline-a3765bf18714c434407b5d411ca88407391893ca.tar.bz2 timeline-a3765bf18714c434407b5d411ca88407391893ca.zip |
Merge pull request #292 from crupest/dependabot/npm_and_yarn/FrontEnd/babel/preset-env-7.12.17
-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 311766ee..e6354a23 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.12.16",
+ "@babel/preset-env": "^7.12.17",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.12.16",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
|