From c1664552a705bc4e86d60a7dbab82896238218f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Feb 2018 03:57:24 +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 chicofos/api_jwt: https://snyk.io/test/github/chicofos/api_jwt --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29cf42d..dd1469e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "body-parser": "^1.15.2", "cors": "^2.8.4", "express": "^4.14.0", - "jsonwebtoken": "^7.1.9", + "jsonwebtoken": "^8.0.0", "mongoose": "^4.6.0", "morgan": "^1.8.2", "swagger-node-express": "~2.0",