From e3e5706186ac27e683e64bf31c8b12f858d47ce1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 10:23:07 +0000 Subject: [PATCH] fix(deps): update dependency stylelint to v15.10.2 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 8d57660..829f984 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -39,7 +39,7 @@ "postinstall": "node scripts/postinstall.js" }, "dependencies": { - "stylelint": "15.10.1", + "stylelint": "15.10.2", "stylelint-config-recommended-scss": "12.0.0", "stylelint-config-standard": "34.0.0", "stylelint-order": "6.0.3",