Skip to content

Commit

Permalink
Merge pull request #164 from hyperledger/dependabot/npm_and_yarn/buil…
Browse files Browse the repository at this point in the history
…d_image/dockerhub/v0.9.0/user-dashboard/express-jwt-6.0.0

Bump express-jwt from 5.3.1 to 6.0.0 in /build_image/dockerhub/v0.9.0/user-dashboard
  • Loading branch information
litong01 authored Jul 9, 2020
2 parents 1f445cf + 7903e4c commit 116a01f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
2 changes: 1 addition & 1 deletion build_image/dockerhub/v0.9.0/user-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
26 changes: 5 additions & 21 deletions build_image/dockerhub/v0.9.0/user-dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -5552,7 +5536,7 @@ [email protected]:
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==
Expand Down

0 comments on commit 116a01f

Please sign in to comment.