From 38f21c5f348ed1f2973191f5698b6240d25e51d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:18:59 +0000 Subject: [PATCH] chore: 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 | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ffd2dba4..952459ff1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "python-bridge": "github:mdesmet/node-python-bridge#feat/detached", "reflect-metadata": "^0.2.2", "semver": "^7.6.3", - "which": "^4.0.0", + "which": "^5.0.0", "ws": "^8.18.0", "yaml": "^2.5.0", "zeromq": "^6.1.0" @@ -12568,10 +12568,9 @@ } }, "node_modules/which": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", - "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", - "license": "ISC", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", + "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==", "dependencies": { "isexe": "^3.1.1" }, @@ -12579,7 +12578,7 @@ "node-which": "bin/which.js" }, "engines": { - "node": "^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/wide-align": { diff --git a/package.json b/package.json index c1dbf31b3..d5caf26e7 100644 --- a/package.json +++ b/package.json @@ -1259,7 +1259,7 @@ "python-bridge": "github:mdesmet/node-python-bridge#feat/detached", "reflect-metadata": "^0.2.2", "semver": "^7.6.3", - "which": "^4.0.0", + "which": "^5.0.0", "ws": "^8.18.0", "yaml": "^2.5.0", "zeromq": "^6.1.0"