From c20ea26a35d1493976f5540a7add6a0b5098aa6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 20:25:42 +0000 Subject: [PATCH] chore(deps): bump which from 4.0.0 to 5.0.0 Bumps [which](https://github.com/npm/node-which) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/npm/node-which/releases) - [Changelog](https://github.com/npm/node-which/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-which/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 742723b6..46eaba70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "glob": "^11.0.1", "semver": "^7.6.2", "vscode-languageclient": "^8.1.0", - "which": "^4.0.0" + "which": "^5.0.0" }, "devDependencies": { "@eslint/compat": "^1.2.6", @@ -9923,9 +9923,9 @@ } }, "node_modules/which": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", - "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", + "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==", "license": "ISC", "dependencies": { "isexe": "^3.1.1" @@ -9934,7 +9934,7 @@ "node-which": "bin/which.js" }, "engines": { - "node": "^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/which-boxed-primitive": { diff --git a/package.json b/package.json index e0bf6d06..7188c53f 100644 --- a/package.json +++ b/package.json @@ -787,6 +787,6 @@ "glob": "^11.0.1", "semver": "^7.6.2", "vscode-languageclient": "^8.1.0", - "which": "^4.0.0" + "which": "^5.0.0" } }