Skip to content

Commit 4573b3b

Browse files
fix(deps): update dependency postcss-selector-parser to ^6.0.12
1 parent 75a538d commit 4573b3b

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
@@ -39,7 +39,7 @@
3939
"postcss": "^8.3.6",
4040
"postcss-nested": "^5.0.6",
4141
"postcss-scss": "^4.0.0",
42-
"postcss-selector-parser": "^6.0.6",
42+
"postcss-selector-parser": "^6.0.12",
4343
"prettier-eslint": "^13.0.0",
4444
"signale": "^1.4.0",
4545
"stylelint": "^14.3.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6657,10 +6657,10 @@ postcss-scss@^4.0.0, postcss-scss@^4.0.2:
66576657
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-4.0.3.tgz#36c23c19a804274e722e83a54d20b838ab4767ac"
66586658
integrity sha512-j4KxzWovfdHsyxwl1BxkUal/O4uirvHgdzMKS1aWJBAV0qh2qj5qAZqpeBfVUYGWv+4iK9Az7SPyZ4fyNju1uA==
66596659

6660-
postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.6:
6661-
version "6.0.10"
6662-
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d"
6663-
integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==
6660+
postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.12, postcss-selector-parser@^6.0.6:
6661+
version "6.0.12"
6662+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.12.tgz#2efae5ffab3c8bfb2b7fbf0c426e3bca616c4abb"
6663+
integrity sha512-NdxGCAZdRrwVI1sy59+Wzrh+pMMHxapGnpfenDVlMEXoOcvt4pGE0JLK9YY2F5dLxcFYA/YbVQKhcGU+FtSYQg==
66646664
dependencies:
66656665
cssesc "^3.0.0"
66666666
util-deprecate "^1.0.2"

0 commit comments

Comments
 (0)