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

This commit is contained in:
dependabot[bot]
2023-10-13 12:21:27 +00:00
committed by GitHub
parent 58636589d3
commit 2e523e1fcc
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@@ -51,7 +51,7 @@
"@babel/cli": "=7.23.0", "@babel/cli": "=7.23.0",
"@babel/core": "=7.23.2", "@babel/core": "=7.23.2",
"@babel/eslint-parser": "=7.22.15", "@babel/eslint-parser": "=7.22.15",
"@babel/plugin-transform-runtime": "=7.22.15", "@babel/plugin-transform-runtime": "=7.23.2",
"@babel/preset-env": "=7.23.2", "@babel/preset-env": "=7.23.2",
"@babel/preset-react": "=7.22.15", "@babel/preset-react": "=7.22.15",
"@babel/register": "=7.22.15", "@babel/register": "=7.22.15",
@@ -1673,16 +1673,16 @@
} }
}, },
"node_modules/@babel/plugin-transform-runtime": { "node_modules/@babel/plugin-transform-runtime": {
"version": "7.22.15", "version": "7.23.2",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.15.tgz", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.2.tgz",
"integrity": "sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==", "integrity": "sha512-XOntj6icgzMS58jPVtQpiuF6ZFWxQiJavISGx5KGjRj+3gqZr8+N6Kx+N9BApWzgS+DOjIZfXXj0ZesenOWDyA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/helper-module-imports": "^7.22.15", "@babel/helper-module-imports": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5", "@babel/helper-plugin-utils": "^7.22.5",
"babel-plugin-polyfill-corejs2": "^0.4.5", "babel-plugin-polyfill-corejs2": "^0.4.6",
"babel-plugin-polyfill-corejs3": "^0.8.3", "babel-plugin-polyfill-corejs3": "^0.8.5",
"babel-plugin-polyfill-regenerator": "^0.5.2", "babel-plugin-polyfill-regenerator": "^0.5.3",
"semver": "^6.3.1" "semver": "^6.3.1"
}, },
"engines": { "engines": {
@@ -30991,16 +30991,16 @@
} }
}, },
"@babel/plugin-transform-runtime": { "@babel/plugin-transform-runtime": {
"version": "7.22.15", "version": "7.23.2",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.15.tgz", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.2.tgz",
"integrity": "sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==", "integrity": "sha512-XOntj6icgzMS58jPVtQpiuF6ZFWxQiJavISGx5KGjRj+3gqZr8+N6Kx+N9BApWzgS+DOjIZfXXj0ZesenOWDyA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/helper-module-imports": "^7.22.15", "@babel/helper-module-imports": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5", "@babel/helper-plugin-utils": "^7.22.5",
"babel-plugin-polyfill-corejs2": "^0.4.5", "babel-plugin-polyfill-corejs2": "^0.4.6",
"babel-plugin-polyfill-corejs3": "^0.8.3", "babel-plugin-polyfill-corejs3": "^0.8.5",
"babel-plugin-polyfill-regenerator": "^0.5.2", "babel-plugin-polyfill-regenerator": "^0.5.3",
"semver": "^6.3.1" "semver": "^6.3.1"
} }
}, },

View File

@@ -115,7 +115,7 @@
"@babel/cli": "=7.23.0", "@babel/cli": "=7.23.0",
"@babel/core": "=7.23.2", "@babel/core": "=7.23.2",
"@babel/eslint-parser": "=7.22.15", "@babel/eslint-parser": "=7.22.15",
"@babel/plugin-transform-runtime": "=7.22.15", "@babel/plugin-transform-runtime": "=7.23.2",
"@babel/preset-env": "=7.23.2", "@babel/preset-env": "=7.23.2",
"@babel/preset-react": "=7.22.15", "@babel/preset-react": "=7.22.15",
"@babel/register": "=7.22.15", "@babel/register": "=7.22.15",