From 9b7d82391dc77a3ba1238259ee6daace45532a68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 06:14:22 +0000 Subject: [PATCH] Bump chalk from 1.1.3 to 5.0.1 Bumps [chalk](https://github.com/chalk/chalk) from 1.1.3 to 5.0.1. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v1.1.3...v5.0.1) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afa4fa6..75fec74 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": "^5.0.1", "chokidar": "^1.6.1", "fs-extra": "^1.0.0", "glob-all": "^3.1.0",