diff --git a/package-lock.json b/package-lock.json index a6c583feb..80992fdb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@tinymce/tinymce-react": "3.13.1", "babel-polyfill": "6.26.0", "classnames": "2.5.1", - "core-js": "3.21.1", + "core-js": "3.38.1", "dompurify": "^2.4.3", "formik": "2.4.5", "lodash.snakecase": "4.1.1", @@ -8823,11 +8823,11 @@ } }, "node_modules/core-js": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.21.1.tgz", - "integrity": "sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==", - "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 e8a49aa47..f16387e16 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@tinymce/tinymce-react": "3.13.1", "babel-polyfill": "6.26.0", "classnames": "2.5.1", - "core-js": "3.21.1", + "core-js": "3.38.1", "dompurify": "^2.4.3", "formik": "2.4.5", "lodash.snakecase": "4.1.1",