mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 10:34:35 -07:00
12 lines
471 B
Diff
12 lines
471 B
Diff
diff --git a/node_modules/whatwg-url/lib/url-state-machine.js b/node_modules/whatwg-url/lib/url-state-machine.js
|
|
index 27d977a..2f5633a 100644
|
|
--- a/node_modules/whatwg-url/lib/url-state-machine.js
|
|
+++ b/node_modules/whatwg-url/lib/url-state-machine.js
|
|
@@ -1,5 +1,5 @@
|
|
"use strict";
|
|
-const punycode = require("punycode");
|
|
+const punycode = require("punycode/"); // Trailing slash ensures userland package usage
|
|
const tr46 = require("tr46");
|
|
|
|
const specialSchemes = {
|