From ef37be9c4576509c36b95d792c5bc57d9f281548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Oct 2020 06:35:35 +0000 Subject: [PATCH] Bump express-jwt from 5.3.1 to 6.0.0 Bumps [express-jwt](https://github.com/auth0/express-jwt) from 5.3.1 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.1...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 a1371c7..8dc6ddd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2360,9 +2360,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 6151c6a..c02bc5c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "chalk": "^2.4.2", "dotenv": "^8.1.0", "express": "^4.17.1", - "express-jwt": "^5.3.1", + "express-jwt": "^6.0.0", "express-prettify": "^0.1.1", "express-validator": "^6.2.0", "helmet": "^3.21.0",