Bump stylelint-scss from 6.12.0 to 6.12.1

Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 6.12.0 to 6.12.1.
- [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/v6.12.0...v6.12.1)

---
updated-dependencies:
- dependency-name: stylelint-scss
  dependency-version: 6.12.1
  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]
2025-11-04 11:58:54 +00:00
committed by GitHub
parent 1404197014
commit 3b7818b592
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -21,7 +21,7 @@
"postcss-scss": "^4.0.9", "postcss-scss": "^4.0.9",
"stylelint": "^16.20.0", "stylelint": "^16.20.0",
"stylelint-order": "^7.0.0", "stylelint-order": "^7.0.0",
"stylelint-scss": "^6.12.0" "stylelint-scss": "^6.12.1"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
@@ -2455,9 +2455,9 @@
} }
}, },
"node_modules/stylelint-scss": { "node_modules/stylelint-scss": {
"version": "6.12.0", "version": "6.12.1",
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.12.0.tgz", "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.12.1.tgz",
"integrity": "sha512-U7CKhi1YNkM1pXUXl/GMUXi8xKdhl4Ayxdyceie1nZ1XNIdaUgMV6OArpooWcDzEggwgYD0HP/xIgVJo9a655w==", "integrity": "sha512-UJUfBFIvXfly8WKIgmqfmkGKPilKB4L5j38JfsDd+OCg2GBdU0vGUV08Uw82tsRZzd4TbsUURVVNGeOhJVF7pA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@@ -16,6 +16,6 @@
"postcss-scss": "^4.0.9", "postcss-scss": "^4.0.9",
"stylelint": "^16.20.0", "stylelint": "^16.20.0",
"stylelint-order": "^7.0.0", "stylelint-order": "^7.0.0",
"stylelint-scss": "^6.12.0" "stylelint-scss": "^6.12.1"
} }
} }