From 9d7669be00f0788624c46bedaac6c379fceb4fb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 17:47:51 +0000 Subject: [PATCH] chore(deps): update dependency stylelint to v17 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index d8073b6..7a22186 100644 --- a/client/package.json +++ b/client/package.json @@ -51,7 +51,7 @@ "eslint-plugin-simple-import-sort": "^12.1.1", "lint-staged": "^17.0.0", "prettier": "^3.6.2", - "stylelint": "^16.25.0", + "stylelint": "^17.0.0", "stylelint-config-css-modules": "^4.5.1", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-scss": "^6.12.1",