Skip to content

Commit fcf3f2b

Browse files
fix(deps): update dependency jsonwebtoken to ^9.0.2
1 parent e30fce0 commit fcf3f2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"cors": "^2.8.5",
2020
"dotenv": "^16.0.3",
2121
"express": "^4.18.2",
22-
"jsonwebtoken": "^9.0.0",
22+
"jsonwebtoken": "^9.0.2",
2323
"memory-cache": "^0.2.0",
2424
"ts-node": "^10.9.2"
2525
},
@@ -32,7 +32,7 @@
3232
"@types/cors": "^2.8.17",
3333
"@types/express": "^4.17.21",
3434
"@types/jest": "^27.5.2",
35-
"@types/jsonwebtoken": "^9.0.1",
35+
"@types/jsonwebtoken": "^9.0.10",
3636
"@types/memory-cache": "^0.2.5",
3737
"@types/node": "^18.19.34",
3838
"@types/react": "^18.2.48",

0 commit comments

Comments
 (0)