override for node-fetch

This commit is contained in:
Salman Muin Kayser Chishti
2025-10-13 18:00:34 +01:00
parent a8d1fb0687
commit 88a490d2ce
5 changed files with 170 additions and 67 deletions
+2 -1
View File
@@ -55,6 +55,7 @@
"typescript": "^5.2.2"
},
"overrides": {
"uri-js": "npm:uri-js-replace@^1.0.1"
"uri-js": "npm:uri-js-replace@^1.0.1",
"node-fetch": "^3.3.2"
}
}