From 866039891d2643d1c6487c7f88aec646ce95c300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 16:40:01 +0000 Subject: [PATCH] Bump express-jwt from 5.1.0 to 6.0.0 in /backend/web Bumps [express-jwt](https://github.com/auth0/express-jwt) from 5.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/v5.1.0...v6.0.0) Signed-off-by: dependabot[bot] --- backend/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/web/package.json b/backend/web/package.json index d3a1951..1d790a6 100644 --- a/backend/web/package.json +++ b/backend/web/package.json @@ -24,7 +24,7 @@ "bcrypt": "0.8.7", "body-parser": "1.15.2", "express": "4.14.0", - "express-jwt": "5.1.0", + "express-jwt": "6.0.0", "googleapis": "14.0.0", "jsonwebtoken": "7.1.9", "mongoose": "4.6.3",