From 2c28a9a6a97518f0794a4450ac774e44465c902a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Dec 2022 21:25:27 +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 37370cb..362b5c6 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "cache-manager-fs-hash": "1.0.0", "crypto": "^1.0.1", "dotenv": "^16.0.2", - "jsonwebtoken": "^8.5.1", + "jsonwebtoken": "^9.0.0", "mongoose": "~6.6.1", "mongoose-autopopulate": "^0.16.1", "passport": "^0.6.0",