From 31948f3f5e0b4ff6104eb868ce5424ee01dfdbcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:13:53 +0000 Subject: [PATCH] build(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 28cfaccc..4755e124 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "split2": "^4.2.0", "stacktrace-parser": "^0.1.10", "supports-color": "^9.4.0", - "which": "^4.0.0" + "which": "^5.0.0" }, "devDependencies": { "@eslint/js": "^9.9.1", @@ -8290,9 +8290,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==", "dependencies": { "isexe": "^3.1.1" }, @@ -8300,7 +8300,7 @@ "node-which": "bin/which.js" }, "engines": { - "node": "^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/workerpool": { diff --git a/package.json b/package.json index c50c2170..06241cb5 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,7 @@ "split2": "^4.2.0", "stacktrace-parser": "^0.1.10", "supports-color": "^9.4.0", - "which": "^4.0.0" + "which": "^5.0.0" }, "mocha-vscode": { "version": "1.1.0-preview+FFFFFFF",