From 67f2992b94f5ab3d8983c0828602df4a59f4cd38 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 14:38:59 +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 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",