Skip to content

Commit 778c129

Browse files
chore(deps): update dependency @types/jsonwebtoken to v9.0.10
1 parent c3d7778 commit 778c129

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

yarn.lock

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

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

12321233
"@types/mime@^1":

0 commit comments

Comments
 (0)