Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency npm-run-all2 to v6.2.6 #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/qs": "6.9.15",
"esbuild": "^0.23.0",
"jest": "29.7.0",
"npm-run-all2": "6.2.2",
"npm-run-all2": "6.2.6",
"openapi-typescript": "7.3.0",
"rimraf": "6.0.1",
"rollup": "^4.0.0",
Expand Down
22 changes: 17 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3677,9 +3677,9 @@ __metadata:
languageName: node
linkType: hard

"npm-run-all2@npm:6.2.2":
version: 6.2.2
resolution: "npm-run-all2@npm:6.2.2"
"npm-run-all2@npm:6.2.6":
version: 6.2.6
resolution: "npm-run-all2@npm:6.2.6"
dependencies:
ansi-styles: "npm:^6.2.1"
cross-spawn: "npm:^7.0.3"
Expand All @@ -3688,12 +3688,13 @@ __metadata:
pidtree: "npm:^0.6.0"
read-package-json-fast: "npm:^3.0.2"
shell-quote: "npm:^1.7.3"
which: "npm:^3.0.1"
bin:
npm-run-all: bin/npm-run-all/index.js
npm-run-all2: bin/npm-run-all/index.js
run-p: bin/run-p/index.js
run-s: bin/run-s/index.js
checksum: 10c0/b32984a1fb6b495415258f88f87269b4049c19a73a1d6e2b13e0dd36dd311a5a4d945c9fd1cc356eb10811febaa03cf1c85d04dc43decd4ab1d590b625918440
checksum: 10c0/043b0851958b22b1910002cacd996e2ee8d45fefd3aa0f6da2795c50f1eb1d520631f993f6c8c7d28aeca73882a95b35451024fcd796c26a7907e1a1dacb0a84
languageName: node
linkType: hard

Expand Down Expand Up @@ -4714,6 +4715,17 @@ __metadata:
languageName: node
linkType: hard

"which@npm:^3.0.1":
version: 3.0.1
resolution: "which@npm:3.0.1"
dependencies:
isexe: "npm:^2.0.0"
bin:
node-which: bin/which.js
checksum: 10c0/15263b06161a7c377328fd2066cb1f093f5e8a8f429618b63212b5b8847489be7bcab0ab3eb07f3ecc0eda99a5a7ea52105cf5fa8266bedd083cc5a9f6da24f1
languageName: node
linkType: hard

"which@npm:^4.0.0":
version: 4.0.0
resolution: "which@npm:4.0.0"
Expand Down Expand Up @@ -4832,7 +4844,7 @@ __metadata:
axios: "npm:^1.2.2"
esbuild: "npm:^0.23.0"
jest: "npm:29.7.0"
npm-run-all2: "npm:6.2.2"
npm-run-all2: "npm:6.2.6"
openapi-typescript: "npm:7.3.0"
qs: "npm:^6.11.0"
rimraf: "npm:6.0.1"
Expand Down
Loading