From 1b29e17bf9552b0b7f4b2a68cf9292c2bc05f789 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 15:09:04 +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 43b3c7e..22d5b7d 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "date-fns": "^2.22.1", "identity-obj-proxy": "^3.0.0", "jose": "^4.9.3", - "jsonwebtoken": "^8.5.1", + "jsonwebtoken": "^9.0.0", "moment": "^2.20.1", "moment-duration-format": "2.2.2", "moment-timezone": "^0.5.29",