From 338e7e343d5cc025e9c911bf8b57d3b9cdb802b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:22:55 +0300 Subject: [PATCH] fix(deps): update stylelint to 16.8.1 (#282) --- packages/stylelint-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 537b62e..b95922d 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -39,7 +39,7 @@ "dependencies": { "@ivuorinen/config-checker": "^1.1.4", "postcss": "^8.4.2", - "stylelint": "16.7.0", + "stylelint": "16.8.1", "stylelint-config-recommended-scss": "14.1.0", "stylelint-config-standard": "36.0.1", "stylelint-order": "6.0.4",