diff options
author | crupest <crupest@outlook.com> | 2022-04-20 13:59:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 13:59:29 +0800 |
commit | 6c5884df79c53cf1d204b6114f9e73af8f1ace87 (patch) | |
tree | 25e9de41d3089e77b31846b510b8eb45d4a22646 | |
parent | 7187553a32af6a0011e5246080ee2edc2be8215e (diff) | |
parent | 230f40e175c6e71914c1c1fdca8a9208d1cabc11 (diff) | |
download | timeline-6c5884df79c53cf1d204b6114f9e73af8f1ace87.tar.gz timeline-6c5884df79c53cf1d204b6114f9e73af8f1ace87.tar.bz2 timeline-6c5884df79c53cf1d204b6114f9e73af8f1ace87.zip |
Merge pull request #1164 from crupest/dependabot/npm_and_yarn/FrontEnd/core-js-3.22.1
-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 930eaa63..ba39b99a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,7 +13,7 @@ "bootstrap-icons": "^1.8.1",
"classnames": "^2.3.1",
"color": "^4.2.3",
- "core-js": "^3.21.1",
+ "core-js": "^3.22.1",
"i18next": "^21.6.16",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
|