Skip to content

Commit 1b75838

Browse files
chore(deps): update dependency @types/jsonwebtoken to v9
1 parent 4b09c96 commit 1b75838

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"@types/http-cache-semantics": "4.0.1",
106106
"@types/ioredis": "4.28.10",
107107
"@types/jest": "27.5.2",
108-
"@types/jsonwebtoken": "8.5.9",
108+
"@types/jsonwebtoken": "9.0.2",
109109
"@types/migrate-mongo": "8.1.3",
110110
"@types/node": "14.18.34",
111111
"@types/nodemailer": "6.4.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6712,10 +6712,10 @@
67126712
"@types/ace" "*"
67136713
ajv "^6.12.0"
67146714

6715-
"@types/jsonwebtoken@8.5.9":
6716-
version "8.5.9"
6717-
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.9.tgz#2c064ecb0b3128d837d2764aa0b117b0ff6e4586"
6718-
integrity sha512-272FMnFGzAVMGtu9tkr29hRL6bZj4Zs1KZNeHLnKqAvp06tAIcarTMwOh8/8bz4FmKRcMxZhZNeUAQsNLoiPhg==
6715+
"@types/jsonwebtoken@9.0.2":
6716+
version "9.0.2"
6717+
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz#9eeb56c76dd555039be2a3972218de5bd3b8d83e"
6718+
integrity sha512-drE6uz7QBKq1fYqqoFKTDRdFCPHd5TCub75BM+D+cMx7NU9hUz7SESLfC2fSCXVFMO5Yj8sOWHuGqPgjc+fz0Q==
67196719
dependencies:
67206720
"@types/node" "*"
67216721

0 commit comments

Comments
 (0)