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

This commit is contained in:
dependabot[bot]
2024-03-26 12:12:09 +00:00
committed by GitHub
parent 024734a261
commit 3e73e5c88b
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -51,7 +51,7 @@
"@babel/cli": "=7.24.1",
"@babel/core": "=7.24.1",
"@babel/eslint-parser": "=7.24.1",
"@babel/plugin-transform-runtime": "=7.24.1",
"@babel/plugin-transform-runtime": "=7.24.3",
"@babel/preset-env": "=7.24.0",
"@babel/preset-react": "=7.24.1",
"@babel/register": "=7.23.7",
@@ -422,9 +422,9 @@
}
},
"node_modules/@babel/helper-module-imports": {
"version": "7.24.1",
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.1.tgz",
"integrity": "sha512-HfEWzysMyOa7xI5uQHc/OcZf67/jc+xe/RZlznWQHhbb8Pg1SkRdbK4yEi61aY8wxQA7PkSfoojtLQP/Kpe3og==",
"version": "7.24.3",
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz",
"integrity": "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==",
"dev": true,
"dependencies": {
"@babel/types": "^7.24.0"
@@ -1676,12 +1676,12 @@
}
},
"node_modules/@babel/plugin-transform-runtime": {
"version": "7.24.1",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.1.tgz",
"integrity": "sha512-yHLX14/T+tO0gjgJroDb8JYjOcQuzVC+Brt4CjHAxq/Ghw4xBVG+N02d1rMEcyUnKUQBL4Yy2gA9R72GK961jQ==",
"version": "7.24.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.3.tgz",
"integrity": "sha512-J0BuRPNlNqlMTRJ72eVptpt9VcInbxO6iP3jaxr+1NPhC0UkKL+6oeX6VXMEYdADnuqmMmsBspt4d5w8Y/TCbQ==",
"dev": true,
"dependencies": {
"@babel/helper-module-imports": "^7.24.1",
"@babel/helper-module-imports": "^7.24.3",
"@babel/helper-plugin-utils": "^7.24.0",
"babel-plugin-polyfill-corejs2": "^0.4.10",
"babel-plugin-polyfill-corejs3": "^0.10.1",

View File

@@ -113,7 +113,7 @@
"@babel/cli": "=7.24.1",
"@babel/core": "=7.24.1",
"@babel/eslint-parser": "=7.24.1",
"@babel/plugin-transform-runtime": "=7.24.1",
"@babel/plugin-transform-runtime": "=7.24.3",
"@babel/preset-env": "=7.24.0",
"@babel/preset-react": "=7.24.1",
"@babel/register": "=7.23.7",