Skip to content

Commit

Permalink
chore(deps-dev): bump which from 2.0.2 to 3.0.0 (#13554)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 3, 2022
1 parent 7df916a commit 4670d3b
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 @@
"tempy": "^1.0.0",
"ts-node": "^10.5.0",
"typescript": "^4.8.2",
"which": "^2.0.1"
"which": "^3.0.0"
},
"scripts": {
"build-clean": "rimraf './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 @@ -2853,7 +2853,7 @@ __metadata:
tempy: ^1.0.0
ts-node: ^10.5.0
typescript: ^4.8.2
which: ^2.0.1
which: ^3.0.0
languageName: unknown
linkType: soft

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

"which@npm:^3.0.0":
version: 3.0.0
resolution: "which@npm:3.0.0"
dependencies:
isexe: ^2.0.0
bin:
node-which: bin/which.js
checksum: fdcf3cadab414e60b86c6836e7ac9de9273561a8926f57cbc28641b602a771527239ee4d47f2689ed255666f035ba0a0d72390986cc0c4e45344491adc7d0eeb
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 4670d3b

Please sign in to comment.