From b9f0c36915c3f5d0d1ee0d50b8070332bcfd822a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 07:03:20 +0000 Subject: [PATCH] Bump chokidar from 1.7.0 to 3.4.1 Bumps [chokidar](https://github.com/paulmillr/chokidar) from 1.7.0 to 3.4.1. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/1.7.0...3.4.1) 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..86b11c4 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "dependencies": { "bluebird": "^3.4.7", "chalk": "^1.1.3", - "chokidar": "^1.6.1", + "chokidar": "^3.4.1", "fs-extra": "^1.0.0", "glob-all": "^3.1.0", "yargs": "^6.3.0"