From 5cdfcb492688f0a6b15245c2d1ea66fd954655c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 17:31:35 +0000 Subject: [PATCH] Bump express-jwt from 5.3.3 to 6.0.0 in /functions 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] --- functions/package-lock.json | 6 +++--- functions/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 92d3c3b..1e9d591 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -826,9 +826,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/functions/package.json b/functions/package.json index e4d2e43..baf1c5e 100644 --- a/functions/package.json +++ b/functions/package.json @@ -14,7 +14,7 @@ "dependencies": { "dotenv": "^8.2.0", "express": "^4.17.1", - "express-jwt": "^5.3.3", + "express-jwt": "^6.0.0", "firebase-admin": "^8.10.0", "firebase-functions": "^3.6.0", "jsonwebtoken": "^8.5.1",