Skip to content

Commit 5e6497a

Browse files
chore(deps): bump which from 2.0.2 to 4.0.0 (#162)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0361d36 commit 5e6497a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
"semver": "^7.5.4",
288288
"tar-fs": "^2.1.1",
289289
"ua-parser-js": "^1.0.35",
290-
"which": "^2.0.2",
290+
"which": "^4.0.0",
291291
"ws": "^8.11.0",
292292
"yaml": "^2.3.4",
293293
"zod": "^3.22.3"

yarn.lock

+13-1
Original file line numberDiff line numberDiff line change
@@ -3326,6 +3326,11 @@ isexe@^2.0.0:
33263326
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
33273327
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
33283328

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+
33293334
isobject@^3.0.1:
33303335
version "3.0.1"
33313336
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
@@ -6191,13 +6196,20 @@ which@^1.2.9:
61916196
dependencies:
61926197
isexe "^2.0.0"
61936198

6194-
which@^2.0.1, which@^2.0.2:
6199+
which@^2.0.1:
61956200
version "2.0.2"
61966201
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
61976202
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
61986203
dependencies:
61996204
isexe "^2.0.0"
62006205

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+
62016213
why-is-node-running@^2.2.2:
62026214
version "2.2.2"
62036215
resolved "https://registry.yarnpkg.com/why-is-node-running/-/why-is-node-running-2.2.2.tgz#4185b2b4699117819e7154594271e7e344c9973e"

0 commit comments

Comments
 (0)