From ca24f22cf22d66c69a3c5220e4af1f9bbc9d70c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 17:30:39 +0000 Subject: [PATCH] build(deps): 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 aaec5e6..701bc75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3747,9 +3747,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 7fa7fee..34b818c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "custom-env": "^2.0.1", "debug": "^4.1.1", "express": "^4.17.1", - "express-jwt": "^5.3.3", + "express-jwt": "^6.0.0", "joi": "^14.3.1", "jsonwebtoken": "^8.5.1", "pg": "^8.2.1",