From e85cbe6c9b5ff1b8516100156f790f1348eaa98e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Oct 2018 23:29:44 +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 21772fc..e770c79 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "css-parse": "2.0.0", "nib": "^1.0.0", - "stylus": "^0.53.0", + "stylus": "^0.54.3", "through": "2.3.8", "to-camel-case": "0.2.1", "webpack-parse-query": "1.0.0"