From 2ff5ca04f435d6d6decd5d171e1d721b38eb6d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 06:49:11 +0000 Subject: [PATCH] Bump chokidar from 1.7.0 to 3.5.2 Bumps [chokidar](https://github.com/paulmillr/chokidar) from 1.7.0 to 3.5.2. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/1.7.0...3.5.2) --- updated-dependencies: - dependency-name: chokidar 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..fabe86c 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.5.2", "fs-extra": "^1.0.0", "glob-all": "^3.1.0", "yargs": "^6.3.0"