fix: adds proxy agent to next-auth (#6326)

This commit is contained in:
Anshuman Pandey
2025-07-31 10:38:33 +05:30
committed by GitHub
parent 6f88dde1a0
commit da652bd860
3 changed files with 681 additions and 588 deletions
+5
View File
@@ -71,5 +71,10 @@
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"showDetails": true
},
"pnpm": {
"patchedDependencies": {
"next-auth@4.24.11": "patches/next-auth@4.24.11.patch"
}
}
}