From 37f5bfc037b6f058f92838c0bff868ffca1bcca4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Jul 2018 04:40:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b56bef70..a1be9f69 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "express": "4.16.3", - "nodeunit": "0.11.2", + "nodeunit": "0.11.3", "supertest": "3.1.0", "mocha": "5.1.1" },