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

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

---
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-08-28 04:45:38 +00:00 committed by Klara Simickova
parent 93c1f43544
commit d85b02daa8
2 changed files with 9 additions and 4 deletions

11
package-lock.json generated
View file

@ -66,7 +66,7 @@
"jest-fail-on-console": "^3.1.1",
"msw": "^1.2.3",
"npm-run-all": "4.1.5",
"postcss-scss": "4.0.6",
"postcss-scss": "4.0.7",
"prop-types": "15.8.1",
"redux-mock-store": "1.5.4",
"sass": "1.66.1",
@ -16901,7 +16901,9 @@
}
},
"node_modules/postcss-scss": {
"version": "4.0.6",
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.7.tgz",
"integrity": "sha512-xPv2GseoyXPa58Nro7M73ZntttusuCmZdeOojUFR5PZDz2BR62vfYx1w9TyOnp1+nYFowgOMipsCBhxzVkAEPw==",
"dev": true,
"funding": [
{
@ -16911,9 +16913,12 @@
{
"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"
},

View file

@ -91,7 +91,7 @@
"jest-fail-on-console": "^3.1.1",
"msw": "^1.2.3",
"npm-run-all": "4.1.5",
"postcss-scss": "4.0.6",
"postcss-scss": "4.0.7",
"prop-types": "15.8.1",
"redux-mock-store": "1.5.4",
"sass": "1.66.1",