From 1549c44b1d91cc1ca698a600598b140a935e9073 Mon Sep 17 00:00:00 2001 From: mjziolko Date: Wed, 18 Mar 2020 02:21:06 -0500 Subject: [PATCH] Update Chokidar to the new minor version that fixes the prototype pollution vulnerability through minimist: https://npmjs.com/advisories/1179 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7a775c..e3c7f60 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "should": "^8.3.1" }, "dependencies": { - "chokidar": "^2.0.2", + "chokidar": "^2.1.8", "graceful-fs": "^4.1.2", "neo-async": "^2.5.0" }