Skip to content

Commit

Permalink
chore(deps): update dependency which to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 2db86c9 commit 82aad0d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"tempy": "^1.0.0",
"ts-node": "^10.5.0",
"typescript": "^5.0.4",
"which": "^3.0.0"
"which": "^4.0.0"
},
"scripts": {
"build-clean": "rimraf --glob './packages/*/build' './packages/*/dist' './packages/*/tsconfig.tsbuildinfo' './packages/*/api-extractor.json' './api-extractor.json'",
Expand Down
20 changes: 19 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2999,7 +2999,7 @@ __metadata:
tempy: ^1.0.0
ts-node: ^10.5.0
typescript: ^5.0.4
which: ^3.0.0
which: ^4.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -12330,6 +12330,13 @@ __metadata:
languageName: node
linkType: hard

"isexe@npm:^3.1.1":
version: 3.1.1
resolution: "isexe@npm:3.1.1"
checksum: 7fe1931ee4e88eb5aa524cd3ceb8c882537bc3a81b02e438b240e47012eef49c86904d0f0e593ea7c3a9996d18d0f1f3be8d3eaa92333977b0c3a9d353d5563e
languageName: node
linkType: hard

"isobject@npm:^3.0.1":
version: 3.0.1
resolution: "isobject@npm:3.0.1"
Expand Down Expand Up @@ -21214,6 +21221,17 @@ __metadata:
languageName: node
linkType: hard

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

"wide-align@npm:^1.1.5":
version: 1.1.5
resolution: "wide-align@npm:1.1.5"
Expand Down

0 comments on commit 82aad0d

Please sign in to comment.