Bump stylelint from 14.9.0 to 14.9.1

Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.9.0 to 14.9.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/14.9.0...14.9.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] 2022-06-13 10:21:21 +00:00 committed by GitHub
parent 7de79a26e2
commit 924bc8f29f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View file

@ -21,7 +21,7 @@
"devDependencies": {
"copy-webpack-plugin": "11.0.0",
"eslint": "8.17.0",
"stylelint": "14.9.0",
"stylelint": "14.9.1",
"stylelint-config-standard-scss": "^4.0.0",
"webpack": "5.73.0",
"webpack-cli": "4.9.2"
@ -134,9 +134,9 @@
}
},
"node_modules/@csstools/selector-specificity": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.0.tgz",
"integrity": "sha512-rZ6vufeY/UjAgtyiJ4WvfF6XP6HizIyOfbZOg0RnecIwjrvH8Am3nN1BpKnnPZunYAkUcPPXDhwbxOtGop8cfQ==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.1.tgz",
"integrity": "sha512-aG20vknL4/YjQF9BSV7ts4EWm/yrjagAN7OWBNmlbEOUiu0llj4OGrFoOKK3g2vey4/p2omKCoHrWtPxSwV3HA==",
"dev": true,
"engines": {
"node": "^12 || ^14 || >=16"
@ -3294,12 +3294,12 @@
"dev": true
},
"node_modules/stylelint": {
"version": "14.9.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.9.0.tgz",
"integrity": "sha512-+xsQ4uKS56RQs8AGYx2CXc9nhWyPR7c/G0RqyiKgWZx2LuE3VJnIhGRQXUfnGQXOqBPHxNjMCHiK5NNQRB52sw==",
"version": "14.9.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.9.1.tgz",
"integrity": "sha512-RdAkJdPiLqHawCSnu21nE27MjNXaVd4WcOHA4vK5GtIGjScfhNnaOuWR2wWdfKFAvcWQPOYe311iveiVKSmwsA==",
"dev": true,
"dependencies": {
"@csstools/selector-specificity": "^2.0.0",
"@csstools/selector-specificity": "^2.0.1",
"balanced-match": "^2.0.0",
"colord": "^2.9.2",
"cosmiconfig": "^7.0.1",
@ -4059,9 +4059,9 @@
}
},
"@csstools/selector-specificity": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.0.tgz",
"integrity": "sha512-rZ6vufeY/UjAgtyiJ4WvfF6XP6HizIyOfbZOg0RnecIwjrvH8Am3nN1BpKnnPZunYAkUcPPXDhwbxOtGop8cfQ==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.1.tgz",
"integrity": "sha512-aG20vknL4/YjQF9BSV7ts4EWm/yrjagAN7OWBNmlbEOUiu0llj4OGrFoOKK3g2vey4/p2omKCoHrWtPxSwV3HA==",
"dev": true,
"requires": {}
},
@ -6465,12 +6465,12 @@
"dev": true
},
"stylelint": {
"version": "14.9.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.9.0.tgz",
"integrity": "sha512-+xsQ4uKS56RQs8AGYx2CXc9nhWyPR7c/G0RqyiKgWZx2LuE3VJnIhGRQXUfnGQXOqBPHxNjMCHiK5NNQRB52sw==",
"version": "14.9.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.9.1.tgz",
"integrity": "sha512-RdAkJdPiLqHawCSnu21nE27MjNXaVd4WcOHA4vK5GtIGjScfhNnaOuWR2wWdfKFAvcWQPOYe311iveiVKSmwsA==",
"dev": true,
"requires": {
"@csstools/selector-specificity": "^2.0.0",
"@csstools/selector-specificity": "^2.0.1",
"balanced-match": "^2.0.0",
"colord": "^2.9.2",
"cosmiconfig": "^7.0.1",

View file

@ -25,7 +25,7 @@
"devDependencies": {
"copy-webpack-plugin": "11.0.0",
"eslint": "8.17.0",
"stylelint": "14.9.0",
"stylelint": "14.9.1",
"stylelint-config-standard-scss": "^4.0.0",
"webpack": "5.73.0",
"webpack-cli": "4.9.2"