From 7b734cfdc52e62fc63407dfaa2c65b39210afdf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 11:37:57 -0500 Subject: [PATCH] fix(deps): update dependency jsonwebtoken to v9.0.3 (#13807) 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 f45d309047..acd5e9cdd5 100644 --- a/install/package.json +++ b/install/package.json @@ -85,7 +85,7 @@ "jquery-ui": "1.14.1", "jsesc": "3.1.0", "json2csv": "5.0.7", - "jsonwebtoken": "9.0.2", + "jsonwebtoken": "9.0.3", "lodash": "4.17.21", "logrotate-stream": "0.2.9", "lru-cache": "11.2.4",