1
1
mirror of https://github.com/primer/css.git synced 2024-08-17 04:00:28 +03:00

Bump postcss-scss from 4.0.5 to 4.0.9 (#2529)

Bumps [postcss-scss](https://github.com/postcss/postcss-scss) from 4.0.5 to 4.0.9.
- [Changelog](https://github.com/postcss/postcss-scss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-scss/compare/4.0.5...4.0.9)

---
updated-dependencies:
- dependency-name: postcss-scss
  dependency-type: direct:development
  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] 2023-10-13 11:28:57 -07:00 committed by GitHub
parent 0f62fba90b
commit f13b3f325b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
package-lock.json generated
View File

@ -8139,7 +8139,9 @@
}
},
"node_modules/postcss-scss": {
"version": "4.0.5",
"version": "4.0.9",
"resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.9.tgz",
"integrity": "sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==",
"dev": true,
"funding": [
{
@ -8149,14 +8151,17 @@
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/postcss-scss"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"engines": {
"node": ">=12.0"
},
"peerDependencies": {
"postcss": "^8.3.3"
"postcss": "^8.4.29"
}
},
"node_modules/postcss-selector-parser": {