From bbff7403fbf46f9ad92240ac213df8d30ef31b64 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 20 Sep 2018 02:56:13 +0200 Subject: update packages --- node_modules/which/CHANGELOG.md | 5 +++++ node_modules/which/package.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'node_modules/which') diff --git a/node_modules/which/CHANGELOG.md b/node_modules/which/CHANGELOG.md index 367acb12a..3d83d2694 100644 --- a/node_modules/which/CHANGELOG.md +++ b/node_modules/which/CHANGELOG.md @@ -1,6 +1,11 @@ # Changes +## 1.3.1 + +* update deps +* update travis + ## v1.3.0 * Add nothrow option to which.sync diff --git a/node_modules/which/package.json b/node_modules/which/package.json index 34885223f..51be376f6 100644 --- a/node_modules/which/package.json +++ b/node_modules/which/package.json @@ -2,7 +2,7 @@ "author": "Isaac Z. Schlueter (http://blog.izs.me)", "name": "which", "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", - "version": "1.3.0", + "version": "1.3.1", "repository": { "type": "git", "url": "git://github.com/isaacs/node-which.git" @@ -15,8 +15,8 @@ }, "devDependencies": { "mkdirp": "^0.5.0", - "rimraf": "^2.3.3", - "tap": "^10.7.0" + "rimraf": "^2.6.2", + "tap": "^12.0.1" }, "scripts": { "test": "tap test/*.js --cov", -- cgit v1.2.3