Added patches for deps using old punycode
This commit is contained in:
11
patches/whatwg-url@5.0.0.patch
Normal file
11
patches/whatwg-url@5.0.0.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
diff --git a/lib/url-state-machine.js b/lib/url-state-machine.js
|
||||
index c25dbc2c486289fbd7446baed24dc6343f0226f6..e1681d27501013c5e6aa9b720b32338c177b692c 100644
|
||||
--- a/lib/url-state-machine.js
|
||||
+++ b/lib/url-state-machine.js
|
||||
@@ -1,5 +1,5 @@
|
||||
"use strict";
|
||||
-const punycode = require("punycode");
|
||||
+const punycode = require("punycode/");
|
||||
const tr46 = require("tr46");
|
||||
|
||||
const specialSchemes = {
|
||||
Reference in New Issue
Block a user