diff options
author | crupest <crupest@outlook.com> | 2021-04-23 16:09:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 16:09:19 +0800 |
commit | db52590182a8f13c88827be71f48f0ad3e16d03e (patch) | |
tree | 1d735e47b376a4431f62ab1b68851da4e8dcb0c8 | |
parent | 317d10ccf00a64bf73a90a9361708753f826508d (diff) | |
parent | e0c56a816e5fd502e620ff9a463b3b6796bd0358 (diff) | |
download | timeline-db52590182a8f13c88827be71f48f0ad3e16d03e.tar.gz timeline-db52590182a8f13c88827be71f48f0ad3e16d03e.tar.bz2 timeline-db52590182a8f13c88827be71f48f0ad3e16d03e.zip |
Merge pull request #478 from crupest/dependabot/npm_and_yarn/FrontEnd/core-js-3.11.0
build(deps): Bump core-js from 3.10.2 to 3.11.0 in /FrontEnd
-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 14db0c71..ca36edfe 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -10,7 +10,7 @@ "bootstrap": "^4.5.3",
"bootstrap-icons": "^1.4.1",
"classnames": "^2.3.1",
- "core-js": "^3.10.2",
+ "core-js": "^3.11.0",
"i18next": "^20.2.1",
"i18next-browser-languagedetector": "^6.1.0",
"js-base64": "^3.6.0",
|