From ad4bdbaaeb8ffe322df5ff6cba38121ec0c612a9 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 29 Dec 2017 22:46:09 +0000 Subject: [PATCH] fix(package): update chokidar to version 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a63f4ea..35599a7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "url": "https://github.com/pvdlg/karma-postcss-preprocessor/issues" }, "dependencies": { - "chokidar": "^1.7.0", + "chokidar": "^2.0.0", "lodash": "^4.17.4", "minimatch": "^3.0.4", "nodeify": "^1.0.1",