DEV: Update node-fetch (#19059)

node-fetch is now a ES module, so it has to either imported with `import/from` syntax (which can't be used in addon's index.js) or using the dynamic `import()`
This commit is contained in:
Jarek Radosz
2022-11-16 18:58:38 +01:00
committed by GitHub
parent 6d6d5a200f
commit a7b033d642
4 changed files with 43 additions and 4 deletions
@@ -25,6 +25,6 @@
"express": "^4.18.2",
"html-entities": "^2.3.3",
"jsdom": "^20.0.2",
"node-fetch": "^2.6.6"
"node-fetch": "^3.3.0"
}
}