build(deps-dev): Bump stylelint from 16.3.0 to 16.3.1

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

---
updated-dependencies:
- dependency-name: stylelint
  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] 2024-03-27 14:25:05 +00:00 committed by GitHub
parent c26e528d9f
commit 4840120971
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -14,7 +14,7 @@
},
"devDependencies": {
"eslint": "^8.57.0",
"stylelint": "^16.3.0",
"stylelint": "^16.3.1",
"stylelint-config-standard": "^36.0.0"
}
},
@ -2127,9 +2127,9 @@
}
},
"node_modules/stylelint": {
"version": "16.3.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.3.0.tgz",
"integrity": "sha512-hqC6xNTbQ5HRGQXfIW4HwXcx09raIFz4W4XFbraeqWqYRVVY/ibYvI0dsu0ORMQY8re2bpDdCAeIa2cm+QJ4Sw==",
"version": "16.3.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.3.1.tgz",
"integrity": "sha512-/JOwQnBvxEKOT2RtNgGpBVXnCSMBgKOL2k7w0K52htwCyJls4+cHvc4YZgXlVoAZS9QJd2DgYAiRnja96pTgxw==",
"dev": true,
"dependencies": {
"@csstools/css-parser-algorithms": "^2.6.1",

View file

@ -6,7 +6,7 @@
"license": "CC0-1.0",
"devDependencies": {
"eslint": "^8.57.0",
"stylelint": "^16.3.0",
"stylelint": "^16.3.1",
"stylelint-config-standard": "^36.0.0"
},
"scripts": {