diff --git a/package-lock.json b/package-lock.json index e3e83793445f..686a9d60fe1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -199,7 +199,6 @@ "chai-as-promised": "7.1.1", "chalk": "4.1.2", "chokidar-cli": "3.0.0", - "core-js": "2.6.9", "cross-env": "5.2.0", "css-loader": "3.2.0", "csv-parse": "5.5.2", @@ -16119,14 +16118,6 @@ "node": ">=6" } }, - "node_modules/core-js": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.9.tgz", - "integrity": "sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==", - "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.", - "dev": true, - "hasInstallScript": true - }, "node_modules/core-js-compat": { "version": "3.37.1", "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz", diff --git a/package.json b/package.json index b3448225c151..e9570a79e60c 100644 --- a/package.json +++ b/package.json @@ -283,7 +283,6 @@ "chai-as-promised": "7.1.1", "chalk": "4.1.2", "chokidar-cli": "3.0.0", - "core-js": "2.6.9", "cross-env": "5.2.0", "css-loader": "3.2.0", "csv-parse": "5.5.2",