From 89e5436150a10f3158b94236addba0cf83cc3322 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:21:59 +0000 Subject: [PATCH] fix(deps): update dependency core-js to v3.38.1 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 872819379..2c56143ac 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", @@ -8765,11 +8765,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 aae2dd3ab..87e763f5a 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",