From 6d1feb487f4ed1a1ac7f0c4c3dde1732d62fa6ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 18:39:29 +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",