From 8af680e6910a0b9644094b5051205ea3dfee7d65 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Dec 2022 04:09:38 +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 c3bdc5a..1fa8fa2 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "http": "0.0.0", "http-status": "^1.0.1", "human-readable-ids": "^1.0.1", - "jsonwebtoken": "^7.2.1", + "jsonwebtoken": "^9.0.0", "jwt-simple": "^0.5.1", "lodash": "^4.17.2", "morgan": "^1.7.0",