Skip to content

Commit 9fd59a0

Browse files
committed
fix(deps): update dependency postcss-scss to ^4.0.2
1 parent f8a6aca commit 9fd59a0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"lodash": "^4.17.21",
4141
"postcss": "^8.3.6",
4242
"postcss-nested": "^5.0.6",
43-
"postcss-scss": "^4.0.0",
43+
"postcss-scss": "^4.0.2",
4444
"postcss-selector-parser": "^6.0.6",
4545
"prettier-eslint": "^13.0.0",
4646
"signale": "^1.4.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6834,10 +6834,10 @@ postcss-scss@^2.1.1:
68346834
dependencies:
68356835
postcss "^7.0.6"
68366836

6837-
postcss-scss@^4.0.0:
6838-
version "4.0.0"
6839-
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-4.0.0.tgz#6cfe09040f01e3345c9c226894c5913ac5fa9381"
6840-
integrity sha512-xakgIr5ukOEyXFcsnADKjQtrk8nQyqn5VIEAA+PmPP4kBOpknmjpJMxBNqCR1/x20AS0aSfZkWsSdbMx2Ozm5A==
6837+
postcss-scss@^4.0.2:
6838+
version "4.0.2"
6839+
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-4.0.2.tgz#39ddcc0ab32f155d5ab328ee91353d67a52d537b"
6840+
integrity sha512-xfdkU128CkKKKVAwkyt0M8OdnelJ3MRcIRAPPQkRpoPeuzWY3RIeg7piRCpZ79MK7Q16diLXMMAD9dN5mauPlQ==
68416841

68426842
postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.6:
68436843
version "6.0.6"

0 commit comments

Comments
 (0)