diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-01 08:52:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 08:52:33 +0000 |
commit | f56afb2e79594b4117f6132f79160217df291f6b (patch) | |
tree | bbcf1ecfde238bf763d46bd9bd8b26b3d81f2b6a /FrontEnd/package-lock.json | |
parent | c3690af4050ba5e08645a2ef3c9c9cf75dcd2fd3 (diff) | |
download | timeline-f56afb2e79594b4117f6132f79160217df291f6b.tar.gz timeline-f56afb2e79594b4117f6132f79160217df291f6b.tar.bz2 timeline-f56afb2e79594b4117f6132f79160217df291f6b.zip |
build(deps): Bump core-js from 3.9.1 to 3.10.0 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.9.1 to 3.10.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/commits/v3.10.0/packages/core-js)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package-lock.json')
-rw-r--r-- | FrontEnd/package-lock.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 264beadc..09a39be1 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -13,7 +13,7 @@ "bootstrap-icons": "^1.4.1", "classnames": "^2.3.0", "clsx": "^1.1.1", - "core-js": "^3.9.1", + "core-js": "^3.10.0", "i18next": "^20.1.0", "i18next-browser-languagedetector": "^6.1.0", "localforage": "^1.9.0", @@ -4569,9 +4569,9 @@ } }, "node_modules/core-js": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.9.1.tgz", - "integrity": "sha512-gSjRvzkxQc1zjM/5paAmL4idJBFzuJoo+jDjF1tStYFMV2ERfD02HhahhCGXUyHxQRG4yFKVSdO6g62eoRMcDg==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.10.0.tgz", + "integrity": "sha512-MQx/7TLgmmDVamSyfE+O+5BHvG1aUGj/gHhLn1wVtm2B5u1eVIPvh7vkfjwWKNCjrTJB8+He99IntSQ1qP+vYQ==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -19795,9 +19795,9 @@ } }, "core-js": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.9.1.tgz", - "integrity": "sha512-gSjRvzkxQc1zjM/5paAmL4idJBFzuJoo+jDjF1tStYFMV2ERfD02HhahhCGXUyHxQRG4yFKVSdO6g62eoRMcDg==" + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.10.0.tgz", + "integrity": "sha512-MQx/7TLgmmDVamSyfE+O+5BHvG1aUGj/gHhLn1wVtm2B5u1eVIPvh7vkfjwWKNCjrTJB8+He99IntSQ1qP+vYQ==" }, "core-js-compat": { "version": "3.9.0", |