Skip to content

Commit 5c02409

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

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

with-nextauth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"resend": "latest"
2323
},
2424
"devDependencies": {
25-
"@types/jsonwebtoken": "9.0.6",
25+
"@types/jsonwebtoken": "9.0.10",
2626
"@types/node": "20.11.20",
2727
"@types/react": "18.2.61",
2828
"@types/react-dom": "18.2.19",

with-nextauth/yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,13 +292,19 @@
292292
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
293293
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
294294

295-
"@types/[email protected].6":
296-
version "9.0.6"
297-
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.6.tgz#d1af3544d99ad992fb6681bbe60676e06b032bd3"
298-
integrity sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw==
295+
"@types/[email protected].10":
296+
version "9.0.10"
297+
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.10.tgz#a7932a47177dcd4283b6146f3bd5c26d82647f09"
298+
integrity sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==
299299
dependencies:
300+
"@types/ms" "*"
300301
"@types/node" "*"
301302

303+
"@types/ms@*":
304+
version "2.1.0"
305+
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz#052aa67a48eccc4309d7f0191b7e41434b90bb78"
306+
integrity sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==
307+
302308
"@types/node@*":
303309
version "20.4.1"
304310
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.1.tgz#a6033a8718653c50ac4962977e14d0f984d9527d"

0 commit comments

Comments
 (0)