Skip to content

Commit

Permalink
fix(deps): update dependency postcss-scss to ^4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 1, 2021
1 parent 92d5088 commit 36d270d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lodash": "^4.17.21",
"postcss": "^8.3.6",
"postcss-nested": "^5.0.6",
"postcss-scss": "^4.0.0",
"postcss-scss": "^4.0.1",
"postcss-selector-parser": "^6.0.6",
"prettier-eslint": "^13.0.0",
"signale": "^1.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6824,10 +6824,10 @@ postcss-scss@^2.1.1:
dependencies:
postcss "^7.0.6"

postcss-scss@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-4.0.0.tgz#6cfe09040f01e3345c9c226894c5913ac5fa9381"
integrity sha512-xakgIr5ukOEyXFcsnADKjQtrk8nQyqn5VIEAA+PmPP4kBOpknmjpJMxBNqCR1/x20AS0aSfZkWsSdbMx2Ozm5A==
postcss-scss@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-4.0.1.tgz#6f5827f4457dac35fcc5a0b3de566cfb377db1e7"
integrity sha512-7QghUu2l07OyVFT5LyvU/QJ1f2s8IL0mfToN69Yu533PgMZm2B1S6hYd4bao8tFq70r3P5MmAbKhVrZ4wOADxg==

postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.6:
version "6.0.6"
Expand Down

0 comments on commit 36d270d

Please sign in to comment.