From 35cc512c4e9753922dcd7d1e1e026e71621fe8dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Dec 2022 21:59:48 +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 c287b2a7ed..94e76204dc 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/jsonwebtoken": "^7.1.33", "@types/node": "^8.0.32", "faye-websocket": "0.9.3", - "jsonwebtoken": "7.1.9", + "jsonwebtoken": "9.0.0", "node-forge": "0.7.1" }, "devDependencies": {