From dabf2fe69c381a8cedbdd8efb02ffc17852dadff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 17:04:17 +0000 Subject: [PATCH] Bump express-jwt from 3.1.0 to 6.0.0 Bumps [express-jwt](https://github.com/auth0/express-jwt) from 3.1.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.1.0...v6.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95e1a3093..5b90d3eaa 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "email-templates": "2.0.1", "errorhandler": "1.4.2", "express": "4.13.3", - "express-jwt": "3.1.0", + "express-jwt": "6.0.0", "express-session": "1.11.3", "faker": "3.0.1", "fb": "0.7.3",