diff --git a/package-lock.json b/package-lock.json index f4cbf183..4991381d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@babel/preset-env": "^7.9.5", - "@babel/runtime-corejs3": "^7.9.2", + "@babel/runtime-corejs3": "^8.0.0", "@rollup/plugin-babel": "^7.0.0", "@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-node-resolve": "^16.0.0", @@ -1771,16 +1771,13 @@ } }, "node_modules/@babel/runtime-corejs3": { - "version": "7.29.7", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.29.7.tgz", - "integrity": "sha512-ppj9ouYku+RX0ljtgZd+KMO5mkM2bCqg8H2PYAFWnLsHEIKIdRojqbJ2i3eVHrisuxy7nOFCmngTDdWtUCdXUQ==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-8.0.0.tgz", + "integrity": "sha512-W4MtIy0UAB61P7MJZ8it4/oT05emtQWhyAQ+Z0kh9ofVNwmXCTrhea3OdqvViMgjw4a0d5NUq1IqoVkdyhborQ==", "dev": true, "license": "MIT", "dependencies": { "core-js-pure": "^3.48.0" - }, - "engines": { - "node": ">=6.9.0" } }, "node_modules/@babel/template": { diff --git a/package.json b/package.json index f6b40ff8..fa0fa629 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "devDependencies": { "@babel/preset-env": "^7.9.5", - "@babel/runtime-corejs3": "^7.9.2", + "@babel/runtime-corejs3": "^8.0.0", "@rollup/plugin-babel": "^7.0.0", "@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-node-resolve": "^16.0.0",