From 449fbe4b4e37888079ebb89ea9bbb046658821dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 17:26:13 +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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 14126e5..a61ac3b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "event-dispatch": "0.4.1", "express": "4.17.1", "express-basic-auth": "1.2.0", - "express-jwt": "5.3.3", + "express-jwt": "6.0.0", "jsonwebtoken": "8.5.1", "mongoose": "5.9.10", "multer": "1.4.2", diff --git a/yarn.lock b/yarn.lock index dfa47e7..c356058 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1557,10 +1557,10 @@ express-basic-auth@1.2.0: dependencies: basic-auth "^2.0.1" -express-jwt@5.3.3: - 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"