diff --git a/package-lock.json b/package-lock.json index 9db0b7629..c3a89c362 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.39.0", "dayjs": "1.11.13", "dompurify": "2.5.4", "formik": "2.2.9", @@ -7359,11 +7359,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.39.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.39.0.tgz", + "integrity": "sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==", "hasInstallScript": true, + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/core-js" diff --git a/package.json b/package.json index 407c09d86..6b1eeeeb5 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.39.0", "dayjs": "1.11.13", "dompurify": "2.5.4", "formik": "2.2.9",