Skip to content

Commit b2c71f7

Browse files
chore(deps): update dependency npm-run-all2 to v6.2.4
1 parent 69dcf44 commit b2c71f7

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/qs": "6.9.15",
3838
"esbuild": "^0.23.0",
3939
"jest": "29.7.0",
40-
"npm-run-all2": "6.2.2",
40+
"npm-run-all2": "6.2.4",
4141
"openapi-typescript": "7.3.0",
4242
"rimraf": "6.0.1",
4343
"rollup": "^4.0.0",

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3677,9 +3677,9 @@ __metadata:
36773677
languageName: node
36783678
linkType: hard
36793679

3680-
"npm-run-all2@npm:6.2.2":
3681-
version: 6.2.2
3682-
resolution: "npm-run-all2@npm:6.2.2"
3680+
"npm-run-all2@npm:6.2.4":
3681+
version: 6.2.4
3682+
resolution: "npm-run-all2@npm:6.2.4"
36833683
dependencies:
36843684
ansi-styles: "npm:^6.2.1"
36853685
cross-spawn: "npm:^7.0.3"
@@ -3688,12 +3688,13 @@ __metadata:
36883688
pidtree: "npm:^0.6.0"
36893689
read-package-json-fast: "npm:^3.0.2"
36903690
shell-quote: "npm:^1.7.3"
3691+
which: "npm:^3.0.1"
36913692
bin:
36923693
npm-run-all: bin/npm-run-all/index.js
36933694
npm-run-all2: bin/npm-run-all/index.js
36943695
run-p: bin/run-p/index.js
36953696
run-s: bin/run-s/index.js
3696-
checksum: 10c0/b32984a1fb6b495415258f88f87269b4049c19a73a1d6e2b13e0dd36dd311a5a4d945c9fd1cc356eb10811febaa03cf1c85d04dc43decd4ab1d590b625918440
3697+
checksum: 10c0/eac76285d3cd4571ff249376c0e9a5adfafbc534fa1fb8ad51349fbd38f813e08631f42875ced101b3f6b227a4e60d5e5ceaa881b13446e4ed80d8bacd2407c1
36973698
languageName: node
36983699
linkType: hard
36993700

@@ -4714,6 +4715,17 @@ __metadata:
47144715
languageName: node
47154716
linkType: hard
47164717

4718+
"which@npm:^3.0.1":
4719+
version: 3.0.1
4720+
resolution: "which@npm:3.0.1"
4721+
dependencies:
4722+
isexe: "npm:^2.0.0"
4723+
bin:
4724+
node-which: bin/which.js
4725+
checksum: 10c0/15263b06161a7c377328fd2066cb1f093f5e8a8f429618b63212b5b8847489be7bcab0ab3eb07f3ecc0eda99a5a7ea52105cf5fa8266bedd083cc5a9f6da24f1
4726+
languageName: node
4727+
linkType: hard
4728+
47174729
"which@npm:^4.0.0":
47184730
version: 4.0.0
47194731
resolution: "which@npm:4.0.0"
@@ -4832,7 +4844,7 @@ __metadata:
48324844
axios: "npm:^1.2.2"
48334845
esbuild: "npm:^0.23.0"
48344846
jest: "npm:29.7.0"
4835-
npm-run-all2: "npm:6.2.2"
4847+
npm-run-all2: "npm:6.2.4"
48364848
openapi-typescript: "npm:7.3.0"
48374849
qs: "npm:^6.11.0"
48384850
rimraf: "npm:6.0.1"

0 commit comments

Comments
 (0)