Skip to content

Commit 7b237e9

Browse files
chore(deps): update dependency which to v6 (#957)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bfe67be commit 7b237e9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"string-width": "^8.0.0",
107107
"strip-ansi": "^7.1.0",
108108
"tiged": "~2.12.7",
109-
"which": "^5.0.0",
109+
"which": "^6.0.0",
110110
"widest-line": "^5.0.0",
111111
"wrap-ansi": "^9.0.0"
112112
},

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2368,7 +2368,7 @@ __metadata:
23682368
typescript: "npm:^5.8.3"
23692369
typescript-eslint: "npm:^8.31.0"
23702370
vitest: "npm:^4.0.0"
2371-
which: "npm:^5.0.0"
2371+
which: "npm:^6.0.0"
23722372
widest-line: "npm:^5.0.0"
23732373
wrap-ansi: "npm:^9.0.0"
23742374
bin:
@@ -9417,6 +9417,17 @@ __metadata:
94179417
languageName: node
94189418
linkType: hard
94199419

9420+
"which@npm:^6.0.0":
9421+
version: 6.0.0
9422+
resolution: "which@npm:6.0.0"
9423+
dependencies:
9424+
isexe: "npm:^3.1.1"
9425+
bin:
9426+
node-which: bin/which.js
9427+
checksum: 10c0/fe9d6463fe44a76232bb6e3b3181922c87510a5b250a98f1e43a69c99c079b3f42ddeca7e03d3e5f2241bf2d334f5a7657cfa868b97c109f3870625842f4cc15
9428+
languageName: node
9429+
linkType: hard
9430+
94209431
"why-is-node-running@npm:^2.3.0":
94219432
version: 2.3.0
94229433
resolution: "why-is-node-running@npm:2.3.0"

0 commit comments

Comments
 (0)