From 36755b66fcfb1edc2cf95bd24a323fde3a0c3d60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 15:19:52 +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 f8f63ba..2190e70 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "identity-obj-proxy": "^3.0.0", "ini": "^1.3.6", "jose": "^4.9.3", - "jsonwebtoken": "^8.5.1", + "jsonwebtoken": "^9.0.0", "lodash": "^4.17.21", "lodash.omit": "^4.5.0", "material-ui-chip-input": "^1.1.0",