Browse Source

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 <[email protected]>
renovate[bot] 9 months ago
parent
commit
c3c02b6702
2 changed files with 16 additions and 765 deletions
  1. 14 763
      package-lock.json
  2. 2 2
      package.json

File diff suppressed because it is too large
+ 14 - 763
package-lock.json


+ 2 - 2
package.json

@@ -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-all[email protected] && 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",

Some files were not shown because too many files changed in this diff