Skip to content

Commit 04cfafd

Browse files
fix(deps): update dependency postcss-scss to ^4.0.8
1 parent 0a21ef7 commit 04cfafd

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
@@ -38,7 +38,7 @@
3838
"lodash": "^4.17.21",
3939
"postcss": "^8.3.6",
4040
"postcss-nested": "^5.0.6",
41-
"postcss-scss": "^4.0.0",
41+
"postcss-scss": "^4.0.8",
4242
"postcss-selector-parser": "^6.0.6",
4343
"prettier-eslint": "^13.0.0",
4444
"signale": "^1.4.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6683,10 +6683,10 @@ postcss-safe-parser@^6.0.0:
66836683
resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz#bb4c29894171a94bc5c996b9a30317ef402adaa1"
66846684
integrity sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==
66856685

6686-
postcss-scss@^4.0.0, postcss-scss@^4.0.2:
6687-
version "4.0.3"
6688-
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-4.0.3.tgz#36c23c19a804274e722e83a54d20b838ab4767ac"
6689-
integrity sha512-j4KxzWovfdHsyxwl1BxkUal/O4uirvHgdzMKS1aWJBAV0qh2qj5qAZqpeBfVUYGWv+4iK9Az7SPyZ4fyNju1uA==
6686+
postcss-scss@^4.0.2, postcss-scss@^4.0.8:
6687+
version "4.0.8"
6688+
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-4.0.8.tgz#12a4991a902a782d4e9b86b1f217d5181c6c4f32"
6689+
integrity sha512-Cr0X8Eu7xMhE96PJck6ses/uVVXDtE5ghUTKNUYgm8ozgP2TkgV3LWs3WgLV1xaSSLq8ZFiXaUrj0LVgG1fGEA==
66906690

66916691
postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.6:
66926692
version "6.0.10"

0 commit comments

Comments
 (0)