diff --git a/package-lock.json b/package-lock.json index 5ac2f836..6b55d605 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "axios": "^1.6.7", "babel-polyfill": "6.26.0", "classnames": "2.5.1", - "core-js": "3.18.1", + "core-js": "3.39.0", "file-saver": "^2.0.5", "history": "5.3.0", "lodash.debounce": "4.0.8", @@ -7253,11 +7253,11 @@ "integrity": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==" }, "node_modules/core-js": { - "version": "3.18.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.1.tgz", - "integrity": "sha512-vJlUi/7YdlCZeL6fXvWNaLUPh/id12WXj3MbkMw5uOyF0PfWPBNOCNbs53YqgrvtujLNlt9JQpruyIKkUZ+PKA==", - "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 04e2474b..44e78e44 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "axios": "^1.6.7", "babel-polyfill": "6.26.0", "classnames": "2.5.1", - "core-js": "3.18.1", + "core-js": "3.39.0", "file-saver": "^2.0.5", "history": "5.3.0", "lodash.debounce": "4.0.8",