From f3327541874b1e65bd84a47516b9481b85ec4685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 08:27:38 +0000 Subject: [PATCH] Bump jsonwebtoken from 8.3.0 to 9.0.0 Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.3.0 to 9.0.0. - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.3.0...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 72919c6..23b1f5c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "bcryptjs": "2.4.3", "cloudinary": "1.11.0", "express": "4.16.3", - "jsonwebtoken": "8.3.0", + "jsonwebtoken": "9.0.0", "mongoose": "5.11.8", "multer": "1.3.1" },