Skip to content

Commit

Permalink
fix: upgrade @fastify/jwt to 7.x to resolve CVE-2023-48223 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
markrzen authored Nov 22, 2023
1 parent 1821528 commit 140a539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@fastify/cookie": "^8.0.0",
"@fastify/jwt": "^6.1.0",
"@fastify/jwt": "^7.2.3",
"fastify-plugin": "^4.0.0",
"http-errors": "^2.0.0",
"node-cache": "^5.0.1",
Expand All @@ -61,7 +61,7 @@
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.1",
"fast-jwt": "^2.0.0",
"fast-jwt": "^3.3.2",
"fastify": "^4.0.2",
"jest": "^29.0.0",
"nock": "^13.0.2",
Expand Down

0 comments on commit 140a539

Please sign in to comment.