From 624fd3a514c80b73f8693c8c68a6655abdbe9d33 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Jan 2020 22:03:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KINDOF-537849 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb04c033fccb3..fc0b062c8eb2a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "autoprefixer-stylus": "0.8.1", - "chokidar": "1.2.0", + "chokidar": "2.0.0", "handlebars": "4.0.4", "html-to-text": "^1.5.0", "js-yaml": "^3.4.5",