From ae0bab2b4de44f5ab3126d4e8554b6d0e6c06c5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 06:26:38 +0000 Subject: [PATCH] chore(deps-dev): 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:development 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 e22cac5..2c5037f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "rxjs": "^7.8.1", "tree-kill": "^1.2.2", "typescript": "^5.6.2", - "which": "^4.0.0" + "which": "^5.0.0" }, "engines": { "coc": "^0.0.80" @@ -1296,9 +1296,9 @@ "dev": true }, "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==", "dev": true, "dependencies": { "isexe": "^3.1.1" @@ -1307,7 +1307,7 @@ "node-which": "bin/which.js" }, "engines": { - "node": "^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/which/node_modules/isexe": { diff --git a/package.json b/package.json index a25bd04..3104a08 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "rxjs": "^7.8.1", "tree-kill": "^1.2.2", "typescript": "^5.6.2", - "which": "^4.0.0" + "which": "^5.0.0" }, "prettier": { "singleQuote": true,