From 4251394fd0dc1f62f2fa4222d5f42481a3b77b95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 19:30:20 -0400 Subject: [PATCH] fix(deps): update dependency jsonwebtoken to v9.0.2 (#11972) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index a629105872..d94b7b4bbb 100644 --- a/install/package.json +++ b/install/package.json @@ -81,7 +81,7 @@ "jquery-ui": "1.13.2", "jsesc": "3.0.2", "json2csv": "5.0.7", - "jsonwebtoken": "9.0.1", + "jsonwebtoken": "9.0.2", "lodash": "4.17.21", "logrotate-stream": "0.2.9", "lru-cache": "10.0.1",