From 114f8ffd5836455965ccad82ba555ea6e22aa04e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Jun 2018 02:28:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 e230536..fff1097 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "Steffen Schuhmann", "license": "BSD-2-Clause", "dependencies": { - "restify": "~3.0.3", + "restify": "~4.3.4", "woch": "~0.1.0", "restify-oauth2": "~4.0.3", "underscore": "~1.8.3",