From a23160b3baee224b4a5db56ccbc48f5143f834d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 09:52:37 +0000 Subject: [PATCH] Bump jsonwebtoken from 8.4.0 to 9.0.0 in /packages/server Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.4.0 to 9.0.0. - [Release notes](https://github.com/auth0/node-jsonwebtoken/releases) - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.4.0...v9.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/package.json b/packages/server/package.json index 6f2337d..3f1c86f 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -26,7 +26,7 @@ "dotenv": "^8.0.0", "graphql": "^14.0.2", "graphql-tag": "^2.10.0", - "jsonwebtoken": "^8.4.0", + "jsonwebtoken": "^9.0.0", "mongoose": "^5.3.13", "ramda": "^0.26.1", "ts-node": "^7.0.1",