From 47f0d4a5c806d775917b477f7552ea8bdef7cb62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 02:13:56 +0000 Subject: [PATCH] Bump which from 5.0.0 to 6.0.0 in /proxy Bumps [which](https://github.com/npm/node-which) from 5.0.0 to 6.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/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: which dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- proxy/package-lock.json | 10 +++++----- proxy/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/proxy/package-lock.json b/proxy/package-lock.json index 866c38b..491c644 100644 --- a/proxy/package-lock.json +++ b/proxy/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "GPL-3.0-or-later", "dependencies": { - "which": "^5.0.0" + "which": "^6.0.0" }, "bin": { "ellsp": "start.js" @@ -1728,9 +1728,9 @@ } }, "node_modules/which": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", - "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-6.0.0.tgz", + "integrity": "sha512-f+gEpIKMR9faW/JgAgPK1D7mekkFoqbmiwvNzuhsHetni20QSgzg9Vhn0g2JSJkkfehQnqdUAx7/e15qS1lPxg==", "license": "ISC", "dependencies": { "isexe": "^3.1.1" @@ -1739,7 +1739,7 @@ "node-which": "bin/which.js" }, "engines": { - "node": "^18.17.0 || >=20.5.0" + "node": "^20.17.0 || >=22.9.0" } }, "node_modules/wrap-ansi": { diff --git a/proxy/package.json b/proxy/package.json index fc1eb63..a9ecf88 100644 --- a/proxy/package.json +++ b/proxy/package.json @@ -33,7 +33,7 @@ }, "homepage": "https://github.com/elisp-lsp/ellsp#readme", "dependencies": { - "which": "^5.0.0" + "which": "^6.0.0" }, "devDependencies": { "@yao-pkg/pkg": "^6.0.0"