From de7832bc4995b9ed37d5535bbe665ee30e10ac68 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 19:59:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- 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",