From 5ddb81c1ecf384c0cad1ba2e73b18f82b8aea7ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 03:35:06 +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 096345084e..42d73eefc3 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "soak": "0.3.0", "sqlite3": "~2.2.0", "stripe": "~2.7.3", - "stylus": "^0.47.1", + "stylus": "^0.64.0", "undefsafe": "0.0.3", "underscore": "~1.4.4", "uuid": "^2.0.1",