diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-10 09:02:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 09:02:33 +0000 |
commit | a61f8c778d31124949ee077aa627c76a6b37ced6 (patch) | |
tree | 64dae32e06994b559e423398e058a53bda8dde17 | |
parent | a9ad089e8448c389a0af6081a61682fcd2f1b33f (diff) | |
download | timeline-a61f8c778d31124949ee077aa627c76a6b37ced6.tar.gz timeline-a61f8c778d31124949ee077aa627c76a6b37ced6.tar.bz2 timeline-a61f8c778d31124949ee077aa627c76a6b37ced6.zip |
build(deps): Bump core-js from 3.12.0 to 3.12.1 in /FrontEnd
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.12.0 to 3.12.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/commits/v3.12.1/packages/core-js)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package-lock.json | 14 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index c98c21c0..1854ce3e 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -13,7 +13,7 @@ "bootstrap-icons": "^1.4.1", "classnames": "^2.3.1", "color": "^3.1.3", - "core-js": "^3.12.0", + "core-js": "^3.12.1", "i18next": "^20.2.2", "i18next-browser-languagedetector": "^6.1.0", "js-base64": "^3.6.0", @@ -4668,9 +4668,9 @@ } }, "node_modules/core-js": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.12.0.tgz", - "integrity": "sha512-SaMnchL//WwU2Ot1hhkPflE8gzo7uq1FGvUJ8GKmi3TOU7rGTHIU+eir1WGf6qOtTyxdfdcp10yPdGZ59sQ3hw==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.12.1.tgz", + "integrity": "sha512-Ne9DKPHTObRuB09Dru5AjwKjY4cJHVGu+y5f7coGn1E9Grkc3p2iBwE9AI/nJzsE29mQF7oq+mhYYRqOMFN1Bw==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -19819,9 +19819,9 @@ } }, "core-js": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.12.0.tgz", - "integrity": "sha512-SaMnchL//WwU2Ot1hhkPflE8gzo7uq1FGvUJ8GKmi3TOU7rGTHIU+eir1WGf6qOtTyxdfdcp10yPdGZ59sQ3hw==" + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.12.1.tgz", + "integrity": "sha512-Ne9DKPHTObRuB09Dru5AjwKjY4cJHVGu+y5f7coGn1E9Grkc3p2iBwE9AI/nJzsE29mQF7oq+mhYYRqOMFN1Bw==" }, "core-js-compat": { "version": "3.11.3", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 613c6134..413f8d1a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -11,7 +11,7 @@ "bootstrap-icons": "^1.4.1",
"classnames": "^2.3.1",
"color": "^3.1.3",
- "core-js": "^3.12.0",
+ "core-js": "^3.12.1",
"i18next": "^20.2.2",
"i18next-browser-languagedetector": "^6.1.0",
"js-base64": "^3.6.0",
|