Skip to content

Commit a3c4010

Browse files
Bump @types/jsonwebtoken from 9.0.5 to 9.0.6 (#1310)
Bumps [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) from 9.0.5 to 9.0.6. - [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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3861e12 commit a3c4010

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@types/compression": "^1.7.5",
6666
"@types/cors": "^2.8.17",
6767
"@types/jest": "^29.5.12",
68-
"@types/jsonwebtoken": "^9.0.5",
68+
"@types/jsonwebtoken": "^9.0.6",
6969
"@types/serve-favicon": "^2.5.7",
7070
"@types/uuid": "^9.0.0",
7171
"@types/validator": "^13.11.9",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,10 +1171,10 @@
11711171
dependencies:
11721172
"@types/node" "*"
11731173

1174-
"@types/jsonwebtoken@^9.0.5":
1175-
version "9.0.5"
1176-
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.5.tgz#0bd9b841c9e6c5a937c17656e2368f65da025588"
1177-
integrity sha512-VRLSGzik+Unrup6BsouBeHsf4d1hOEgYWTm/7Nmw1sXoN1+tRly/Gy/po3yeahnP4jfnQWWAhQAqcNfH7ngOkA==
1174+
"@types/jsonwebtoken@^9.0.6":
1175+
version "9.0.6"
1176+
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.6.tgz#d1af3544d99ad992fb6681bbe60676e06b032bd3"
1177+
integrity sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw==
11781178
dependencies:
11791179
"@types/node" "*"
11801180

0 commit comments

Comments
 (0)