diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-19 07:09:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 07:09:45 +0000 |
commit | 9f0eb04b771a43df5d2a40bb36785cebcfc9e236 (patch) | |
tree | fd619eda464bc1a47a8e72111edad16d78a8bf71 | |
parent | c87aca7157a3585bd2089ef624b7f837c4dd7395 (diff) | |
download | timeline-9f0eb04b771a43df5d2a40bb36785cebcfc9e236.tar.gz timeline-9f0eb04b771a43df5d2a40bb36785cebcfc9e236.tar.bz2 timeline-9f0eb04b771a43df5d2a40bb36785cebcfc9e236.zip |
build(deps): Bump core-js from 3.8.3 to 3.9.0 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.3 to 3.9.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.8.3...v3.9.0)
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 c31118fa..3824ed4d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -11,7 +11,7 @@ "bootstrap-icons": "^1.3.0",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
- "core-js": "^3.8.3",
+ "core-js": "^3.9.0",
"i18next": "^19.8.8",
"i18next-browser-languagedetector": "^6.0.1",
"localforage": "^1.9.0",
|