diff options
author | crupest <crupest@outlook.com> | 2021-05-31 20:59:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 20:59:05 +0800 |
commit | 879653010741d1296046d653942b08d7498e17d8 (patch) | |
tree | 8d7e510fbaf649eb2d404e69026589a60b93426b /FrontEnd/package.json | |
parent | 10162352fbf25631d2e1900257220083c456be3d (diff) | |
parent | e805e70744125d9b4d6d6fcd14e987b537fe9b45 (diff) | |
download | timeline-879653010741d1296046d653942b08d7498e17d8.tar.gz timeline-879653010741d1296046d653942b08d7498e17d8.tar.bz2 timeline-879653010741d1296046d653942b08d7498e17d8.zip |
Merge pull request #577 from crupest/dependabot/npm_and_yarn/FrontEnd/core-js-3.13.1
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 0ff85115..9943355b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -12,7 +12,7 @@ "bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
"color": "^3.1.3",
- "core-js": "^3.13.0",
+ "core-js": "^3.13.1",
"i18next": "^20.3.1",
"i18next-browser-languagedetector": "^6.1.1",
"js-base64": "^3.6.1",
|