From ce912c9c60e1a2229fdd9b42e2d41de39eeed4ed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Apr 2019 05:31:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:minimatch:20160620 - https://snyk.io/vuln/npm:ms:20151024 - https://snyk.io/vuln/npm:ms:20170412 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ead29a5..c5ec52b 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,12 @@ "license": "ISC", "devDependencies": { "autoprefixer": "^5.2.0", - "onchange": "^1.1.0", - "postcss-cli": "^1.3.1" + "onchange": "^4.0.0", + "postcss-cli": "^5.0.0" }, "dependencies": { "autoprefixer": "^5.2.0", - "onchange": "^1.1.0", - "postcss-cli": "^1.4.0" + "onchange": "^4.0.0", + "postcss-cli": "^5.0.0" } }