Bump stylelint from 14.8.2 to 14.8.3 in /dependencies (#2931)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-23 14:01:26 -05:00 committed by GitHub
parent c8ed73eba3
commit 7dbf1f0dd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 20 deletions

26
dependencies/package-lock.json generated vendored
View file

@ -40,7 +40,7 @@
"pug": "^3.0.2",
"sql-lint": "0.0.19",
"standard": "^16.0.4",
"stylelint": "^14.8.2",
"stylelint": "^14.8.3",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-sass-guidelines": "^9.0.1",
@ -6650,11 +6650,6 @@
"node": ">=0.10.0"
}
},
"node_modules/normalize-selector": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz",
"integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM="
},
"node_modules/npm-groovy-lint": {
"version": "9.5.0",
"resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-9.5.0.tgz",
@ -9031,9 +9026,9 @@
"integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI="
},
"node_modules/stylelint": {
"version": "14.8.2",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.2.tgz",
"integrity": "sha512-tjDfexCYfoPdl/xcDJ9Fv+Ko9cvzbDnmdiaqEn3ovXHXasi/hbkt5tSjsiReQ+ENqnz0eltaX/AOO+AlzVdcNA==",
"version": "14.8.3",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.3.tgz",
"integrity": "sha512-aLpskXwSgFEBYbFRKA/BfuyYMGuXNtn2t5GqoffNPSezvw97x/vVNWcZNF0+cwt+LBjfvyq9/MRE3OjInGRgNA==",
"dependencies": {
"balanced-match": "^2.0.0",
"colord": "^2.9.2",
@ -9058,7 +9053,6 @@
"meow": "^9.0.0",
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
"normalize-selector": "^0.2.0",
"picocolors": "^1.0.0",
"postcss": "^8.4.13",
"postcss-media-query-parser": "^0.2.3",
@ -15664,11 +15658,6 @@
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
},
"normalize-selector": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz",
"integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM="
},
"npm-groovy-lint": {
"version": "9.5.0",
"resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-9.5.0.tgz",
@ -17417,9 +17406,9 @@
"integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI="
},
"stylelint": {
"version": "14.8.2",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.2.tgz",
"integrity": "sha512-tjDfexCYfoPdl/xcDJ9Fv+Ko9cvzbDnmdiaqEn3ovXHXasi/hbkt5tSjsiReQ+ENqnz0eltaX/AOO+AlzVdcNA==",
"version": "14.8.3",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.3.tgz",
"integrity": "sha512-aLpskXwSgFEBYbFRKA/BfuyYMGuXNtn2t5GqoffNPSezvw97x/vVNWcZNF0+cwt+LBjfvyq9/MRE3OjInGRgNA==",
"requires": {
"balanced-match": "^2.0.0",
"colord": "^2.9.2",
@ -17444,7 +17433,6 @@
"meow": "^9.0.0",
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
"normalize-selector": "^0.2.0",
"picocolors": "^1.0.0",
"postcss": "^8.4.13",
"postcss-media-query-parser": "^0.2.3",

View file

@ -34,7 +34,7 @@
"pug": "^3.0.2",
"sql-lint": "0.0.19",
"standard": "^16.0.4",
"stylelint": "^14.8.2",
"stylelint": "^14.8.3",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-config-standard": "^25.0.0",