From d5664a0d6bcaaba1609d0cb4171c92c7a18a05c2 Mon Sep 17 00:00:00 2001 From: Jacek Kalamarz Date: Tue, 21 Dec 2021 12:45:49 -0800 Subject: [PATCH] Fixed the problem with chalk@5.0.0 changed their API --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5752f18..54ce0cc 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "homebridge": ">=0.4.6" }, "dependencies": { - "chalk": ">=1.1.1" + "chalk": ">=1.1.1 <2.0.0" } }