From 0fbe3060e0a0892b78e48d55182f34b61a00994b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Dec 2022 01:53:53 +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 85f581cf..56546355 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "bcryptjs": "^2.4.3", - "jsonwebtoken": "^8.5.1", + "jsonwebtoken": "^9.0.0", "slugify": "^1.3.6", "uuid": "^3.3.3" },