chore(deps-dev): bump @babel/plugin-transform-runtime (#10366)

This commit is contained in:
dependabot[bot]
2025-03-14 00:25:54 +00:00
committed by GitHub
parent 24dfbeb930
commit 8e15218e15
2 changed files with 11 additions and 23 deletions

32
package-lock.json generated
View File

@@ -49,7 +49,7 @@
"@babel/cli": "=7.26.4", "@babel/cli": "=7.26.4",
"@babel/core": "=7.26.9", "@babel/core": "=7.26.9",
"@babel/eslint-parser": "=7.26.10", "@babel/eslint-parser": "=7.26.10",
"@babel/plugin-transform-runtime": "=7.26.9", "@babel/plugin-transform-runtime": "=7.26.10",
"@babel/preset-env": "=7.26.9", "@babel/preset-env": "=7.26.9",
"@babel/preset-react": "=7.26.3", "@babel/preset-react": "=7.26.3",
"@babel/register": "=7.25.9", "@babel/register": "=7.25.9",
@@ -1543,16 +1543,16 @@
} }
}, },
"node_modules/@babel/plugin-transform-runtime": { "node_modules/@babel/plugin-transform-runtime": {
"version": "7.26.9", "version": "7.26.10",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.26.9.tgz", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.26.10.tgz",
"integrity": "sha512-Jf+8y9wXQbbxvVYTM8gO5oEF2POdNji0NMltEkG7FtmzD9PVz7/lxpqSdTvwsjTMU5HIHuDVNf2SOxLkWi+wPQ==", "integrity": "sha512-NWaL2qG6HRpONTnj4JvDU6th4jYeZOJgu3QhmFTCihib0ermtOJqktA5BduGm3suhhVe9EMP9c9+mfJ/I9slqw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/helper-module-imports": "^7.25.9", "@babel/helper-module-imports": "^7.25.9",
"@babel/helper-plugin-utils": "^7.26.5", "@babel/helper-plugin-utils": "^7.26.5",
"babel-plugin-polyfill-corejs2": "^0.4.10", "babel-plugin-polyfill-corejs2": "^0.4.10",
"babel-plugin-polyfill-corejs3": "^0.10.6", "babel-plugin-polyfill-corejs3": "^0.11.0",
"babel-plugin-polyfill-regenerator": "^0.6.1", "babel-plugin-polyfill-regenerator": "^0.6.1",
"semver": "^6.3.1" "semver": "^6.3.1"
}, },
@@ -1795,20 +1795,6 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
} }
}, },
"node_modules/@babel/preset-env/node_modules/babel-plugin-polyfill-corejs3": {
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz",
"integrity": "sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-define-polyfill-provider": "^0.6.3",
"core-js-compat": "^3.40.0"
},
"peerDependencies": {
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
}
},
"node_modules/@babel/preset-modules": { "node_modules/@babel/preset-modules": {
"version": "0.1.6-no-external-plugins", "version": "0.1.6-no-external-plugins",
"dev": true, "dev": true,
@@ -7645,12 +7631,14 @@
} }
}, },
"node_modules/babel-plugin-polyfill-corejs3": { "node_modules/babel-plugin-polyfill-corejs3": {
"version": "0.10.6", "version": "0.11.1",
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz",
"integrity": "sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/helper-define-polyfill-provider": "^0.6.2", "@babel/helper-define-polyfill-provider": "^0.6.3",
"core-js-compat": "^3.38.0" "core-js-compat": "^3.40.0"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"

View File

@@ -113,7 +113,7 @@
"@babel/cli": "=7.26.4", "@babel/cli": "=7.26.4",
"@babel/core": "=7.26.9", "@babel/core": "=7.26.9",
"@babel/eslint-parser": "=7.26.10", "@babel/eslint-parser": "=7.26.10",
"@babel/plugin-transform-runtime": "=7.26.9", "@babel/plugin-transform-runtime": "=7.26.10",
"@babel/preset-env": "=7.26.9", "@babel/preset-env": "=7.26.9",
"@babel/preset-react": "=7.26.3", "@babel/preset-react": "=7.26.3",
"@babel/register": "=7.25.9", "@babel/register": "=7.25.9",