From 924a3d92ad4c056a8baec2f6015bf67270b7f038 Mon Sep 17 00:00:00 2001 From: Ryan Graham Date: Wed, 12 Dec 2018 11:53:50 -0800 Subject: [PATCH] test: fix node 4 test tap 12.0.1 was a security release, but depended on nyc@13 which doesn't support node 4 (tapjs/node-tap#479). Fortunately, v12.1.1 has been released to fix that. Bumping the version here to bust caches that may still think 12.1.0 is the best match. Signed-off-by: Ryan Graham --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3c1492..77edec3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "minimist": "^1.2.0" }, "devDependencies": { - "tap": "^12.0.1" + "tap": "^12.1.1" }, "engines": { "node": ">=4"