From 5b545dc261339e789b6c39bf1fde152e7b86f1e0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Feb 2026 16:11:09 +0000 Subject: [PATCH] chore(deps): update dependency stylelint to v17.1.1 (#2770) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f31b3d..a8d0798 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "nuxt": "4.3.0", "postcss-html": "1.8.1", "sass": "1.97.3", - "stylelint": "17.1.0", + "stylelint": "17.1.1", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "40.0.0", "typescript": "5.9.3", @@ -21326,9 +21326,9 @@ } }, "node_modules/stylelint": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.1.0.tgz", - "integrity": "sha512-+cUX1FxkkbLX5qJRAPapUv/+v+YU3pGbWu+pHVqTXpiY0mYh3Dxfxa0bLBtVtYgOC8hIWIyX2H/3Y3LWlAevDg==", + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.1.1.tgz", + "integrity": "sha512-SBHVcLEcRF1M9OkD3oT0hT2PayDNLw2hd+aovmzfNQ2ys4Xd3oS9ZNizILWqhQvW802AqKN/vUTMwJqQYMBlWw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 139a36c..6a8788f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "nuxt": "4.3.0", "postcss-html": "1.8.1", "sass": "1.97.3", - "stylelint": "17.1.0", + "stylelint": "17.1.1", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "40.0.0", "typescript": "5.9.3",