From dfe91a96555db962e43c1444a1a88533f3822805 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 06:49:50 +0000 Subject: [PATCH] Bump chokidar from 1.7.0 to 3.4.2 Bumps [chokidar](https://github.com/paulmillr/chokidar) from 1.7.0 to 3.4.2. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/1.7.0...3.4.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 afa4fa6..bf66fd5 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.2", "fs-extra": "^1.0.0", "glob-all": "^3.1.0", "yargs": "^6.3.0"