build(deps-dev): bump postcss-scss from 4.0.3 to 4.0.6

Bumps [postcss-scss](https://github.com/postcss/postcss-scss) from 4.0.3 to 4.0.6.
- [Release notes](https://github.com/postcss/postcss-scss/releases)
- [Changelog](https://github.com/postcss/postcss-scss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-scss/compare/4.0.3...4.0.6)

---
updated-dependencies:
- dependency-name: postcss-scss
  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] 2023-01-16 04:18:15 +00:00 committed by Lucas Garfield
parent 2f6ac0a2c5
commit 6e512e42ab
2 changed files with 19 additions and 13 deletions

30
package-lock.json generated
View file

@ -55,7 +55,7 @@
"jest": "27.5.1",
"jest-canvas-mock": "2.4.0",
"npm-run-all": "4.1.5",
"postcss-scss": "4.0.3",
"postcss-scss": "4.0.6",
"prop-types": "15.8.1",
"redux-mock-store": "1.5.4",
"sass": "1.57.1",
@ -14825,19 +14825,25 @@
}
},
"node_modules/postcss-scss": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.3.tgz",
"integrity": "sha512-j4KxzWovfdHsyxwl1BxkUal/O4uirvHgdzMKS1aWJBAV0qh2qj5qAZqpeBfVUYGWv+4iK9Az7SPyZ4fyNju1uA==",
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.6.tgz",
"integrity": "sha512-rLDPhJY4z/i4nVFZ27j9GqLxj1pwxE80eAzUNRMXtcpipFYIeowerzBgG3yJhMtObGEXidtIgbUpQ3eLDsf5OQ==",
"dev": true,
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/postcss-scss"
}
],
"engines": {
"node": ">=12.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"peerDependencies": {
"postcss": "^8.3.3"
"postcss": "^8.4.19"
}
},
"node_modules/postcss-selector-parser": {
@ -29580,9 +29586,9 @@
"requires": {}
},
"postcss-scss": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.3.tgz",
"integrity": "sha512-j4KxzWovfdHsyxwl1BxkUal/O4uirvHgdzMKS1aWJBAV0qh2qj5qAZqpeBfVUYGWv+4iK9Az7SPyZ4fyNju1uA==",
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.6.tgz",
"integrity": "sha512-rLDPhJY4z/i4nVFZ27j9GqLxj1pwxE80eAzUNRMXtcpipFYIeowerzBgG3yJhMtObGEXidtIgbUpQ3eLDsf5OQ==",
"dev": true,
"requires": {}
},

View file

@ -76,7 +76,7 @@
"jest": "27.5.1",
"jest-canvas-mock": "2.4.0",
"npm-run-all": "4.1.5",
"postcss-scss": "4.0.3",
"postcss-scss": "4.0.6",
"prop-types": "15.8.1",
"redux-mock-store": "1.5.4",
"sass": "1.57.1",