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

This commit is contained in:
dependabot[bot]
2025-01-28 23:21:14 +00:00
committed by GitHub
parent e322ecd6ba
commit f40a99fa25
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@@ -50,7 +50,7 @@
"@babel/cli": "=7.24.7",
"@babel/core": "=7.24.7",
"@babel/eslint-parser": "=7.25.9",
"@babel/plugin-transform-runtime": "=7.24.7",
"@babel/plugin-transform-runtime": "=7.25.9",
"@babel/preset-env": "=7.24.7",
"@babel/preset-react": "=7.24.7",
"@babel/register": "=7.23.7",
@@ -1612,15 +1612,16 @@
}
},
"node_modules/@babel/plugin-transform-runtime": {
"version": "7.24.7",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.7.tgz",
"integrity": "sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==",
"version": "7.25.9",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.9.tgz",
"integrity": "sha512-nZp7GlEl+yULJrClz0SwHPqir3lc0zsPrDHQUcxGspSL7AKrexNSEfTbfqnDNJUO13bgKyfuOLMF8Xqtu8j3YQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-module-imports": "^7.24.7",
"@babel/helper-plugin-utils": "^7.24.7",
"@babel/helper-module-imports": "^7.25.9",
"@babel/helper-plugin-utils": "^7.25.9",
"babel-plugin-polyfill-corejs2": "^0.4.10",
"babel-plugin-polyfill-corejs3": "^0.10.1",
"babel-plugin-polyfill-corejs3": "^0.10.6",
"babel-plugin-polyfill-regenerator": "^0.6.1",
"semver": "^6.3.1"
},