From 9603b3c899af354a4f538fa5b15f9dac3fcc0f55 Mon Sep 17 00:00:00 2001 From: Timmy Willison <4timmywil@gmail.com> Date: Mon, 10 Jan 2022 12:54:02 -0500 Subject: [PATCH] Tests: lock colors version to 1.4.0 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 48bad143d..b58a8be3b 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "devDependencies": { "@babel/core": "7.10.5", "@babel/plugin-transform-for-of": "7.10.4", + "colors": "1.4.0", "commitplease": "3.2.0", "core-js-bundle": "3.6.5", "eslint-config-jquery": "3.0.0", -- 2.39.5