From 47b10c59c805a144e879c7d7cbb79ce83d993f44 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2019 19:34:24 +0000 Subject: [PATCH] Bump chalk from 1.1.3 to 3.0.0 Bumps [chalk](https://github.com/chalk/chalk) from 1.1.3 to 3.0.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v1.1.3...v3.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afa4fa6..9e08b6c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "homepage": "https://github.com/AndyOGo/node-sync-glob", "dependencies": { "bluebird": "^3.4.7", - "chalk": "^1.1.3", + "chalk": "^3.0.0", "chokidar": "^1.6.1", "fs-extra": "^1.0.0", "glob-all": "^3.1.0",