From 5774f68d044b0125ab0756ac78df83d4dba3ac44 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Jun 2018 04:12:39 +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 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",