Skip to content

Commit

Permalink
build(dev-deps): update dependency which to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ivangabriele committed Nov 3, 2024
1 parent 790acd7 commit 58f0dc0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"use-debounce": "10.0.4",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1",
"which": "4.0.0"
"which": "5.0.0"
},
"resolutions": {
"ws": ">=8.17.1"
Expand Down
21 changes: 16 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5559,7 +5559,7 @@ __metadata:
use-debounce: "npm:10.0.4"
vite: "npm:5.4.10"
vite-tsconfig-paths: "npm:5.0.1"
which: "npm:4.0.0"
which: "npm:5.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -13235,14 +13235,14 @@ __metadata:
languageName: node
linkType: hard

"which@npm:4.0.0, which@npm:^4.0.0":
version: 4.0.0
resolution: "which@npm:4.0.0"
"which@npm:5.0.0":
version: 5.0.0
resolution: "which@npm:5.0.0"
dependencies:
isexe: "npm:^3.1.1"
bin:
node-which: bin/which.js
checksum: 10/f17e84c042592c21e23c8195108cff18c64050b9efb8459589116999ea9da6dd1509e6a1bac3aeebefd137be00fabbb61b5c2bc0aa0f8526f32b58ee2f545651
checksum: 10/6ec99e89ba32c7e748b8a3144e64bfc74aa63e2b2eacbb61a0060ad0b961eb1a632b08fb1de067ed59b002cec3e21de18299216ebf2325ef0f78e0f121e14e90
languageName: node
linkType: hard

Expand All @@ -13257,6 +13257,17 @@ __metadata:
languageName: node
linkType: hard

"which@npm:^4.0.0":
version: 4.0.0
resolution: "which@npm:4.0.0"
dependencies:
isexe: "npm:^3.1.1"
bin:
node-which: bin/which.js
checksum: 10/f17e84c042592c21e23c8195108cff18c64050b9efb8459589116999ea9da6dd1509e6a1bac3aeebefd137be00fabbb61b5c2bc0aa0f8526f32b58ee2f545651
languageName: node
linkType: hard

"workerpool@npm:^6.5.1":
version: 6.5.1
resolution: "workerpool@npm:6.5.1"
Expand Down

0 comments on commit 58f0dc0

Please sign in to comment.