From 9b2e41d255d9ebfbb560d3a5f71656005a093916 Mon Sep 17 00:00:00 2001 From: di-sukharev Date: Sun, 18 Aug 2024 14:21:27 +0300 Subject: [PATCH] fix(package.json): add override for whatwg-url to version 13.0.0 to fix punnycode warning --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 73cc2d7..5c2743e 100644 --- a/package.json +++ b/package.json @@ -98,5 +98,8 @@ "ini": "^3.0.1", "inquirer": "^9.1.4", "openai": "^3.2.1" + }, + "overrides": { + "whatwg-url": "13.0.0" } }