diff --git a/cli/package.json b/cli/package.json index 16635898..cd72ca23 100644 --- a/cli/package.json +++ b/cli/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@octokit/rest": "^18.8.0", - "chalk": "^4.1.1", + "chalk": "^4.1.2", "clipanion": "^2.6.2", "debug": "^4.3.2", "fdir": "^5.1.0", diff --git a/memory-testing/package.json b/memory-testing/package.json index f1492995..15f00d63 100644 --- a/memory-testing/package.json +++ b/memory-testing/package.json @@ -5,7 +5,7 @@ "build": "node ../cli/scripts/index.js build --release" }, "dependencies": { - "chalk": "^4.1.1", + "chalk": "^4.1.2", "dockerode": "^3.3.0", "pretty-bytes": "^5.6.0", "table": "^6.7.1" diff --git a/yarn.lock b/yarn.lock index 77fb17c5..48545bc5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1908,10 +1908,10 @@ 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.1" - resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad" - integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg== +chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: + 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"