From 0262e4cbb7a2bceabb175e6d421db052261eca54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 17:14:23 +0000 Subject: [PATCH] Bump express-jwt from 3.3.0 to 6.0.0 in /backend/graphql Bumps [express-jwt](https://github.com/auth0/express-jwt) from 3.3.0 to 6.0.0. - [Release notes](https://github.com/auth0/express-jwt/releases) - [Changelog](https://github.com/auth0/express-jwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/express-jwt/compare/v3.3.0...v6.0.0) Signed-off-by: dependabot[bot] --- backend/graphql/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/graphql/package.json b/backend/graphql/package.json index 43bf6f1..493e27c 100644 --- a/backend/graphql/package.json +++ b/backend/graphql/package.json @@ -29,7 +29,7 @@ "ejs": "2.5.5", "errorhandler": "1.4.3", "express": "4.13.4", - "express-jwt": "3.3.0", + "express-jwt": "6.0.0", "express-session": "1.13.0", "faker": "^4.1.0", "fastify": "^2.9.0",