From fc5278b406bfbf22e01083dbdf4c89c818610243 Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Mon, 10 Jan 2022 10:37:06 -0800 Subject: [PATCH] Fix color.js liberty issue closes #149 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 927f785..5d74ad7 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,9 @@ "type": "git", "url": "https://github.com/foundation/foundation-cli" }, + "resolutions": { + "colors": "1.4.0" + }, "bugs": { "url": "https://github.com/foundation/foundation-cli/issues" },