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

This commit is contained in:
dependabot[bot]
2024-01-12 11:25:25 +00:00
committed by GitHub
parent e9ace698fc
commit bed17b324f
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -51,7 +51,7 @@
"@babel/cli": "=7.23.4",
"@babel/core": "=7.23.7",
"@babel/eslint-parser": "=7.23.3",
"@babel/plugin-transform-runtime": "=7.23.6",
"@babel/plugin-transform-runtime": "=7.23.7",
"@babel/preset-env": "=7.23.8",
"@babel/preset-react": "=7.23.3",
"@babel/register": "=7.22.15",
@@ -1677,16 +1677,16 @@
}
},
"node_modules/@babel/plugin-transform-runtime": {
"version": "7.23.6",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.6.tgz",
"integrity": "sha512-kF1Zg62aPseQ11orDhFRw+aPG/eynNQtI+TyY+m33qJa2cJ5EEvza2P2BNTIA9E5MyqFABHEyY6CPHwgdy9aNg==",
"version": "7.23.7",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.7.tgz",
"integrity": "sha512-fa0hnfmiXc9fq/weK34MUV0drz2pOL/vfKWvN7Qw127hiUPabFCUMgAbYWcchRzMJit4o5ARsK/s+5h0249pLw==",
"dev": true,
"dependencies": {
"@babel/helper-module-imports": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
"babel-plugin-polyfill-corejs2": "^0.4.6",
"babel-plugin-polyfill-corejs3": "^0.8.5",
"babel-plugin-polyfill-regenerator": "^0.5.3",
"babel-plugin-polyfill-corejs2": "^0.4.7",
"babel-plugin-polyfill-corejs3": "^0.8.7",
"babel-plugin-polyfill-regenerator": "^0.5.4",
"semver": "^6.3.1"
},
"engines": {

View File

@@ -115,7 +115,7 @@
"@babel/cli": "=7.23.4",
"@babel/core": "=7.23.7",
"@babel/eslint-parser": "=7.23.3",
"@babel/plugin-transform-runtime": "=7.23.6",
"@babel/plugin-transform-runtime": "=7.23.7",
"@babel/preset-env": "=7.23.8",
"@babel/preset-react": "=7.23.3",
"@babel/register": "=7.22.15",