From a4c4540a32a6bfce7e5d7f16c18efbea7599d100 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Thu, 19 Dec 2024 12:55:43 -0500 Subject: [PATCH] deps: remove colors override It appears that the colors package does not exist anywhere in the dependency tree anymore. This commit removes the override. Overrides also do not appear to be applied for end users anyway. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e92dc68c839..0627189e3d2 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,6 @@ "arrowParens": "always" }, "overrides": { - "colors": "1.4.0", "whatwg-url@<12.0.1": "12.0.1" } }