build(deps-dev): bump stylelint from 16.21.1 to 16.22.0

Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.21.1 to 16.22.0.
- [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/16.21.1...16.22.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-version: 16.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-07-21 05:20:12 +00:00 committed by Klara Simickova
parent 49fef039c0
commit 654458c12d
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -89,7 +89,7 @@
"redux-mock-store": "1.5.5",
"sass": "1.89.2",
"sass-loader": "16.0.5",
"stylelint": "16.21.1",
"stylelint": "16.22.0",
"stylelint-config-recommended-scss": "15.0.1",
"ts-node": "10.9.2",
"ts-patch": "3.3.0",
@ -17731,9 +17731,9 @@
"license": "MIT"
},
"node_modules/stylelint": {
"version": "16.21.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.21.1.tgz",
"integrity": "sha512-WCXdXnYK2tpCbebgMF0Bme3YZH/Rh/UXerj75twYo4uLULlcrLwFVdZTvTEF8idFnAcW21YUDJFyKOfaf6xJRw==",
"version": "16.22.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.22.0.tgz",
"integrity": "sha512-SVEMTdjKNV4ollUrIY9ordZ36zHv2/PHzPjfPMau370MlL2VYXeLgSNMMiEbLGRO8RmD2R8/BVUeF2DfnfkC0w==",
"dev": true,
"funding": [
{
@ -31578,9 +31578,9 @@
}
},
"stylelint": {
"version": "16.21.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.21.1.tgz",
"integrity": "sha512-WCXdXnYK2tpCbebgMF0Bme3YZH/Rh/UXerj75twYo4uLULlcrLwFVdZTvTEF8idFnAcW21YUDJFyKOfaf6xJRw==",
"version": "16.22.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.22.0.tgz",
"integrity": "sha512-SVEMTdjKNV4ollUrIY9ordZ36zHv2/PHzPjfPMau370MlL2VYXeLgSNMMiEbLGRO8RmD2R8/BVUeF2DfnfkC0w==",
"dev": true,
"requires": {
"@csstools/css-parser-algorithms": "^3.0.5",

View file

@ -87,7 +87,7 @@
"redux-mock-store": "1.5.5",
"sass": "1.89.2",
"sass-loader": "16.0.5",
"stylelint": "16.21.1",
"stylelint": "16.22.0",
"stylelint-config-recommended-scss": "15.0.1",
"ts-node": "10.9.2",
"ts-patch": "3.3.0",