rna icon indicating copy to clipboard operation
rna copied to clipboard

Replace `punycode` module due to deprecation

Open cowwoc opened this issue 5 months ago • 4 comments

Node v21.5.0

(node:23616) [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:397:7)
    at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:333:10)
    at loadBuiltinModule (node:internal/modules/helpers:101:7)
    at Module._load (node:internal/modules/cjs/loader:1000:17)
    at Module.require (node:internal/modules/cjs/loader:1234:19)
    at require (node:internal/modules/helpers:176:18)
    at ../../node_modules/node-fetch/node_modules/whatwg-url/lib/url-state-machine.js (C:\Users\Gili\Documents\licensed-app\client\browser\node_modules\.pnpm\@[email protected]\node_modules\node_modules\node-fetch\node_modules\whatwg-url\lib\url-state-machine.js:2:18)
    at __require2 (file:///C:/Users/Gili/Documents/licensed-app/client/browser/node_modules/.pnpm/@[email protected]/node_modules/@chialab/esbuild-plugin-html/dist/index.js:26:50)
    at ../../node_modules/node-fetch/node_modules/whatwg-url/lib/URL-impl.js (C:\Users\Gili\Documents\licensed-app\client\browser\node_modules\.pnpm\@[email protected]\node_modules\node_modules\node-fetch\node_modules\whatwg-url\lib\URL-impl.js:2:13)

cowwoc avatar Mar 02 '24 01:03 cowwoc