diff options
author | crupest <crupest@outlook.com> | 2021-08-30 13:09:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 13:09:02 +0800 |
commit | 575a7812c57306b5f28e41ecebad575e1eb04afb (patch) | |
tree | 1c432c31e419edf6ea0446b67b12480453b4e736 /FrontEnd | |
parent | d91a18c94bbc98160bbd601fa1e42bc4b37237ae (diff) | |
parent | d5c6ebc4868bcb2bc106418afd3afb4333bc5c74 (diff) | |
download | timeline-575a7812c57306b5f28e41ecebad575e1eb04afb.tar.gz timeline-575a7812c57306b5f28e41ecebad575e1eb04afb.tar.bz2 timeline-575a7812c57306b5f28e41ecebad575e1eb04afb.zip |
Merge pull request #770 from crupest/dependabot/npm_and_yarn/FrontEnd/core-js-3.16.4
Diffstat (limited to '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 636bc127..a68c0aeb 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,7 +13,7 @@ "bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
"color": "^4.0.1",
- "core-js": "^3.16.3",
+ "core-js": "^3.16.4",
"i18next": "^20.4.0",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.6.1",
|