From 4e3158b6905f16393f05a3460ea496e09433d4d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 16:48:16 +0000 Subject: [PATCH] Bump express-jwt from 5.3.1 to 6.0.0 in /api 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] --- api/package-lock.json | 12 ++++++------ api/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index 088b2cf..18fba6c 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1609,9 +1609,9 @@ } }, "express-jwt": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/express-jwt/-/express-jwt-5.3.1.tgz", - "integrity": "sha512-1C9RNq0wMp/JvsH/qZMlg3SIPvKu14YkZ4YYv7gJQ1Vq+Dv8LH9tLKenS5vMNth45gTlEUGx+ycp9IHIlaHP/g==", + "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", @@ -3165,9 +3165,9 @@ }, "dependencies": { "ms": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" } } }, diff --git a/api/package.json b/api/package.json index 79f462b..27f67b1 100644 --- a/api/package.json +++ b/api/package.json @@ -13,7 +13,7 @@ "apollo-server-express": "^2.4.8", "body-parser": "^1.18.3", "express": "^4.16.4", - "express-jwt": "^5.3.1", + "express-jwt": "^6.0.0", "graphql": "^14.1.1", "jwks-rsa": "^1.4.0", "mongodb": "^3.2.3"