Skip to content

Commit

Permalink
fix: downgraded node-fetch version to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruth-Vamshi committed Dec 12, 2024
1 parent 7416dbc commit 03bf17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
"node-fetch": "^3.3.2",
"node-fetch": "2",
"passport": "^0.5.2",
"passport-http": "^0.3.0",
"passport-jwt": "^4.0.1",
Expand Down

0 comments on commit 03bf17f

Please sign in to comment.