From 33d6f740af1d8e154a2f5712839ca861b68af10b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Jun 2018 06:17:04 +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 b0f0b22..bc90f23 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "crypto-js": "^3.1.9-1", "express": "^4.15.2", "i18n": "^0.8.3", - "jsonwebtoken": "^7.3.0", + "jsonwebtoken": "^8.0.0", "moment": "^2.17.1", "mongodb": "^2.2.24", "mongoose": "^4.8.6",