From 65251c4f6a71aa36768fc0527ace3738a5d56968 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Jun 2018 07:30:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4866598..c855c73 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "debug": "^2.2.0", "joi": "^8.0.2", - "jsonwebtoken": "^7.4.1", + "jsonwebtoken": "^8.0.0", "rxjs": "^5.0.0-beta.2", "ws": "^2.0.0" },