From 63a05b72c71353f0495f9b0a46aa041f3b40f9c0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 04:46:31 +0000 Subject: [PATCH] Bump chalk from 1.1.3 to 4.1.2 Bumps [chalk](https://github.com/chalk/chalk) from 1.1.3 to 4.1.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v1.1.3...v4.1.2) 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 532e057b..10748bbc 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ }, "dependencies": { "bluebird": "^3.4.6", - "chalk": "^1.1.3", + "chalk": "^4.1.2", "escape-html": "^1.0.1", "express": "^4.14.1", "glob": "^7.1.0",