From b9dca19736f1d31c2d48f3c9e1eaf366a10c9434 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Sep 2021 20:08:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mime:20170907 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4c638d..18d5288 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "async": "^0.9.0", "chalk": "^1.0.0", "lodash": "^3.4.0", - "node-wit": "^1.1.0", + "node-wit": "^3.3.0", "q": "^1.2.0", "winston": "^0.9.0" },