From 7fc5f3e29b27ce473ab910c067304b3431c3baa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 16:52:34 +0000 Subject: [PATCH] Bump express-jwt from 3.3.0 to 6.0.0 in /example_app Bumps [express-jwt](https://github.com/auth0/express-jwt) from 3.3.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.3.0...v6.0.0) Signed-off-by: dependabot[bot] --- example_app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_app/package.json b/example_app/package.json index d33eb87..416e111 100644 --- a/example_app/package.json +++ b/example_app/package.json @@ -15,7 +15,7 @@ "eventemitter3": "1.2.0", "express": "4.13.4", "express-graphql": "0.4.13", - "express-jwt": "3.3.0", + "express-jwt": "6.0.0", "fastclick": "1.0.6", "fbjs": "0.8.0-alpha.3", "front-matter": "2.0.6",