File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 287
287
"semver" : " ^7.5.4" ,
288
288
"tar-fs" : " ^2.1.1" ,
289
289
"ua-parser-js" : " ^1.0.35" ,
290
- "which" : " ^2 .0.2 " ,
290
+ "which" : " ^4 .0.0 " ,
291
291
"ws" : " ^8.11.0" ,
292
292
"yaml" : " ^2.3.4" ,
293
293
"zod" : " ^3.22.3"
Original file line number Diff line number Diff line change @@ -3326,6 +3326,11 @@ isexe@^2.0.0:
3326
3326
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
3327
3327
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
3328
3328
3329
+ isexe@^3.1.1 :
3330
+ version "3.1.1"
3331
+ resolved "https://registry.yarnpkg.com/isexe/-/isexe-3.1.1.tgz#4a407e2bd78ddfb14bea0c27c6f7072dde775f0d"
3332
+ integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==
3333
+
3329
3334
isobject@^3.0.1 :
3330
3335
version "3.0.1"
3331
3336
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
@@ -6191,13 +6196,20 @@ which@^1.2.9:
6191
6196
dependencies :
6192
6197
isexe "^2.0.0"
6193
6198
6194
- which@^2.0.1, which@^2.0.2 :
6199
+ which@^2.0.1 :
6195
6200
version "2.0.2"
6196
6201
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
6197
6202
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
6198
6203
dependencies :
6199
6204
isexe "^2.0.0"
6200
6205
6206
+ which@^4.0.0 :
6207
+ version "4.0.0"
6208
+ resolved "https://registry.yarnpkg.com/which/-/which-4.0.0.tgz#cd60b5e74503a3fbcfbf6cd6b4138a8bae644c1a"
6209
+ integrity sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==
6210
+ dependencies :
6211
+ isexe "^3.1.1"
6212
+
6201
6213
why-is-node-running@^2.2.2 :
6202
6214
version "2.2.2"
6203
6215
resolved "https://registry.yarnpkg.com/why-is-node-running/-/why-is-node-running-2.2.2.tgz#4185b2b4699117819e7154594271e7e344c9973e"
You can’t perform that action at this time.
0 commit comments