diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-03 05:07:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 05:07:11 +0000 |
commit | 2b3eb9c7fe168bc65fe7c8b42929061a91e0310f (patch) | |
tree | 057b0fcf49db70692a26439368453a3a61416f33 | |
parent | 4c595be3952eb9535a91f8ebd54b6fc3ae8cd004 (diff) | |
download | timeline-2b3eb9c7fe168bc65fe7c8b42929061a91e0310f.tar.gz timeline-2b3eb9c7fe168bc65fe7c8b42929061a91e0310f.tar.bz2 timeline-2b3eb9c7fe168bc65fe7c8b42929061a91e0310f.zip |
build(deps): Bump core-js from 3.17.1 to 3.17.2 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js) from 3.17.1 to 3.17.2.
- [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.17.1...v3.17.2)
---
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 509a087c..c786abf2 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.17.1",
+ "core-js": "^3.17.2",
"i18next": "^20.6.0",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.6.1",
|