From 25963f2c3d574440e8cb0a4de736139e26f63664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 16:22:47 +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 343df7d..30f1b8a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "copy-to-clipboard": "^3.0.2", "css-loader": "^0.23.1", "express": "^4.13.4", - "express-jwt": "^3.4.0", + "express-jwt": "^6.0.0", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.9.0", "http-proxy": "^1.13.3",