From 4e82c60961e7aecb378ffe49c8cef01388eb949f Mon Sep 17 00:00:00 2001 From: spencer-robertson <69775928+spencer-robertson@users.noreply.github.com> Date: Mon, 10 Jan 2022 13:23:21 +0800 Subject: [PATCH] Fix broken dependency in colors.js 1.4.2 colors.js is broken, causing an infinte loop in the console (https://github.com/Marak/colors.js/issues/285). This fix just pins the colors version back to a stable build. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 669b139b..33442fb2 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ ], "dependencies": { "basic-auth": "^2.0.1", - "colors": "^1.4.0", + "colors": "1.4.0", "corser": "^2.0.1", "he": "^1.2.0", "html-encoding-sniffer": "^3.0.0",