From 7903e4c50be4a026c0e7e8af9fa9e586f6f37a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 17:17:08 +0000 Subject: [PATCH] Bump express-jwt in /build_image/dockerhub/v0.9.0/user-dashboard 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] --- .../v0.9.0/user-dashboard/package.json | 2 +- .../dockerhub/v0.9.0/user-dashboard/yarn.lock | 26 ++++--------------- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/build_image/dockerhub/v0.9.0/user-dashboard/package.json b/build_image/dockerhub/v0.9.0/user-dashboard/package.json index 0fe4c02d9..c85519069 100644 --- a/build_image/dockerhub/v0.9.0/user-dashboard/package.json +++ b/build_image/dockerhub/v0.9.0/user-dashboard/package.json @@ -10,7 +10,7 @@ "cors": "^2.8.4", "express": "^4.15.2", "express-bearer-token": "^2.1.0", - "express-jwt": "^5.1.0", + "express-jwt": "^6.0.0", "express-request-language": "^1.1.15", "express-session": "^1.15.2", "fabric-ca-client": "^1.0.2", diff --git a/build_image/dockerhub/v0.9.0/user-dashboard/yarn.lock b/build_image/dockerhub/v0.9.0/user-dashboard/yarn.lock index 6ee85592b..fb6e06374 100644 --- a/build_image/dockerhub/v0.9.0/user-dashboard/yarn.lock +++ b/build_image/dockerhub/v0.9.0/user-dashboard/yarn.lock @@ -2248,10 +2248,10 @@ express-bearer-token@^2.1.0: cookie "^0.3.1" cookie-parser "^1.4.4" -express-jwt@^5.1.0: - version "5.3.1" - resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-5.3.1.tgz#66f05c7dddb5409c037346a98b88965bb10ea4ae" - integrity sha512-1C9RNq0wMp/JvsH/qZMlg3SIPvKu14YkZ4YYv7gJQ1Vq+Dv8LH9tLKenS5vMNth45gTlEUGx+ycp9IHIlaHP/g== +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" @@ -4044,22 +4044,6 @@ next-tick@~1.0.0: resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c" integrity sha1-yobR/ogoFpsBICCOPchCS524NCw= -node-pre-gyp@*: - version "0.14.0" - resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.14.0.tgz#9a0596533b877289bcad4e143982ca3d904ddc83" - integrity sha512-+CvDC7ZttU/sSt9rFjix/P05iS43qHCOOGzcr3Ry99bXG7VX953+vFyEuph/tfqoYu8dttBkE86JSKBO2OzcxA== - dependencies: - detect-libc "^1.0.2" - mkdirp "^0.5.1" - needle "^2.2.1" - nopt "^4.0.1" - npm-packlist "^1.1.6" - npmlog "^4.0.2" - rc "^1.2.7" - rimraf "^2.6.1" - semver "^5.3.0" - tar "^4.4.2" - node-pre-gyp@^0.13.0: version "0.13.0" resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.13.0.tgz#df9ab7b68dd6498137717838e4f92a33fc9daa42" @@ -5552,7 +5536,7 @@ tar-stream@1.6.1: to-buffer "^1.1.0" xtend "^4.0.0" -tar@^4, tar@^4.4.2: +tar@^4: version "4.4.13" resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525" integrity sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA==