From ddc9ff3c26a997964ad25aa7906405f52fb200a0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 14:29:58 +0000 Subject: [PATCH] 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] --- packages/create-deck/package.json | 2 +- packages/mdx-deck/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/create-deck/package.json b/packages/create-deck/package.json index c7307f5..394ebc0 100644 --- a/packages/create-deck/package.json +++ b/packages/create-deck/package.json @@ -8,7 +8,7 @@ "author": "Brent Jackson", "license": "MIT", "dependencies": { - "chalk": "^3.0.0", + "chalk": "^4.1.1", "initit": "^1.0.0-2", "meow": "^6.0.0" }, diff --git a/packages/mdx-deck/package.json b/packages/mdx-deck/package.json index 8e62321..14a1ecc 100644 --- a/packages/mdx-deck/package.json +++ b/packages/mdx-deck/package.json @@ -18,7 +18,7 @@ "dependencies": { "@mdx-deck/gatsby-plugin": "^4.1.1", "@mdx-deck/themes": "^4.1.0", - "chalk": "^3.0.0", + "chalk": "^4.1.1", "execa": "^4.0.0", "fs-extra": "^8.1.0", "gatsby": "^2.13.24", diff --git a/yarn.lock b/yarn.lock index 14973c1..391d5b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4505,10 +4505,10 @@ chalk@^3.0.0: ansi-styles "^4.1.0" supports-color "^7.1.0" -chalk@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72" - integrity sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A== +chalk@^4.0.0, 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"