From fea7e1bf8c11c6defb1d3e792794971ba5d02ac6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Dec 2022 10:03:29 +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 a18f8b28..9f19e52a 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "ioredis": "^3.1.4", "joi": "13.0.0", "jsonata": "^1.5.2", - "jsonwebtoken": "^8.2.0", + "jsonwebtoken": "^9.0.0", "lodash": "^4.17.5", "lodash-deep": "^2.0.0", "micromatch": "^3.1.10",