From e5e1d773cd853b4615a1f0afd34a28283325af68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 10:11:53 +0000 Subject: [PATCH] Bump express-jwt from 6.0.0 to 6.1.0 in /packages/dashboard Bumps [express-jwt](https://github.com/auth0/express-jwt) from 6.0.0 to 6.1.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/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: express-jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/dashboard/package.json | 2 +- packages/dashboard/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 2cc0465e..07086f9d 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -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", diff --git a/packages/dashboard/yarn.lock b/packages/dashboard/yarn.lock index 62113778..32443be6 100644 --- a/packages/dashboard/yarn.lock +++ b/packages/dashboard/yarn.lock @@ -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"