From 9899f778a9221fa82fe36a7671f453e098070ab4 Mon Sep 17 00:00:00 2001 From: dumbmoron Date: Mon, 25 Dec 2023 12:38:51 +0000 Subject: [PATCH] package.json: use punycode.js version of psl from git --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e839fe34..a1914654 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "hls-parser": "^0.10.7", "nanoid": "^4.0.2", "node-cache": "^5.1.2", - "psl": "1.9.0", + "psl": "https://github.com/lupomontero/psl#5eadae91361d8289d582700f90582b0d0cb73155", "set-cookie-parser": "2.6.0", "undici": "^5.19.1", "url-pattern": "1.0.3",