chore(deps-dev): bump @babel/cli from 7.24.7 to 7.26.4 (#10309)

This commit is contained in:
dependabot[bot]
2025-02-21 23:32:20 +00:00
committed by GitHub
parent aed0312d9b
commit 6bcd033625
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View File

@@ -47,7 +47,7 @@
"zenscroll": "^4.0.2"
},
"devDependencies": {
"@babel/cli": "=7.24.7",
"@babel/cli": "=7.26.4",
"@babel/core": "=7.26.8",
"@babel/eslint-parser": "=7.26.8",
"@babel/plugin-transform-runtime": "=7.26.9",
@@ -176,10 +176,11 @@
"dev": true
},
"node_modules/@babel/cli": {
"version": "7.24.7",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.7.tgz",
"integrity": "sha512-8dfPprJgV4O14WTx+AQyEA+opgUKPrsIXX/MdL50J1n06EQJ6m1T+CdsJe0qEC0B/Xl85i+Un5KVAxd/PACX9A==",
"version": "7.26.4",
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.26.4.tgz",
"integrity": "sha512-+mORf3ezU3p3qr+82WvJSnQNE1GAYeoCfEv4fik6B5/2cvKZ75AX8oawWQdXtM9MmndooQj15Jr9kelRFWsuRw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.25",
"commander": "^6.2.0",
@@ -198,7 +199,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"