From c037b4158e61ad2c3d2fdbd26da3d984d6e19df6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2020 23:30:19 +0000 Subject: [PATCH] Bump which from 1.3.1 to 2.0.2 Bumps [which](https://github.com/isaacs/node-which) from 1.3.1 to 2.0.2. - [Release notes](https://github.com/isaacs/node-which/releases) - [Changelog](https://github.com/npm/node-which/blob/master/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-which/compare/v1.3.1...v2.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f28603..686238c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "cross-env": "^7.0.0", "mocha": "^5.2.0", - "which": "^1.2.0" + "which": "^2.0.2" }, "dependencies": { "ampersand-state": "^5.0.3",