Skip to content

Commit bf55e60

Browse files
Bump which from 3.0.0 to 3.0.1 (#883)
Bumps [which](https://github.com/npm/node-which) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/npm/node-which/releases) - [Changelog](https://github.com/npm/node-which/blob/main/CHANGELOG.md) - [Commits](npm/node-which@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 887187c commit bf55e60

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
"lru-cache": "^7.18.3",
596596
"ts-pattern": "^4.2.2",
597597
"vscode-languageclient": "^7.0.0",
598-
"which": "^3.0.0",
598+
"which": "^3.0.1",
599599
"yauzl": "^2.10.0"
600600
}
601601
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2519,10 +2519,10 @@ which@^2.0.1:
25192519
dependencies:
25202520
isexe "^2.0.0"
25212521

2522-
which@^3.0.0:
2523-
version "3.0.0"
2524-
resolved "https://registry.yarnpkg.com/which/-/which-3.0.0.tgz#a9efd016db59728758a390d23f1687b6e8f59f8e"
2525-
integrity sha512-nla//68K9NU6yRiwDY/Q8aU6siKlSs64aEC7+IV56QoAuyQT2ovsJcgGYGyqMOmI/CGN1BOR6mM5EN0FBO+zyQ==
2522+
which@^3.0.1:
2523+
version "3.0.1"
2524+
resolved "https://registry.yarnpkg.com/which/-/which-3.0.1.tgz#89f1cd0c23f629a8105ffe69b8172791c87b4be1"
2525+
integrity sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==
25262526
dependencies:
25272527
isexe "^2.0.0"
25282528

0 commit comments

Comments
 (0)