fix(deps): update dependency core-js to v3.47.0

This commit is contained in:
renovate[bot]
2025-12-10 05:40:57 +00:00
parent cefc8d9d35
commit e5388690b2
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"@tinymce/tinymce-react": "5.1.1", "@tinymce/tinymce-react": "5.1.1",
"babel-polyfill": "6.26.0", "babel-polyfill": "6.26.0",
"classnames": "2.5.1", "classnames": "2.5.1",
"core-js": "3.21.1", "core-js": "3.47.0",
"dompurify": "^2.4.3", "dompurify": "^2.4.3",
"formik": "2.4.9", "formik": "2.4.9",
"lodash.snakecase": "4.1.1", "lodash.snakecase": "4.1.1",
@@ -10222,11 +10222,11 @@
} }
}, },
"node_modules/core-js": { "node_modules/core-js": {
"version": "3.21.1", "version": "3.47.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.21.1.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.47.0.tgz",
"integrity": "sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==", "integrity": "sha512-c3Q2VVkGAUyupsjRnaNX6u8Dq2vAdzm9iuPj5FW0fRxzlxgq9Q39MDq10IvmQSpLgHQNyQzQmOo6bgGHmH3NNg==",
"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.",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT",
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",
"url": "https://opencollective.com/core-js" "url": "https://opencollective.com/core-js"

View File

@@ -39,7 +39,7 @@
"@tinymce/tinymce-react": "5.1.1", "@tinymce/tinymce-react": "5.1.1",
"babel-polyfill": "6.26.0", "babel-polyfill": "6.26.0",
"classnames": "2.5.1", "classnames": "2.5.1",
"core-js": "3.21.1", "core-js": "3.47.0",
"dompurify": "^2.4.3", "dompurify": "^2.4.3",
"formik": "2.4.9", "formik": "2.4.9",
"lodash.snakecase": "4.1.1", "lodash.snakecase": "4.1.1",