From a578877de6d0223165d773abb6a43cf43a040d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Feb 2021 15:42:20 +0000 Subject: [PATCH] chore(deps): 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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5ebb1df..33bc113 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "cors": "^2.8.4", "dotenv-extended": "^2.0.1", "express": "^4.16.2", - "express-jwt": "^5.3.0", + "express-jwt": "^6.0.0", "graphql": "^14.0.2", "graphql-compose": "^7.23.0", "graphql-compose-connection": "^8.0.1", diff --git a/yarn.lock b/yarn.lock index e6f7944..29ce8cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3612,10 +3612,10 @@ exports-loader@^1.1.1: schema-utils "^3.0.0" source-map "^0.6.1" -express-jwt@^5.3.0: - version "5.3.3" - resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-5.3.3.tgz#e557b4a63dd34c5ddd6ad81452738386314cc243" - integrity sha512-UdB8p5O8vGYTKm3SfREnLgVGIGEHcL3lrVyi3ebEX2qhMuagN623ju7ywWis+qYL+CXE7G1qPc2bCPBAg2MxZQ== +express-jwt@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-6.0.0.tgz#20886c730983ffb1c706a4383235df86eff349b8" + integrity sha512-C26y9myRjx7CyhZ+BAT3p+gQyRCoDZ7qo8plCvLDaRT6je6ALIAQknT6XLVQGFKwIy/Ux7lvM2MNap5dt0T7gA== dependencies: async "^1.5.0" express-unless "^0.3.0"