Skip to content

Commit 4085583

Browse files
Bump which from 2.0.2 to 3.0.0
Bumps [which](https://github.com/npm/node-which) from 2.0.2 to 3.0.0. - [Release notes](https://github.com/npm/node-which/releases) - [Changelog](https://github.com/npm/node-which/blob/main/CHANGELOG.md) - [Commits](npm/node-which@v2.0.2...v3.0.0) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2dc452b commit 4085583

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@
590590
"lru-cache": "^7.14.0",
591591
"ts-pattern": "^4.0.5",
592592
"vscode-languageclient": "^7.0.0",
593-
"which": "^2.0.1",
593+
"which": "^3.0.0",
594594
"yauzl": "^2.10.0"
595595
}
596596
}

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2537,6 +2537,13 @@ which@^2.0.1:
25372537
dependencies:
25382538
isexe "^2.0.0"
25392539

2540+
which@^3.0.0:
2541+
version "3.0.0"
2542+
resolved "https://registry.yarnpkg.com/which/-/which-3.0.0.tgz#a9efd016db59728758a390d23f1687b6e8f59f8e"
2543+
integrity sha512-nla//68K9NU6yRiwDY/Q8aU6siKlSs64aEC7+IV56QoAuyQT2ovsJcgGYGyqMOmI/CGN1BOR6mM5EN0FBO+zyQ==
2544+
dependencies:
2545+
isexe "^2.0.0"
2546+
25402547
wildcard@^2.0.0:
25412548
version "2.0.0"
25422549
resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.0.tgz#a77d20e5200c6faaac979e4b3aadc7b3dd7f8fec"

0 commit comments

Comments
 (0)