From eb919db576b0f8d00cf951db6d95118edee5d429 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Nov 2020 11:57:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:njwt:20180614 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6fc3ebe..11a52e5 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "boxen": "^1.2.1", "chalk": "^2.1.0", "https": "^1.0.0", - "njwt": "^0.4.0", + "njwt": "^1.0.0", "qs": "^6.5.0", "ssl-root-cas": "^1.2.4" }