Bump stylelint-scss from 4.2.0 to 4.3.0 in /dependencies (#3172)

Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v4.2.0...v4.3.0)

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

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-07-25 09:19:36 -05:00 committed by GitHub
parent 9a81ed68bb
commit e4282b57f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

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

@ -48,7 +48,7 @@
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-scss": "^4.2.0",
"stylelint-scss": "^4.3.0",
"tekton-lint": "^0.6.0",
"textlint": "^12.2.1",
"textlint-filter-rule-allowlist": "^4.0.0",
@ -10099,9 +10099,9 @@
}
},
"node_modules/stylelint-scss": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-4.2.0.tgz",
"integrity": "sha512-HHHMVKJJ5RM9pPIbgJ/XA67h9H0407G68Rm69H4fzFbFkyDMcTV1Byep3qdze5+fJ3c0U7mJrbj6S0Fg072uZA==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-4.3.0.tgz",
"integrity": "sha512-GvSaKCA3tipzZHoz+nNO7S02ZqOsdBzMiCx9poSmLlb3tdJlGddEX/8QzCOD8O7GQan9bjsvLMsO5xiw6IhhIQ==",
"dependencies": {
"lodash": "^4.17.21",
"postcss-media-query-parser": "^0.2.3",
@ -18955,9 +18955,9 @@
}
},
"stylelint-scss": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-4.2.0.tgz",
"integrity": "sha512-HHHMVKJJ5RM9pPIbgJ/XA67h9H0407G68Rm69H4fzFbFkyDMcTV1Byep3qdze5+fJ3c0U7mJrbj6S0Fg072uZA==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-4.3.0.tgz",
"integrity": "sha512-GvSaKCA3tipzZHoz+nNO7S02ZqOsdBzMiCx9poSmLlb3tdJlGddEX/8QzCOD8O7GQan9bjsvLMsO5xiw6IhhIQ==",
"requires": {
"lodash": "^4.17.21",
"postcss-media-query-parser": "^0.2.3",

View file

@ -43,7 +43,7 @@
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-config-prettier": "^9.0.3",
"postcss-less": "^6.0.0",
"stylelint-scss": "^4.2.0",
"stylelint-scss": "^4.3.0",
"tekton-lint": "^0.6.0",
"textlint": "^12.2.1",
"textlint-filter-rule-allowlist": "^4.0.0",