From 83a1ba95a0b3bbcfa62085724554fcfa65e262f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 16:55:17 +0000 Subject: [PATCH] Bump express-jwt from 5.3.3 to 6.0.0 Bumps [express-jwt](https://github.com/auth0/express-jwt) from 5.3.3 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.3.3...v6.0.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 662ec9e..97e6dc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2780,9 +2780,9 @@ } }, "express-jwt": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/express-jwt/-/express-jwt-5.3.3.tgz", - "integrity": "sha512-UdB8p5O8vGYTKm3SfREnLgVGIGEHcL3lrVyi3ebEX2qhMuagN623ju7ywWis+qYL+CXE7G1qPc2bCPBAg2MxZQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/express-jwt/-/express-jwt-6.0.0.tgz", + "integrity": "sha512-C26y9myRjx7CyhZ+BAT3p+gQyRCoDZ7qo8plCvLDaRT6je6ALIAQknT6XLVQGFKwIy/Ux7lvM2MNap5dt0T7gA==", "requires": { "async": "^1.5.0", "express-unless": "^0.3.0", diff --git a/package.json b/package.json index 2a848b2..6dba8ff 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "cors": "^2.8.4", "dotenv": "^8.2.0", "express": "^4.16.3", - "express-jwt": "^5.3.1", + "express-jwt": "^6.0.0", "jsonwebtoken": "^8.3.0", "lodash": "^4.17.15", "mongoose": "^5.9.13",