You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to transitive dependency usage of whatwg-url (v5.0.0) via node-fetch(v2.6.5) I got:
2021-10-11T02:26:37.263Z ERROR (node:8) [DEP0005] DeprecationWarning: Buffer() is deprecated due
to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
at showFlaggedDeprecation (buffer.js:194:11)
at new Buffer (buffer.js:278:3)
at utf8PercentDecode (/var/task/whatwg-url/lib/url-state-machine.js:105:17)
at parseHost (/var/task/whatwg-url/lib/url-state-machine.js:400:18)
at URLStateMachine.parseHostName (/var/task/whatwg-url/lib/url-state-machine.js:851:18)
at new URLStateMachine (/var/task/whatwg-url/lib/url-state-machine.js:562:44)
at Object.module.exports.basicURLParse (/var/task/whatwg-url/lib/url-state-machine.js:1258:15)
at new URLImpl (/var/task/whatwg-url/lib/URL-impl.js:17:27)
at Object.setup (/var/task/whatwg-url/lib/URL.js:187:17)
at new URL (/var/task/whatwg-url/lib/URL.js:25:18)
I haven't tested, but upgrading to node-fetch 3.0.0 might come in handy, I guess.
The text was updated successfully, but these errors were encountered:
Due to transitive dependency usage of
whatwg-url
(v5.0.0) vianode-fetch
(v2.6.5) I got:I haven't tested, but upgrading to node-fetch 3.0.0 might come in handy, I guess.
The text was updated successfully, but these errors were encountered: