From 191327e65784fa84d077abaa50080b3568ae9efe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Oct 2018 07:49:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:minimatch:20160620 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ead29a5..530a7ed 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "autoprefixer": "^5.2.0", - "onchange": "^1.1.0", + "onchange": "^2.1.0", "postcss-cli": "^1.4.0" } }