Merge pull request #1066 from SkynetLabs/dependabot/npm_and_yarn/packages/dashboard/express-jwt-6.1.0

Bump express-jwt from 6.0.0 to 6.1.0 in /packages/dashboard
This commit is contained in:
Karol Wypchło 2021-08-17 12:20:28 +02:00 committed by GitHub
commit 5f9044129a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -17,7 +17,7 @@
"classnames": "2.3.1",
"clipboardy": "2.3.0",
"dayjs": "1.10.6",
"express-jwt": "6.0.0",
"express-jwt": "6.1.0",
"fast-levenshtein": "3.0.0",
"formik": "2.2.9",
"http-status-codes": "2.1.4",

View File

@ -1054,20 +1054,20 @@ execa@^1.0.0:
signal-exit "^3.0.0"
strip-eof "^1.0.0"
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==
express-jwt@6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-6.1.0.tgz#5818c813e245b0eb361c5cf161425cf16f9c8591"
integrity sha512-mmSR52Ps1FMeGwchroHzEJONWhsobd5KHVVKBffYiUEpZh9iK9wI9ZWkmzY5ROwWQtJLNGHV/VUMLh2M208s4Q==
dependencies:
async "^1.5.0"
express-unless "^0.3.0"
express-unless "^1.0.0"
jsonwebtoken "^8.1.0"
lodash.set "^4.0.0"
express-unless@^0.3.0:
version "0.3.1"
resolved "https://registry.yarnpkg.com/express-unless/-/express-unless-0.3.1.tgz#2557c146e75beb903e2d247f9b5ba01452696e20"
integrity sha1-JVfBRudb65A+LSR/m1ugFFJpbiA=
express-unless@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/express-unless/-/express-unless-1.0.0.tgz#ecd1c354c5ccf7709a8a17ece617934e037cccd8"
integrity sha512-zXSSClWBPfcSYjg0hcQNompkFN/MxQQ53eyrzm9BYgik2ut2I7PxAf2foVqBRMYCwWaZx/aWodi+uk76npdSAw==
fast-glob@^3.2.7:
version "3.2.7"