chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#3190)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: cte <cestreich@gmail.com>
This commit is contained in:
renovate[bot] 2025-05-06 10:30:53 -07:00 committed by GitHub
parent 4c858458f8
commit c3c02b6702
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 87 additions and 1382 deletions

1465
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -322,7 +322,7 @@
"build:webview": "cd webview-ui && npm run build",
"build:esbuild": "node esbuild.js --production",
"compile": "tsc -p . --outDir out && node esbuild.js",
"install:all": "npm install npm-run-all && npm-run-all -l -p install-*",
"install:all": "npm install -D npm-run-all2@8.0.1 && npm-run-all -l -p install-*",
"install-extension": "npm install",
"install-webview": "cd webview-ui && npm install",
"install-e2e": "cd e2e && npm install",
@ -453,7 +453,7 @@
"lint-staged": "^15.2.11",
"mkdirp": "^3.0.1",
"nock": "^14.0.4",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^8.0.1",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",