From ec9ee1eb9a83cd7008ac47dbba5fce9b15f4b394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 08:08:12 +0000 Subject: [PATCH] Bump which from 2.0.2 to 3.0.0 Bumps [which](https://github.com/npm/node-which) from 2.0.2 to 3.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/v2.0.2...v3.0.0) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9774b5b..75e9bc4 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "mdast-util-from-markdown": "^0.8.5", "semver": "^7.3.5", "sort-package-json": "^1.50.0", - "which": "^2.0.2" + "which": "^3.0.0" }, "devDependencies": { "eslint": "^7.31.0", diff --git a/yarn.lock b/yarn.lock index 124b9b8..6906d49 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6588,6 +6588,13 @@ which@^2.0.1, which@^2.0.2: dependencies: isexe "^2.0.0" +which@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/which/-/which-3.0.0.tgz#a9efd016db59728758a390d23f1687b6e8f59f8e" + integrity sha512-nla//68K9NU6yRiwDY/Q8aU6siKlSs64aEC7+IV56QoAuyQT2ovsJcgGYGyqMOmI/CGN1BOR6mM5EN0FBO+zyQ== + dependencies: + isexe "^2.0.0" + widest-line@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-4.0.1.tgz#a0fc673aaba1ea6f0a0d35b3c2795c9a9cc2ebf2"