From ff1ba90beb0e40294127e9ccc0286c86a50e03c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2018 00:59:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 Latest report for gjvis/request: https://snyk.io/test/github/gjvis/request --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccf4c2342..08686825f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "forever-agent": "~0.6.1", "form-data": "~1.0.1", "har-validator": "~2.0.6", - "hawk": "~3.1.3", + "hawk": "~7.0.0", "http-signature": "~1.1.0", "is-typedarray": "~1.0.0", "isstream": "~0.1.2",