From 28d5fc1181b76c96431124ccfca603cc280aa417 Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 7 Mar 2024 01:03:54 +0600 Subject: [PATCH] Revert "package.json: use punycode.js version of psl from git" This reverts commit 9899f778a9221fa82fe36a7671f453e098070ab4. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4378bcff..5a95d53d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "ipaddr.js": "2.1.0", "nanoid": "^4.0.2", "node-cache": "^5.1.2", - "psl": "https://github.com/lupomontero/psl#5eadae91361d8289d582700f90582b0d0cb73155", + "psl": "1.9.0", "set-cookie-parser": "2.6.0", "undici": "^6.7.0", "url-pattern": "1.0.3",