From d77c851c569e1b7819cb8d8c963909e10a841a90 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Oct 2024 06:30:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 - https://snyk.io/vuln/npm:minimatch:20160620 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21772fc..f758590 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.64.0", "through": "2.3.8", "to-camel-case": "0.2.1", "webpack-parse-query": "1.0.0"