{"version":3,"file":"punycode.cjs","sourceRoot":"","sources":["../lib/punycode.cjs"],"names":[],"mappings":";AAAA;;;;;;GAMG;AACH,iEAAiE;AACjE,OAAO,CAAC,WAAW,CAAC,CAAC;AACrB,OAAO,CAAC,KAAK,CAAC,QAAQ,GAAG,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC","sourcesContent":["/**\n * punycode workaround\n *\n * Load punycode.js module to cache and override node built-in.\n *\n * See <https://github.com/renovatebot/renovate/issues/32395>\n */\n// eslint-disable-next-line @typescript-eslint/no-require-imports\nrequire('punycode/');\nrequire.cache.punycode = require.cache[require.resolve('punycode/')];\n"]}