From 7a3c1acdd9b3cdd4428482c0b1a34fdf6003820d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 15:44:11 +0000 Subject: [PATCH] Bump express-jwt from 3.4.0 to 6.0.0 Bumps [express-jwt](https://github.com/auth0/express-jwt) from 3.4.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.4.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 0e2ff7f..02ed121 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "bcrypt-nodejs": "0.0.3", "body-parser": "^1.14.1", "express": "^4.13.3", - "express-jwt": "^3.3.0", + "express-jwt": "^6.0.0", "geocoder": "^0.2.2", "jwt-simple": "^0.4.0", "mongoose": "^4.3.1",