From b00e931d4a4d49af740661a724080c751cfeb3ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Mon, 10 Jan 2022 01:18:21 +0100 Subject: [PATCH] cherry-pick(#11274): fix: pin `colors` to `1.4.0` --- package-lock.json | 4 ++-- packages/playwright-test/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 412f53d3e7..32bed69765 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9373,7 +9373,7 @@ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", "@babel/plugin-transform-modules-commonjs": "^7.14.5", "@babel/preset-typescript": "^7.14.5", - "colors": "^1.4.0", + "colors": "1.4.0", "commander": "^8.2.0", "debug": "^4.1.1", "expect": "=27.2.5", @@ -10180,7 +10180,7 @@ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", "@babel/plugin-transform-modules-commonjs": "^7.14.5", "@babel/preset-typescript": "^7.14.5", - "colors": "^1.4.0", + "colors": "1.4.0", "commander": "^8.2.0", "debug": "^4.1.1", "expect": "=27.2.5", diff --git a/packages/playwright-test/package.json b/packages/playwright-test/package.json index 0a5f10632c..337e353dc4 100644 --- a/packages/playwright-test/package.json +++ b/packages/playwright-test/package.json @@ -43,7 +43,7 @@ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", "@babel/plugin-transform-modules-commonjs": "^7.14.5", "@babel/preset-typescript": "^7.14.5", - "colors": "^1.4.0", + "colors": "1.4.0", "commander": "^8.2.0", "debug": "^4.1.1", "expect": "=27.2.5",