diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-27 05:06:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-27 05:06:44 +0000 |
commit | 22d5418ab5154cb12d6c90a031c31f1233b170d2 (patch) | |
tree | 1b135bf3b8119835b11be8c4a3a3224c5953095c | |
parent | 9b8ecc5353ea66e651d50c0bf1337a30207dad60 (diff) | |
download | timeline-22d5418ab5154cb12d6c90a031c31f1233b170d2.tar.gz timeline-22d5418ab5154cb12d6c90a031c31f1233b170d2.tar.bz2 timeline-22d5418ab5154cb12d6c90a031c31f1233b170d2.zip |
build(deps): Bump core-js from 3.18.0 to 3.18.1 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.0 to 3.18.1.
- [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.18.0...v3.18.1)
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 fe981962..c5744fa4 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.18.0",
+ "core-js": "^3.18.1",
"i18next": "^21.0.2",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
|