From 8b362d8eb1fcb3028e6621bf6f889890b97f28a9 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 7 Dec 2021 10:50:39 +0800 Subject: [PATCH] Revert "build(deps): bump chalk from 4.1.2 to 5.0.0" This reverts commit b357f6e6a525d8d5a2b9b306bfd5170cc50d3ad4. --- cli/package.json | 2 +- memory-testing/package.json | 2 +- package.json | 2 +- yarn.lock | 19 +++++++------------ 4 files changed, 10 insertions(+), 15 deletions(-) diff --git a/cli/package.json b/cli/package.json index 6cd467d5..3ca3f19c 100644 --- a/cli/package.json +++ b/cli/package.json @@ -36,7 +36,7 @@ "@types/inquirer": "^8.1.3", "@types/js-yaml": "^4.0.5", "@types/lodash-es": "^4.17.5", - "chalk": "5", + "chalk": "4", "clipanion": "^3.1.0", "debug": "^4.3.3", "fdir": "^5.1.0", diff --git a/memory-testing/package.json b/memory-testing/package.json index 7d19764c..c611c9a1 100644 --- a/memory-testing/package.json +++ b/memory-testing/package.json @@ -6,7 +6,7 @@ "build": "node ../cli/scripts/index.js build --release" }, "dependencies": { - "chalk": "5", + "chalk": "4", "dockerode": "^3.3.1", "pretty-bytes": "^5.6.0", "table": "^6.7.5" diff --git a/package.json b/package.json index bac7451e..fbd3117f 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "ava": "^3.15.0", "benny": "^3.7.1", "c8": "^7.10.0", - "chalk": "5", + "chalk": "4", "cross-env": "^7.0.3", "esbuild": "^0.14.2", "eslint": "^8.4.0", diff --git a/yarn.lock b/yarn.lock index eaaf298e..e675146d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1880,10 +1880,13 @@ caseless@~0.12.0: resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= -chalk@5: - version "5.0.0" - resolved "https://registry.npmjs.org/chalk/-/chalk-5.0.0.tgz#bd96c6bb8e02b96e08c0c3ee2a9d90e050c7b832" - integrity sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ== +chalk@4, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1: + version "4.1.2" + resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" chalk@^2.0.0, chalk@^2.4.1: version "2.4.2" @@ -1894,14 +1897,6 @@ chalk@^2.0.0, chalk@^2.4.1: escape-string-regexp "^1.0.5" supports-color "^5.3.0" -chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1: - version "4.1.2" - resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" - integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - chardet@^0.7.0: version "0.7.0" resolved "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"