build(deps-dev): bump stylelint from 17.1.0 to 17.1.1

Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.1.0 to 17.1.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/17.1.0...17.1.1)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-version: 17.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-02-04 23:22:09 +00:00 committed by GitHub
parent c5920fc005
commit fb169c9c76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -67,7 +67,7 @@
"jsdom-testing-mocks": "^1.16.0",
"msw": "^2.12.7",
"sass": "^1.97.3",
"stylelint": "^17.1.0",
"stylelint": "^17.1.1",
"vite": "^7.3.1",
"vitest": "^4.0.15"
},
@ -15299,9 +15299,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": [
{
@ -15484,16 +15484,16 @@
"peer": true
},
"node_modules/stylelint-use-logical": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/stylelint-use-logical/-/stylelint-use-logical-2.1.2.tgz",
"integrity": "sha512-4ffvPNk/swH4KS3izExWuzQOuzLmi0gb0uOhvxWJ20vDA5W5xKCjcHHtLoAj1kKvTIX6eGIN5xGtaVin9PD0wg==",
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/stylelint-use-logical/-/stylelint-use-logical-2.1.3.tgz",
"integrity": "sha512-haPkgxKre+eSqr4IZJnHwNT/9/wICykeFZIaz7rZbe4SohTHkw7vBahMOrZJZpdny/EBVHAcPH2IBeoiUcZWWw==",
"dev": true,
"license": "CC0-1.0",
"engines": {
"node": ">=14.0.0"
},
"peerDependencies": {
"stylelint": ">= 11 < 17"
"stylelint": ">= 11 < 18"
}
},
"node_modules/stylelint/node_modules/@csstools/css-parser-algorithms": {

View file

@ -96,7 +96,7 @@
"jsdom-testing-mocks": "^1.16.0",
"msw": "^2.12.7",
"sass": "^1.97.3",
"stylelint": "^17.1.0",
"stylelint": "^17.1.1",
"vite": "^7.3.1",
"vitest": "^4.0.15"
},