diff --git a/package-lock.json b/package-lock.json index abf03670c..fdb8a317b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "axios": "0.28.0", "classnames": "2.2.6", "color": "3.1.3", - "core-js": "3.7.0", + "core-js": "3.40.0", "dayjs": "1.11.13", "dompurify": "2.5.4", "formik": "2.2.9", @@ -7360,11 +7360,11 @@ } }, "node_modules/core-js": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz", - "integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA==", - "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", + "version": "3.40.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.40.0.tgz", + "integrity": "sha512-7vsMc/Lty6AGnn7uFpYT56QesI5D2Y/UkgKounk87OP9Z2H9Z8kj6jzcSGAxFmUtDOS0ntK6lbQz+Nsa0Jj6mQ==", "hasInstallScript": true, + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/core-js" diff --git a/package.json b/package.json index 6f390e408..5c45f2ca5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "axios": "0.28.0", "classnames": "2.2.6", "color": "3.1.3", - "core-js": "3.7.0", + "core-js": "3.40.0", "dayjs": "1.11.13", "dompurify": "2.5.4", "formik": "2.2.9",