diff --git a/package-lock.json b/package-lock.json index 346f85c63..b240e58e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "babel-loader": "^9.1.2", "babel-plugin-lodash": "^3.3.4", "babel-plugin-macros": "^3.1.0", - "babel-plugin-polyfill-corejs3": "^0.8.1", + "babel-plugin-polyfill-corejs3": "^0.12.0", "babel-plugin-react-transform": "^3.0.0", "babel-preset-env": "^1.7.0", "chromatic": "^11.7.1", @@ -7607,31 +7607,14 @@ } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.8.7", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.7.tgz", - "integrity": "sha512-KyDvZYxAzkC0Aj2dAPyDzi2Ym15e5JKZSK+maI7NAwSqofvuFglbSsxE7wUOvTg9oFVnHMzVzBKcqEb4PJgtOA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.4.4", - "core-js-compat": "^3.33.1" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/babel-plugin-polyfill-corejs3/node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.4.tgz", - "integrity": "sha512-QcJMILQCu2jm5TFPGA3lCpJJTeEP+mqeXooG/NZbg/h5FTFi6V0+99ahlRsW8/kRLyb24LZVCCiclDedhLKcBA==", + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.12.0.tgz", + "integrity": "sha512-S95J8gvvIIBanFi/mHvZ6CIvkpHKPICgaDNfwpDZfl5xcNnmX4Y3T/+HnCRSddBkuFmX3DkBzzCI4anCl5Ql7w==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-plugin-utils": "^7.22.5", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2" + "@babel/helper-define-polyfill-provider": "^0.6.4", + "core-js-compat": "^3.41.0" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" diff --git a/package.json b/package.json index e617fbae7..d46fa1ea3 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "babel-loader": "^9.1.2", "babel-plugin-lodash": "^3.3.4", "babel-plugin-macros": "^3.1.0", - "babel-plugin-polyfill-corejs3": "^0.8.1", + "babel-plugin-polyfill-corejs3": "^0.12.0", "babel-plugin-react-transform": "^3.0.0", "babel-preset-env": "^1.7.0", "chromatic": "^11.7.1",