From f1efb9437e95c150be21c3f51ec0626fbeee60b4 Mon Sep 17 00:00:00 2001 From: Nathan Roys Date: Mon, 5 Jun 2023 10:29:25 +0100 Subject: [PATCH] fix: downgrade chalk to non-es version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1ef82b..6d86e4b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@snyk/protect": "1.1167.0", - "chalk": "5.2.0", + "chalk": "4.1.2", "debug": "4.3.4", "is-relative": "1.0.0", "js-yaml": "4.1.0",