Skip to content

Commit fd21fa7

Browse files
chore(deps): update dependency @types/jsonwebtoken to v9.0.10
1 parent 716aecd commit fd21fa7

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/express": "4.17.23",
4545
"@types/html-to-text": "9.0.4",
4646
"@types/js-yaml": "4.0.9",
47-
"@types/jsonwebtoken": "9.0.7",
47+
"@types/jsonwebtoken": "9.0.10",
4848
"@types/morgan": "1.9.10",
4949
"@types/node": "22.16.5",
5050
"@types/node-cron": "3.0.11",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,11 +359,12 @@
359359
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
360360
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
361361

362-
"@types/jsonwebtoken@9.0.7":
363-
version "9.0.7"
364-
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.7.tgz#e49b96c2b29356ed462e9708fc73b833014727d2"
365-
integrity sha512-ugo316mmTYBl2g81zDFnZ7cfxlut3o+/EQdaP7J8QN2kY6lJ22hmQYCK5EHcJHbrW+dkCGSCPgbG8JtYj6qSrg==
362+
"@types/jsonwebtoken@9.0.10":
363+
version "9.0.10"
364+
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.10.tgz#a7932a47177dcd4283b6146f3bd5c26d82647f09"
365+
integrity sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==
366366
dependencies:
367+
"@types/ms" "*"
367368
"@types/node" "*"
368369

369370
"@types/mime@^1":

0 commit comments

Comments
 (0)