Hi there, I created a replacement for library uri-js - Based on Node.js and browser URL api - 99% compatible with original URI.js library - Solves "The punycode module is deprecated" warning in Node - Tested with libraries: ESLint, Webpack, Ajv https://github.com/andreinwald/uri-js-replace You can add to package.json of your project: ```json "overrides": { "uri-js": "npm:uri-js-replace" } ```