From aeb840728ef5cd0d93acbb6a3652c4df6d2042b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Dec 2022 17:13:17 -0800 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 5b8cd008c1..16ba6c3585 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "axios": "^0.26.1", "dayjs": "^1.8.29", "https-proxy-agent": "^5.0.0", - "jsonwebtoken": "^8.5.1", + "jsonwebtoken": "^9.0.0", "qs": "^6.9.4", "scmp": "^2.1.0", "url-parse": "^1.5.9",