From 549868a40827c9677aaac20e780eb3cf9b86ccf6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Dec 2023 18:15:08 +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 da62f5d..89acd54 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "rimraf": "^3.0.2", "semantic-release": "^19.0.5", "snyk": "^1.1069.0", - "stylelint": "^14.16.0", + "stylelint": "^16.1.0", "stylelint-config-prettier": "^9.0.4", "stylelint-config-recommended": "^9.0.0", "stylelint-config-standard": "^29.0.0",