From bc7759c21588b8775169b5d4d67059a5b1b9fe68 Mon Sep 17 00:00:00 2001 From: Ryan Zimmerman Date: Tue, 5 Feb 2019 11:35:52 -0500 Subject: [PATCH] Upgrade tap-spec to clean up npm audit warnings --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09a82c2..2d6149a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "devDependencies": { "node-fetch": "^1.5.3", "standard": "9.x", - "tap-spec": "^4.0.2", + "tap-spec": "^5.0.0", "tape": "^4.0.0" }, "homepage": "https://github.com/exodusmovement/cryptocompare",