From 34c7d704aadd028a64887b79b18542b57ca18ac4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Jun 2022 19:32:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccf4c2342..83999ef31 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": "~9.0.1", "http-signature": "~1.1.0", "is-typedarray": "~1.0.0", "isstream": "~0.1.2",