Skip to content

Commit cca4fef

Browse files
Bump which from 2.0.2 to 3.0.0 (#765)
* 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] <[email protected]> * Bump node version in CI Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fendor <[email protected]>
1 parent 594de9a commit cca4fef

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Node.js
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 17
23+
node-version: latest
2424
- name: Upgrade ghcup
2525
run: ghcup upgrade -i -f
2626
shell: bash

package.json

+1-1
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

+7
Original file line numberDiff line numberDiff line change
@@ -2571,6 +2571,13 @@ which@^2.0.1:
25712571
dependencies:
25722572
isexe "^2.0.0"
25732573

2574+
which@^3.0.0:
2575+
version "3.0.0"
2576+
resolved "https://registry.yarnpkg.com/which/-/which-3.0.0.tgz#a9efd016db59728758a390d23f1687b6e8f59f8e"
2577+
integrity sha512-nla//68K9NU6yRiwDY/Q8aU6siKlSs64aEC7+IV56QoAuyQT2ovsJcgGYGyqMOmI/CGN1BOR6mM5EN0FBO+zyQ==
2578+
dependencies:
2579+
isexe "^2.0.0"
2580+
25742581
wildcard@^2.0.0:
25752582
version "2.0.0"
25762583
resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.0.tgz#a77d20e5200c6faaac979e4b3aadc7b3dd7f8fec"

0 commit comments

Comments
 (0)