From f12a93709d1464aac75aa5bda45db99b6adbea3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 17:12:18 +0000 Subject: [PATCH] Bump express-jwt from 3.3.0 to 6.0.0 in /backend/rest 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/rest/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/rest/package.json b/backend/rest/package.json index b6ba826..d75a3f6 100644 --- a/backend/rest/package.json +++ b/backend/rest/package.json @@ -27,7 +27,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",