From b387965de4e71cf3a2a0f39bc4762494bad00b16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 21:54:27 +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 f857c26..4593485 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "body-parser": "^1.15.2", "crypto": "0.0.3", "express": "^4.14.0", - "jsonwebtoken": "^7.2.1", + "jsonwebtoken": "^8.0.0", "lodash": "^4.17.2", "mongoose": "^4.7.4", "nedb": "^1.8.0",