Skip to content

Commit

Permalink
chore(deps): update dependency which to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent b0eb836 commit 0d90a8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"typescript": "^5.0.4",
"webpack": "^5.68.0",
"webpack-node-externals": "^3.0.0",
"which": "^4.0.0"
"which": "^5.0.0"
},
"scripts": {
"build-clean": "rimraf --glob './packages/*/build' './packages/*/dist' './packages/*/tsconfig.tsbuildinfo' './packages/*/api-extractor.json' './api-extractor.json'",
Expand Down
13 changes: 12 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3333,7 +3333,7 @@ __metadata:
typescript: ^5.0.4
webpack: ^5.68.0
webpack-node-externals: ^3.0.0
which: ^4.0.0
which: ^5.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -21662,6 +21662,17 @@ __metadata:
languageName: node
linkType: hard

"which@npm:^5.0.0":
version: 5.0.0
resolution: "which@npm:5.0.0"
dependencies:
isexe: ^3.1.1
bin:
node-which: bin/which.js
checksum: 6ec99e89ba32c7e748b8a3144e64bfc74aa63e2b2eacbb61a0060ad0b961eb1a632b08fb1de067ed59b002cec3e21de18299216ebf2325ef0f78e0f121e14e90
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 0d90a8e

Please sign in to comment.