From 8881788da98087d9868a1cb6d397355c750e684c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2020 01:01:20 +0000 Subject: [PATCH] Bump chalk from 4.0.0 to 4.1.0 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[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5fb551d..cd89a97 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "eslint --ignore-path .gitignore --ext .js,.jsx ." }, "dependencies": { - "chalk": "4.0.0", + "chalk": "4.1.0", "cheerio": "^1.0.0-rc.3", "ms": "^2.1.1", "node-fetch": "2.6.0"