From 219641828486a8e710de5ba4d82dc89199a2c56e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 May 2026 12:02:59 +0000 Subject: [PATCH] chore(deps): update dependency stylelint to v17.11.0 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 395ef4b..990e8d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "nuxt": "4.4.4", "postcss-html": "1.8.1", "sass": "1.99.0", - "stylelint": "17.10.0", + "stylelint": "17.11.0", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "40.0.0", "typescript": "6.0.3", @@ -20236,9 +20236,9 @@ } }, "node_modules/stylelint": { - "version": "17.10.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.10.0.tgz", - "integrity": "sha512-cI7I6HHEYOHHVNVci+s92WlA3QfmNhjwFdgCgYV3TLEysilOjk+B3EFxMED1xY9GYB0Kre3OD+mSLj19VLTIvA==", + "version": "17.11.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.0.tgz", + "integrity": "sha512-/3czzmbF9XdGWvReDF3Ex4R23Ajolo7j8RB2bFNEqk6Ht356nlpVV+G5bG2Qt8AW1ofJzXztBRDnAtd7cgowWA==", "dev": true, "funding": [ { @@ -20283,7 +20283,7 @@ "postcss-safe-parser": "^7.0.1", "postcss-selector-parser": "^7.1.1", "postcss-value-parser": "^4.2.0", - "string-width": "^8.2.0", + "string-width": "^8.2.1", "supports-hyperlinks": "^4.4.0", "svg-tags": "^1.0.0", "table": "^6.9.0", @@ -20398,13 +20398,13 @@ } }, "node_modules/stylelint/node_modules/file-entry-cache": { - "version": "11.1.2", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-11.1.2.tgz", - "integrity": "sha512-N2WFfK12gmrK1c1GXOqiAJ1tc5YE+R53zvQ+t5P8S5XhnmKYVB5eZEiLNZKDSmoG8wqqbF9EXYBBW/nef19log==", + "version": "11.1.3", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-11.1.3.tgz", + "integrity": "sha512-oMbq0PD6VIiIwMF6LIa7MEwd/l9huKwmqRKXqmrkqIZv8CvRbfowL+L0ryAl8h//HfAS0zS+4SbYoRyAoA6BJA==", "dev": true, "license": "MIT", "dependencies": { - "flat-cache": "^6.1.20" + "flat-cache": "^6.1.22" } }, "node_modules/stylelint/node_modules/flat-cache": { diff --git a/package.json b/package.json index 0799a71..6911fd9 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "nuxt": "4.4.4", "postcss-html": "1.8.1", "sass": "1.99.0", - "stylelint": "17.10.0", + "stylelint": "17.11.0", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "40.0.0", "typescript": "6.0.3",