From f6b65b51c96adbb6bccf017564b3f9d3308a39c8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 12:06:49 +0000 Subject: [PATCH] chore(deps): bump chalk from 3.0.0 to 4.1.2 Bumps [chalk](https://github.com/chalk/chalk) from 3.0.0 to 4.1.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v3.0.0...v4.1.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4842557..608677f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "prerelease": "vsce package --yarn" }, "dependencies": { - "chalk": "^3.0.0", + "chalk": "^4.1.2", "typescript": "^3.7.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 19d20fe..6b0cfea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -142,10 +142,10 @@ chalk@^2.4.2: escape-string-regexp "^1.0.5" supports-color "^5.3.0" -chalk@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" - integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== +chalk@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== dependencies: ansi-styles "^4.1.0" supports-color "^7.1.0"