diff --git a/package-lock.json b/package-lock.json index 95b3ad36..84a14860 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.38.1", "file-saver": "^2.0.5", "history": "5.3.0", "lodash.debounce": "4.0.8", @@ -7351,11 +7351,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.38.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.1.tgz", + "integrity": "sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==", "hasInstallScript": true, + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/core-js" diff --git a/package.json b/package.json index 07075405..d8bb17b2 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.38.1", "file-saver": "^2.0.5", "history": "5.3.0", "lodash.debounce": "4.0.8",