From 93d6ac10f9c8f5d802448966650f36467dc4dfe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=B2=5F=C3=B3?= Date: Sun, 9 Jan 2022 11:37:16 +0100 Subject: [PATCH] fix(deps): lock colors dependency to 1.4.0 Due to this [commit](https://github.com/Marak/colors.js/commit/074a0f8ed0c31c35d13d28632bd8a049ff136fb6) by the maintainer colors is currently "broken". This commit is in reference to #15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1789d4b..4f68ba5 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "dependencies": { "@types/glob": "^7.1.1", "check-links": "^1.1.8", - "colors": "^1.4.0", + "colors": "1.4.0", "commander": "^5.0.0", "fs-extra": "^9.0.0", "glob": "^7.1.6",