From 6d86d6086a4b30529e325154de3413ad21c8b2cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 00:32:45 +0000 Subject: [PATCH] Bump @types/jsonwebtoken from 9.0.6 to 9.0.8 in /dashboard Bumps [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) from 9.0.6 to 9.0.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsonwebtoken) --- updated-dependencies: - dependency-name: "@types/jsonwebtoken" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dashboard/package.json | 2 +- dashboard/yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dashboard/package.json b/dashboard/package.json index 417c3180d06..162ab0d9275 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -84,7 +84,7 @@ "@testing-library/user-event": "^14.5.2", "@types/enzyme": "^3.10.18", "@types/jest": "^29.5.12", - "@types/jsonwebtoken": "^9.0.6", + "@types/jsonwebtoken": "^9.0.8", "@types/lodash": "^4.17.7", "@types/qs": "^6.9.15", "@types/react": "^17.0.80", diff --git a/dashboard/yarn.lock b/dashboard/yarn.lock index f1a0c32b8de..b0b5b10e136 100644 --- a/dashboard/yarn.lock +++ b/dashboard/yarn.lock @@ -3066,11 +3066,12 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== -"@types/jsonwebtoken@^9.0.6": - version "9.0.6" - resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.6.tgz#d1af3544d99ad992fb6681bbe60676e06b032bd3" - integrity sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw== +"@types/jsonwebtoken@^9.0.8": + version "9.0.8" + resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.8.tgz#313490052801edfb031bb32b6bbd77cc9f230852" + integrity sha512-7fx54m60nLFUVYlxAB1xpe9CBWX2vSrk50Y6ogRJ1v5xxtba7qXTg5BgYDN5dq+yuQQ9HaVlHJyAAt1/mxryFg== dependencies: + "@types/ms" "*" "@types/node" "*" "@types/lodash@^4.17.7":