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

This commit is contained in:
dependabot[bot]
2023-11-21 11:31:23 +00:00
committed by GitHub
parent a22d265bec
commit fb5f1ff583
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -51,7 +51,7 @@
"@babel/cli": "=7.23.0",
"@babel/core": "=7.23.3",
"@babel/eslint-parser": "=7.23.3",
"@babel/plugin-transform-runtime": "=7.23.3",
"@babel/plugin-transform-runtime": "=7.23.4",
"@babel/preset-env": "=7.23.3",
"@babel/preset-react": "=7.23.3",
"@babel/register": "=7.22.15",
@@ -1689,9 +1689,9 @@
}
},
"node_modules/@babel/plugin-transform-runtime": {
"version": "7.23.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.3.tgz",
"integrity": "sha512-XcQ3X58CKBdBnnZpPaQjgVMePsXtSZzHoku70q9tUAQp02ggPQNM04BF3RvlW1GSM/McbSOQAzEK4MXbS7/JFg==",
"version": "7.23.4",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.4.tgz",
"integrity": "sha512-ITwqpb6V4btwUG0YJR82o2QvmWrLgDnx/p2A3CTPYGaRgULkDiC0DRA2C4jlRB9uXGUEfaSS/IGHfVW+ohzYDw==",
"dev": true,
"dependencies": {
"@babel/helper-module-imports": "^7.22.15",
@@ -31224,9 +31224,9 @@
}
},
"@babel/plugin-transform-runtime": {
"version": "7.23.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.3.tgz",
"integrity": "sha512-XcQ3X58CKBdBnnZpPaQjgVMePsXtSZzHoku70q9tUAQp02ggPQNM04BF3RvlW1GSM/McbSOQAzEK4MXbS7/JFg==",
"version": "7.23.4",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.4.tgz",
"integrity": "sha512-ITwqpb6V4btwUG0YJR82o2QvmWrLgDnx/p2A3CTPYGaRgULkDiC0DRA2C4jlRB9uXGUEfaSS/IGHfVW+ohzYDw==",
"dev": true,
"requires": {
"@babel/helper-module-imports": "^7.22.15",

View File

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