diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-02 05:07:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 05:07:09 +0000 |
commit | d5b016206946386ae4c1e30365f5447b3c20e31a (patch) | |
tree | bd11c2f1785e1f1d4669b97413c09836c0a7f7b9 | |
parent | f99388ae666cddcf6ed77c645d17226be8fb24b7 (diff) | |
download | timeline-d5b016206946386ae4c1e30365f5447b3c20e31a.tar.gz timeline-d5b016206946386ae4c1e30365f5447b3c20e31a.tar.bz2 timeline-d5b016206946386ae4c1e30365f5447b3c20e31a.zip |
build(deps): Bump core-js from 3.20.3 to 3.21.0 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js) from 3.20.3 to 3.21.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.20.3...v3.21.0)
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 57e32eeb..9322d421 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,7 +13,7 @@ "bootstrap-icons": "^1.8.0",
"classnames": "^2.3.1",
"color": "^4.2.0",
- "core-js": "^3.20.3",
+ "core-js": "^3.21.0",
"i18next": "^21.6.10",
"i18next-browser-languagedetector": "^6.1.3",
"js-base64": "^3.7.2",
|