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

This commit is contained in:
dependabot[bot]
2023-12-20 11:56:03 +00:00
committed by GitHub
parent cf994f59f9
commit 08fe66b8fd
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/cli": "=7.23.4",
"@babel/core": "=7.23.5", "@babel/core": "=7.23.5",
"@babel/eslint-parser": "=7.23.3", "@babel/eslint-parser": "=7.23.3",
"@babel/plugin-transform-runtime": "=7.23.4", "@babel/plugin-transform-runtime": "=7.23.6",
"@babel/preset-env": "=7.23.5", "@babel/preset-env": "=7.23.5",
"@babel/preset-react": "=7.23.3", "@babel/preset-react": "=7.23.3",
"@babel/register": "=7.22.15", "@babel/register": "=7.22.15",
@@ -1689,9 +1689,9 @@
} }
}, },
"node_modules/@babel/plugin-transform-runtime": { "node_modules/@babel/plugin-transform-runtime": {
"version": "7.23.4", "version": "7.23.6",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.4.tgz", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.6.tgz",
"integrity": "sha512-ITwqpb6V4btwUG0YJR82o2QvmWrLgDnx/p2A3CTPYGaRgULkDiC0DRA2C4jlRB9uXGUEfaSS/IGHfVW+ohzYDw==", "integrity": "sha512-kF1Zg62aPseQ11orDhFRw+aPG/eynNQtI+TyY+m33qJa2cJ5EEvza2P2BNTIA9E5MyqFABHEyY6CPHwgdy9aNg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/helper-module-imports": "^7.22.15", "@babel/helper-module-imports": "^7.22.15",
@@ -31398,9 +31398,9 @@
} }
}, },
"@babel/plugin-transform-runtime": { "@babel/plugin-transform-runtime": {
"version": "7.23.4", "version": "7.23.6",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.4.tgz", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.6.tgz",
"integrity": "sha512-ITwqpb6V4btwUG0YJR82o2QvmWrLgDnx/p2A3CTPYGaRgULkDiC0DRA2C4jlRB9uXGUEfaSS/IGHfVW+ohzYDw==", "integrity": "sha512-kF1Zg62aPseQ11orDhFRw+aPG/eynNQtI+TyY+m33qJa2cJ5EEvza2P2BNTIA9E5MyqFABHEyY6CPHwgdy9aNg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/helper-module-imports": "^7.22.15", "@babel/helper-module-imports": "^7.22.15",

View File

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