From 3c49ed19505c8f770592173fa2a9126186e68915 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Feb 2018 23:17:31 +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 sethbergman/admin-portal: https://snyk.io/test/github/sethbergman/admin-portal --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b84e3d5..b09b359 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "chart.js": "^2.7.1", "consolidate": "^0.14.5", "express": "^3.21.2", - "jsonwebtoken": "^7.4.1", + "jsonwebtoken": "^8.0.0", "node-sass-middleware": "^0.11.0", "passport": "^0.3.2", "path": "^0.12.7",