From d48d5d56ce38438ca9031178bc59bb0d4cc02cc9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Dec 2023 14:11:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e6e4855..d7f6f3fc 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "grunt-stylelint": "~0.16.0", "proxypage": "*", "snyk": "^1.462.0", - "stylelint": "~13.13.1", + "stylelint": "~16.1.0", "stylelint-config-standard": "~20.0.0" }, "engine": "node >= 10",