Move from node-fetch to cross-fetch

This commit is contained in:
Salman AlSaigal
2021-11-21 02:31:03 +03:00
parent 0f24d0957a
commit e758cd198d
3 changed files with 19 additions and 3 deletions

View File

@@ -41,7 +41,7 @@
"typescript": "^4.2.4"
},
"dependencies": {
"node-fetch": "^2.6.1"
"cross-fetch": "^3.1.4"
},
"volta": {
"node": "15.13.0",