fedwiki / wiki-server

Federated Wiki client and server in Node.js
Other
153 stars 35 forks source link

update dependencies #184

Closed paul90 closed 7 months ago

paul90 commented 7 months ago

node-fetch used node:punycode which is depreciated in Nodejs v21, and native fetch() is not considered stable until v21.

express-hbs finally addressed some issues.

Not updating glob(), mkdirp(), or xml2js() at this time as have changes to being promise based. mkdir() could be replaced by native fs.mkdir() with recursive option.