diff --git a/package-lock.json b/package-lock.json index e0c3c310..31c934d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5760,9 +5760,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-js-compat": { diff --git a/package.json b/package.json index 94ddb8a2..25c371b1 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@typescript-eslint/eslint-plugin": ">=4.33.0", "@typescript-eslint/parser": ">=4.33.0", "chromedriver": "^104.0.0", - "core-js": "^3.24.1", + "core-js": "^3.25.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^27.0.1",