From 249130ad169dbd0189032a5f24a61a1a3e6b3942 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 16:16:10 +0000 Subject: [PATCH] chore(deps): bump chalk from 3.0.0 to 4.1.1 Bumps [chalk](https://github.com/chalk/chalk) from 3.0.0 to 4.1.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v3.0.0...v4.1.1) 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..cca5294 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "prerelease": "vsce package --yarn" }, "dependencies": { - "chalk": "^3.0.0", + "chalk": "^4.1.1", "typescript": "^3.7.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 19d20fe..6197879 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.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad" + integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg== dependencies: ansi-styles "^4.1.0" supports-color "^7.1.0"