Skip to content

Commit 582222f

Browse files
Bump @types/jsonwebtoken from 9.0.8 to 9.0.9 (#1470)
Bumps [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) from 9.0.8 to 9.0.9. - [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 bb589f4 commit 582222f

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.14",
68-
"@types/jsonwebtoken": "^9.0.8",
68+
"@types/jsonwebtoken": "^9.0.9",
6969
"@types/serve-favicon": "^2.5.7",
7070
"@types/uuid": "^9.0.0",
7171
"@types/validator": "^13.12.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,10 +1166,10 @@
11661166
dependencies:
11671167
"@types/node" "*"
11681168

1169-
"@types/jsonwebtoken@^9.0.8":
1170-
version "9.0.8"
1171-
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.8.tgz#313490052801edfb031bb32b6bbd77cc9f230852"
1172-
integrity sha512-7fx54m60nLFUVYlxAB1xpe9CBWX2vSrk50Y6ogRJ1v5xxtba7qXTg5BgYDN5dq+yuQQ9HaVlHJyAAt1/mxryFg==
1169+
"@types/jsonwebtoken@^9.0.9":
1170+
version "9.0.9"
1171+
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.9.tgz#a4c3a446c0ebaaf467a58398382616f416345fb3"
1172+
integrity sha512-uoe+GxEuHbvy12OUQct2X9JenKM3qAscquYymuQN4fMWG9DBQtykrQEFcAbVACF7qaLw9BePSodUL0kquqBJpQ==
11731173
dependencies:
11741174
"@types/ms" "*"
11751175
"@types/node" "*"

0 commit comments

Comments
 (0)