diff --git a/package-lock.json b/package-lock.json index d138a29dd96..15a7e893a24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8740,9 +8740,9 @@ } }, "core-js": { - "version": "3.24.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.24.1.tgz", - "integrity": "sha512-0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg==", + "version": "3.25.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.0.tgz", + "integrity": "sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA==", "dev": true }, "core-util-is": { diff --git a/package.json b/package.json index 88d8e933ecc..67ab9f008d3 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "commitlint-circle": "1.0.0", "concurrently": "7.3.0", "conventional-changelog": "3.1.25", - "core-js": "3.24.1", + "core-js": "3.25.0", "coveralls": "3.1.1", "delete-empty": "3.0.0", "engine.io-client": "6.2.2",