From 4a5c15b8f18d0bfa78dc84ae83537dcab14ba15a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 13:54:00 +0000 Subject: [PATCH] Bump jsonwebtoken from 8.5.1 to 9.0.0 Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 to 9.0.0. - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.1...v9.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a032bd56..144c4967 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "json-stable-stringify": "1.0.2", "jsondiffpatch": "0.4.1", "jsonpath-plus": "7.2.0", - "jsonwebtoken": "8.5.1", + "jsonwebtoken": "9.0.0", "mimetype": "0.0.8", "mongodb": "4.11.0", "multer": "1.4.2",