From 4d09dfa572617ad7a1e60edd073bddec4188177d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Oct 2019 08:07:40 +0000 Subject: [PATCH] chore: upgrade tap from 5.8.0 to 14.7.0 Snyk has created this PR to upgrade tap from 5.8.0 to 14.7.0. See this package in NPM: https://www.npmjs.com/package/tap See this project in Snyk: https://app.snyk.io/org/auto-upgrade-pr/project/0a9018e5-b8f5-4dd0-a473-60c8111c249a?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 2fd7da2ed..cf28534af --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "dependencies": { "node-uuid": "1.4.0", "qs": "0.0.6", - "tap": "^5.8.0" + "tap": "^14.7.0" } }