Skip to content

Commit 5b41733

Browse files
chore(deps): update dependency @types/jsonwebtoken to v9.0.10
1 parent aea089b commit 5b41733

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

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.18.8",
5050
"@types/node-cron": "3.0.11",

yarn.lock

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

1223-
"@types/[email protected].7":
1224-
version "9.0.7"
1225-
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.7.tgz#e49b96c2b29356ed462e9708fc73b833014727d2"
1226-
integrity sha512-ugo316mmTYBl2g81zDFnZ7cfxlut3o+/EQdaP7J8QN2kY6lJ22hmQYCK5EHcJHbrW+dkCGSCPgbG8JtYj6qSrg==
1223+
"@types/[email protected].10":
1224+
version "9.0.10"
1225+
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.10.tgz#a7932a47177dcd4283b6146f3bd5c26d82647f09"
1226+
integrity sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==
12271227
dependencies:
1228+
"@types/ms" "*"
12281229
"@types/node" "*"
12291230

12301231
"@types/mime@^1":

0 commit comments

Comments
 (0)