From bef57c4dbc6a5320be6626ef3dea728114767b1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:48:37 +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 8f65af1df..5e9e4518b 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.38.1", "dayjs": "1.11.13", "dompurify": "2.3.6", "formik": "2.2.9", @@ -7584,11 +7584,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.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 9e25eabfd..e1c223643 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.38.1", "dayjs": "1.11.13", "dompurify": "2.3.6", "formik": "2.2.9",