build(deps-dev): bump stylelint-config-standard-scss (#9642)

Bumps [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) from 13.0.0 to 13.1.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint-scss/stylelint-config-standard-scss/compare/v13.0.0...v13.1.0)

---
updated-dependencies:
- dependency-name: stylelint-config-standard-scss
  dependency-type: direct:development
  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] 2024-05-06 17:18:23 -04:00 committed by GitHub
parent e85f69db84
commit cf309dcf3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -147,7 +147,7 @@
"shx": "^0.3.4",
"spdx-license-list": "^6.9.0",
"stylelint": "^16.3.1",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.1",
"typescript": "4.7.4",
@ -50208,9 +50208,9 @@
}
},
"node_modules/stylelint-config-standard-scss": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-13.0.0.tgz",
"integrity": "sha512-WaLvkP689qSYUpJQPCo30TFJSSc3VzvvoWnrgp+7PpVby5o8fRUY1cZcP0sePZfjrFl9T8caGhcKg0GO34VDiQ==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-13.1.0.tgz",
"integrity": "sha512-Eo5w7/XvwGHWkeGLtdm2FZLOMYoZl1omP2/jgFCXyl2x5yNz7/8vv4Tj6slHvMSSUNTaGoam/GAZ0ZhukvalfA==",
"dev": true,
"dependencies": {
"stylelint-config-recommended-scss": "^14.0.0",
@ -50221,7 +50221,7 @@
},
"peerDependencies": {
"postcss": "^8.3.3",
"stylelint": "^16.1.0"
"stylelint": "^16.3.1"
},
"peerDependenciesMeta": {
"postcss": {

View File

@ -192,7 +192,7 @@
"shx": "^0.3.4",
"spdx-license-list": "^6.9.0",
"stylelint": "^16.3.1",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.1",
"typescript": "4.7.4",