From a3b577aebfb21ed3b25d6f2346d28f81459a506c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2020 15:11:16 +0300 Subject: [PATCH] Bump chalk from 4.0.0 to 4.1.0 (#295) Bumps [chalk](https://github.com/chalk/chalk) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.0.0...v4.1.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9dbc17fd0a..910685f534 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1104,9 +1104,9 @@ "dev": true }, "chalk": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz", - "integrity": "sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", + "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", "dev": true, "requires": { "ansi-styles": "^4.1.0", diff --git a/package.json b/package.json index 76e63ce2a7..9795592710 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": {}, "devDependencies": { "autoprefixer": "^9.8.0", - "chalk": "^4.0.0", + "chalk": "^4.1.0", "cheerio": "^1.0.0-rc.3", "cross-env": "^7.0.2", "eslint": "^7.2.0",