From a34a8feb3c9bbf7303450a7921951241cd9c4dbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 18:02:59 +0000 Subject: [PATCH] Bump express-jwt from 5.3.1 to 6.0.0 Bumps [express-jwt](https://github.com/auth0/express-jwt) from 5.3.1 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/v5.3.1...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 0f3efdf..139ec0b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "crypto-random-string": "1.0.0", "dotenv": "6.2.0", "express": "4.15.2", - "express-jwt": "5.3.1", + "express-jwt": "6.0.0", "express-jwt-authz": "1.0.0", "howler": "2.2.1", "http": "0.0.0",