From 8e3c37c205e7474b46f18fb1ac5914041dabf76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 11:09:09 +0000 Subject: [PATCH] Bump jsonwebtoken from 8.5.1 to 9.0.0 in /backend Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 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.5.1...v9.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index eb0015d..d82bb54 100644 --- a/backend/package.json +++ b/backend/package.json @@ -24,7 +24,7 @@ "graphql-shield": "^5.3.5", "graphql-yoga": "^1.17.4", "graphql-yup-middleware": "^0.0.1", - "jsonwebtoken": "^8.5.1", + "jsonwebtoken": "^9.0.0", "nexus": "^0.11.7", "nexus-prisma": "^0.3.7", "prisma-client-lib": "^1.33.0",