refactor: Bump @babel/cli from 7.24.8 to 7.25.9 (#9412)

This commit is contained in:
dependabot[bot]
2024-11-07 19:01:17 +01:00
committed by GitHub
parent 987210be71
commit 606ae54a95
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -62,7 +62,7 @@
"devDependencies": {
"@actions/core": "1.11.1",
"@apollo/client": "3.11.8",
"@babel/cli": "7.24.8",
"@babel/cli": "7.25.9",
"@babel/core": "7.26.0",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-flow-strip-types": "7.25.9",
@@ -531,9 +531,9 @@
}
},
"node_modules/@babel/cli": {
"version": "7.24.8",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.8.tgz",
"integrity": "sha512-isdp+G6DpRyKc+3Gqxy2rjzgF7Zj9K0mzLNnxz+E/fgeag8qT3vVulX4gY9dGO1q0y+0lUv6V3a+uhUzMzrwXg==",
"version": "7.25.9",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.25.9.tgz",
"integrity": "sha512-I+02IfrTiSanpxJBlZQYb18qCxB6c2Ih371cVpfgIrPQrjAYkf45XxomTJOG8JBWX5GY35/+TmhCMdJ4ZPkL8Q==",
"dev": true,
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.25",
@@ -553,7 +553,7 @@
},
"optionalDependencies": {
"@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
"chokidar": "^3.4.0"
"chokidar": "^3.6.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
@@ -21518,14 +21518,14 @@
"integrity": "sha512-YBDiuAX9i1lLc6GeTy1m7DGLFn/gMnvXqlalOIMjM7DeOgIacEjjfwPqb0M1CQ2v11HhR15d1NmxJoRCfrNqcA=="
},
"@babel/cli": {
"version": "7.24.8",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.8.tgz",
"integrity": "sha512-isdp+G6DpRyKc+3Gqxy2rjzgF7Zj9K0mzLNnxz+E/fgeag8qT3vVulX4gY9dGO1q0y+0lUv6V3a+uhUzMzrwXg==",
"version": "7.25.9",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.25.9.tgz",
"integrity": "sha512-I+02IfrTiSanpxJBlZQYb18qCxB6c2Ih371cVpfgIrPQrjAYkf45XxomTJOG8JBWX5GY35/+TmhCMdJ4ZPkL8Q==",
"dev": true,
"requires": {
"@jridgewell/trace-mapping": "^0.3.25",
"@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
"chokidar": "^3.4.0",
"chokidar": "^3.6.0",
"commander": "^6.2.0",
"convert-source-map": "^2.0.0",
"fs-readdir-recursive": "^1.1.0",

View File

@@ -68,7 +68,7 @@
"devDependencies": {
"@actions/core": "1.11.1",
"@apollo/client": "3.11.8",
"@babel/cli": "7.24.8",
"@babel/cli": "7.25.9",
"@babel/core": "7.26.0",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-flow-strip-types": "7.25.9",