From 226f4ec2a5491ae1658a84a69346802c137377b9 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 14 Jan 2025 18:20:07 +0100 Subject: [PATCH] chore(deps): allow both of whatwg-url 13.x and 14.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d745548..c649b3c 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,6 @@ }, "dependencies": { "@types/whatwg-url": "^11.0.2", - "whatwg-url": "^13.0.0" + "whatwg-url": "^14.1.0 || ^13.0.0" } }