From 3035f7c853f327a989930d9b1aaab541e96d22cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 16:21:52 +0000 Subject: [PATCH] Bump express-jwt from 0.1.4 to 6.0.0 Bumps [express-jwt](https://github.com/auth0/express-jwt) from 0.1.4 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/commits/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 502cd9d..1e7ee35 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "mongoose": "~3.8.7", "async": "~0.2.10", "bcrypt": "~0.7.7", - "express-jwt": "~0.1.2", + "express-jwt": "~6.0.0", "jsonwebtoken": "~0.1.0", "gulp-stylus": "0.0.13" },