diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-02 03:39:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 03:39:50 +0000 |
commit | 9ae02389feb74191293fc9f6240fe711b19a1af8 (patch) | |
tree | c71617e1602662219330a0a8cc70b0b640703e25 /FrontEnd/package.json | |
parent | af3bd9da3ba5b902a55558a7478b6791b7272d23 (diff) | |
parent | 52b1422247f5cd1b27ef1c2bb7fe6e28b3e2ff51 (diff) | |
download | timeline-9ae02389feb74191293fc9f6240fe711b19a1af8.tar.gz timeline-9ae02389feb74191293fc9f6240fe711b19a1af8.tar.bz2 timeline-9ae02389feb74191293fc9f6240fe711b19a1af8.zip |
Merge pull request #337 from crupest/dependabot/npm_and_yarn/FrontEnd/babel/preset-env-7.13.9
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 ad0bf890..9740d04f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.13.5",
+ "@babel/preset-env": "^7.13.9",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
|