taxjar / taxjar-node

Sales Tax API Client for Node
https://developers.taxjar.com/api/reference/?javascript
MIT License
53 stars 24 forks source link

Punycode Deprecation! #78

Open genio opened 2 months ago

genio commented 2 months ago

Please update your dependencies to get rid of the deprecated punycode module.

https://github.com/node-fetch/node-fetch/issues/1794 https://github.com/node-fetch/node-fetch/pull/1793#issuecomment-1839050150

% node --trace-deprecation addresses.js
(node:64110) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
    at node:punycode:3:9
    at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:398:7)
    at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:337:10)
    at loadBuiltinModule (node:internal/modules/helpers:96:7)
    at Module._load (node:internal/modules/cjs/loader:1070:17)
    at TracingChannel.traceSync (node:diagnostics_channel:315:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:215:24)
    at Module.require (node:internal/modules/cjs/loader:1304:12)
    at require (node:internal/modules/helpers:123:16)
    at Object.<anonymous> (/Users/foobar/test/node_modules/whatwg-url/lib/url-state-machine.js:2:18)