From 1e5e30a22340761e8c9357b82ed564b33a3c516b Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 4 Jul 2024 17:31:04 +0700 Subject: [PATCH] fix: resolve deprecated module npm --- cortex-js/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cortex-js/package.json b/cortex-js/package.json index a1fc603e3..58e899c93 100644 --- a/cortex-js/package.json +++ b/cortex-js/package.json @@ -110,6 +110,9 @@ "ajv": "8.15.0", "whatwg-url": "14.0.0" }, + "overrides": { + "whatwg-url": "14.x" + }, "files": [ "dist" ],