chore(deps-dev): bump @babel/plugin-transform-runtime (#9651)
This commit is contained in:
16
package-lock.json
generated
16
package-lock.json
generated
@@ -51,7 +51,7 @@
|
|||||||
"@babel/cli": "=7.23.9",
|
"@babel/cli": "=7.23.9",
|
||||||
"@babel/core": "=7.23.9",
|
"@babel/core": "=7.23.9",
|
||||||
"@babel/eslint-parser": "=7.23.10",
|
"@babel/eslint-parser": "=7.23.10",
|
||||||
"@babel/plugin-transform-runtime": "=7.23.9",
|
"@babel/plugin-transform-runtime": "=7.24.0",
|
||||||
"@babel/preset-env": "=7.23.9",
|
"@babel/preset-env": "=7.23.9",
|
||||||
"@babel/preset-react": "=7.23.3",
|
"@babel/preset-react": "=7.23.3",
|
||||||
"@babel/register": "=7.23.7",
|
"@babel/register": "=7.23.7",
|
||||||
@@ -465,9 +465,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/helper-plugin-utils": {
|
"node_modules/@babel/helper-plugin-utils": {
|
||||||
"version": "7.22.5",
|
"version": "7.24.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz",
|
||||||
"integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
|
"integrity": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.9.0"
|
"node": ">=6.9.0"
|
||||||
@@ -1675,13 +1675,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/plugin-transform-runtime": {
|
"node_modules/@babel/plugin-transform-runtime": {
|
||||||
"version": "7.23.9",
|
"version": "7.24.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.9.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.0.tgz",
|
||||||
"integrity": "sha512-A7clW3a0aSjm3ONU9o2HAILSegJCYlEZmOhmBRReVtIpY/Z/p7yIZ+wR41Z+UipwdGuqwtID/V/dOdZXjwi9gQ==",
|
"integrity": "sha512-zc0GA5IitLKJrSfXlXmp8KDqLrnGECK7YRfQBmEKg1NmBOQ7e+KuclBEKJgzifQeUYLdNiAw4B4bjyvzWVLiSA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-module-imports": "^7.22.15",
|
"@babel/helper-module-imports": "^7.22.15",
|
||||||
"@babel/helper-plugin-utils": "^7.22.5",
|
"@babel/helper-plugin-utils": "^7.24.0",
|
||||||
"babel-plugin-polyfill-corejs2": "^0.4.8",
|
"babel-plugin-polyfill-corejs2": "^0.4.8",
|
||||||
"babel-plugin-polyfill-corejs3": "^0.9.0",
|
"babel-plugin-polyfill-corejs3": "^0.9.0",
|
||||||
"babel-plugin-polyfill-regenerator": "^0.5.5",
|
"babel-plugin-polyfill-regenerator": "^0.5.5",
|
||||||
|
|||||||
@@ -113,7 +113,7 @@
|
|||||||
"@babel/cli": "=7.23.9",
|
"@babel/cli": "=7.23.9",
|
||||||
"@babel/core": "=7.23.9",
|
"@babel/core": "=7.23.9",
|
||||||
"@babel/eslint-parser": "=7.23.10",
|
"@babel/eslint-parser": "=7.23.10",
|
||||||
"@babel/plugin-transform-runtime": "=7.23.9",
|
"@babel/plugin-transform-runtime": "=7.24.0",
|
||||||
"@babel/preset-env": "=7.23.9",
|
"@babel/preset-env": "=7.23.9",
|
||||||
"@babel/preset-react": "=7.23.3",
|
"@babel/preset-react": "=7.23.3",
|
||||||
"@babel/register": "=7.23.7",
|
"@babel/register": "=7.23.7",
|
||||||
|
|||||||
Reference in New Issue
Block a user