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

This commit is contained in:
dependabot[bot]
2023-07-18 11:53:45 +00:00
committed by GitHub
parent 3d60dc0511
commit 445ab34446
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -56,7 +56,7 @@
"@babel/plugin-proposal-object-rest-spread": "=7.20.7",
"@babel/plugin-proposal-optional-chaining": "=7.21.0",
"@babel/plugin-transform-modules-commonjs": "=7.22.5",
"@babel/plugin-transform-runtime": "=7.22.5",
"@babel/plugin-transform-runtime": "=7.22.9",
"@babel/preset-env": "=7.22.9",
"@babel/preset-react": "=7.22.5",
"@babel/register": "=7.22.5",
@@ -1737,17 +1737,17 @@
}
},
"node_modules/@babel/plugin-transform-runtime": {
"version": "7.22.5",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.5.tgz",
"integrity": "sha512-bg4Wxd1FWeFx3daHFTWk1pkSWK/AyQuiyAoeZAOkAOUBjnZPH6KT7eMxouV47tQ6hl6ax2zyAWBdWZXbrvXlaw==",
"version": "7.22.9",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.9.tgz",
"integrity": "sha512-9KjBH61AGJetCPYp/IEyLEp47SyybZb0nDRpBvmtEkm+rUIwxdlKpyNHI1TmsGkeuLclJdleQHRZ8XLBnnh8CQ==",
"dev": true,
"dependencies": {
"@babel/helper-module-imports": "^7.22.5",
"@babel/helper-plugin-utils": "^7.22.5",
"babel-plugin-polyfill-corejs2": "^0.4.3",
"babel-plugin-polyfill-corejs3": "^0.8.1",
"babel-plugin-polyfill-regenerator": "^0.5.0",
"semver": "^6.3.0"
"babel-plugin-polyfill-corejs2": "^0.4.4",
"babel-plugin-polyfill-corejs3": "^0.8.2",
"babel-plugin-polyfill-regenerator": "^0.5.1",
"semver": "^6.3.1"
},
"engines": {
"node": ">=6.9.0"
@@ -30826,17 +30826,17 @@
}
},
"@babel/plugin-transform-runtime": {
"version": "7.22.5",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.5.tgz",
"integrity": "sha512-bg4Wxd1FWeFx3daHFTWk1pkSWK/AyQuiyAoeZAOkAOUBjnZPH6KT7eMxouV47tQ6hl6ax2zyAWBdWZXbrvXlaw==",
"version": "7.22.9",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.9.tgz",
"integrity": "sha512-9KjBH61AGJetCPYp/IEyLEp47SyybZb0nDRpBvmtEkm+rUIwxdlKpyNHI1TmsGkeuLclJdleQHRZ8XLBnnh8CQ==",
"dev": true,
"requires": {
"@babel/helper-module-imports": "^7.22.5",
"@babel/helper-plugin-utils": "^7.22.5",
"babel-plugin-polyfill-corejs2": "^0.4.3",
"babel-plugin-polyfill-corejs3": "^0.8.1",
"babel-plugin-polyfill-regenerator": "^0.5.0",
"semver": "^6.3.0"
"babel-plugin-polyfill-corejs2": "^0.4.4",
"babel-plugin-polyfill-corejs3": "^0.8.2",
"babel-plugin-polyfill-regenerator": "^0.5.1",
"semver": "^6.3.1"
}
},
"@babel/plugin-transform-shorthand-properties": {

View File

@@ -110,7 +110,7 @@
"@babel/plugin-proposal-object-rest-spread": "=7.20.7",
"@babel/plugin-proposal-optional-chaining": "=7.21.0",
"@babel/plugin-transform-modules-commonjs": "=7.22.5",
"@babel/plugin-transform-runtime": "=7.22.5",
"@babel/plugin-transform-runtime": "=7.22.9",
"@babel/preset-env": "=7.22.9",
"@babel/preset-react": "=7.22.5",
"@babel/register": "=7.22.5",