Bump stylelint-scss from 6.2.1 to 6.3.2

Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 6.2.1 to 6.3.2.
- [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.2.1...v6.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-01 22:15:05 +00:00
committed by Javi Martín
parent bc1489ce83
commit 761f77779f
2 changed files with 7 additions and 13 deletions

18
package-lock.json generated
View File

@@ -21,7 +21,7 @@
"postcss-scss": "^4.0.9",
"stylelint": "^16.6.1",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.2.1"
"stylelint-scss": "^6.3.2"
}
},
"node_modules/@babel/code-frame": {
@@ -2370,15 +2370,15 @@
}
},
"node_modules/stylelint-scss": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.2.1.tgz",
"integrity": "sha512-ZoGLbVb1keZYRVGQlhB8G6sZOoNqw61whzzzGFWp05N12ErqLFfBv3JPrXiMLZaW98sBS7K/vUQhRnvUj4vwdw==",
"version": "6.3.2",
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.3.2.tgz",
"integrity": "sha512-pNk9mXOVKkQtd+SROPC9io8ISSgX+tOVPhFdBE+LaKQnJMLdWPbGKAGYv4Wmf/RrnOjkutunNTN9kKMhkdE5qA==",
"dev": true,
"dependencies": {
"known-css-properties": "^0.29.0",
"known-css-properties": "^0.31.0",
"postcss-media-query-parser": "^0.2.3",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-selector-parser": "^6.0.15",
"postcss-selector-parser": "^6.1.0",
"postcss-value-parser": "^4.2.0"
},
"engines": {
@@ -2388,12 +2388,6 @@
"stylelint": "^16.0.2"
}
},
"node_modules/stylelint-scss/node_modules/known-css-properties": {
"version": "0.29.0",
"resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.29.0.tgz",
"integrity": "sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==",
"dev": true
},
"node_modules/supports-color": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",

View File

@@ -16,6 +16,6 @@
"postcss-scss": "^4.0.9",
"stylelint": "^16.6.1",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.2.1"
"stylelint-scss": "^6.3.2"
}
}