From 2eb66af8aba496034f602f0735f3f1f152f40355 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Dec 2022 05:02:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180020 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9ac19a..148f91a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "bcrypt-nodejs": "0.0.3", "body-parser": "~1.9.3", "express": "~4.10.3", - "jsonwebtoken": "^5.0.0", + "jsonwebtoken": "^9.0.0", "morgan": "~1.5.0" }, "devDependencies": {