From dd455ee6da6987088b6a410d12df6267431bf725 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 23:50:05 +0000 Subject: [PATCH] fix(deps): update dependency stylelint to v16.6.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 d7a5dd9..7770a65 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -39,7 +39,7 @@ "dependencies": { "@ivuorinen/config-checker": "^1.1.3", "postcss": "^8.4.2", - "stylelint": "16.6.0", + "stylelint": "16.6.1", "stylelint-config-recommended-scss": "14.0.0", "stylelint-config-standard": "36.0.0", "stylelint-order": "6.0.4",