From 2fe5c6651c03e4eedb1bc82b863a353d6fbc0146 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Dec 2022 17:32:40 +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 8d4af158e..4f32b3db0 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "jquery-bar-rating": "^1.2.2", "js-cookie": "^2.2.0", "json-style-converter": "^1.0.3", - "jsonwebtoken": "^8.4.0", + "jsonwebtoken": "^9.0.0", "md5": "^2.2.1", "page": "^1.11.4", "preact": "^8.3.1",