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

This commit is contained in:
dependabot[bot]
2023-09-20 12:03:29 +00:00
committed by GitHub
parent 005dcaff57
commit 4fce42b63f
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -51,7 +51,7 @@
"@babel/cli": "=7.22.15",
"@babel/core": "=7.22.11",
"@babel/eslint-parser": "=7.22.15",
"@babel/plugin-transform-runtime": "=7.22.10",
"@babel/plugin-transform-runtime": "=7.22.15",
"@babel/preset-env": "=7.22.20",
"@babel/preset-react": "=7.22.5",
"@babel/register": "=7.22.5",
@@ -1661,12 +1661,12 @@
}
},
"node_modules/@babel/plugin-transform-runtime": {
"version": "7.22.10",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.10.tgz",
"integrity": "sha512-RchI7HePu1eu0CYNKHHHQdfenZcM4nz8rew5B1VWqeRKdcwW5aQ5HeG9eTUbWiAS1UrmHVLmoxTWHt3iLD/NhA==",
"version": "7.22.15",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.15.tgz",
"integrity": "sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==",
"dev": true,
"dependencies": {
"@babel/helper-module-imports": "^7.22.5",
"@babel/helper-module-imports": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
"babel-plugin-polyfill-corejs2": "^0.4.5",
"babel-plugin-polyfill-corejs3": "^0.8.3",
@@ -31369,12 +31369,12 @@
}
},
"@babel/plugin-transform-runtime": {
"version": "7.22.10",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.10.tgz",
"integrity": "sha512-RchI7HePu1eu0CYNKHHHQdfenZcM4nz8rew5B1VWqeRKdcwW5aQ5HeG9eTUbWiAS1UrmHVLmoxTWHt3iLD/NhA==",
"version": "7.22.15",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.15.tgz",
"integrity": "sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==",
"dev": true,
"requires": {
"@babel/helper-module-imports": "^7.22.5",
"@babel/helper-module-imports": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
"babel-plugin-polyfill-corejs2": "^0.4.5",
"babel-plugin-polyfill-corejs3": "^0.8.3",

View File

@@ -115,7 +115,7 @@
"@babel/cli": "=7.22.15",
"@babel/core": "=7.22.11",
"@babel/eslint-parser": "=7.22.15",
"@babel/plugin-transform-runtime": "=7.22.10",
"@babel/plugin-transform-runtime": "=7.22.15",
"@babel/preset-env": "=7.22.20",
"@babel/preset-react": "=7.22.5",
"@babel/register": "=7.22.5",