From 90239b78ca4f4e508e2dd9457ec5f29982aaf953 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Nov 2018 00:24:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:http-signature:20150122 - https://snyk.io/vuln/npm:qs:20170213 - 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 6967be3..e99eb03 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "node": ">=6.0" }, "dependencies": { - "restify": "4.1.1" + "restify": "5.0.1" }, "devDependencies": { "@neogeek/eslint-config-standards": "1.2.0",