From 3b58407489f85367cf4766d37583728b91507b48 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Jul 2018 02:26:21 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e230536..34ce940 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "Steffen Schuhmann", "license": "BSD-2-Clause", "dependencies": { - "restify": "~3.0.3", + "restify": "~5.0.1", "woch": "~0.1.0", "restify-oauth2": "~4.0.3", "underscore": "~1.8.3",