From c09fa67b9fad72afc63e38f9d7318a3fc153b4c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2018 01:15:37 +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 kartik01/nodejs-server: https://snyk.io/test/github/kartik01/nodejs-server --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0de981c..844cd67 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "debug": "~2.2.0", "express": "~4.14.0", "jade": "~1.11.0", - "jsonwebtoken": "^7.2.1", + "jsonwebtoken": "^8.0.0", "lodash": "^4.17.4", "moment": "^2.17.1", "mongoose": "^4.7.7",