Skip to content

Commit 5508d35

Browse files
Update dependency stylelint to v16.4.0
1 parent 8bba0ed commit 5508d35

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"postcss-watch-folder": "2.0.0",
7272
"sass": "1.75.0",
7373
"sass-loader": "14.2.1",
74-
"stylelint": "16.3.1",
74+
"stylelint": "16.4.0",
7575
"stylelint-config-recommended": "14.0.0",
7676
"stylelint-config-standard-scss": "13.1.0",
7777
"stylelint-no-unsupported-browser-features": "8.0.1",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@
981981
resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-12.1.1.tgz#f0ad221b7280f3fc814689786fd9ee092776ef8f"
982982
integrity sha512-YAYeJ+Xqh7fUou1d1j9XHl44BmsuThiTr4iNrgCQ3J27IbhXsxXDGZ1cXv8Qvs99d4rBbLiSKy3+WZiet32PcQ==
983983

984-
"@csstools/selector-specificity@^3.0.2":
984+
"@csstools/selector-specificity@^3.0.3":
985985
version "3.0.3"
986986
resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-3.0.3.tgz#208a3929ee614967a1fc8cd6cb758d9fcbf0caae"
987987
integrity sha512-KEPNw4+WW5AVEIyzC80rTbWEUatTW2lXpN8+8ILC8PiPeWPjwUzrPZDIOZ2wwqDmeqOYTdSGyL3+vE5GC3FB3Q==
@@ -2582,10 +2582,10 @@ css-declaration-sorter@^7.2.0:
25822582
resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz#6dec1c9523bc4a643e088aab8f09e67a54961024"
25832583
integrity sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==
25842584

2585-
css-functions-list@^3.2.1:
2586-
version "3.2.1"
2587-
resolved "https://registry.yarnpkg.com/css-functions-list/-/css-functions-list-3.2.1.tgz#2eb205d8ce9f9ce74c5c1d7490b66b77c45ce3ea"
2588-
integrity sha512-Nj5YcaGgBtuUmn1D7oHqPW0c9iui7xsTsj5lIX8ZgevdfhmjFfKB3r8moHJtNJnctnYXJyYX5I1pp90HM4TPgQ==
2585+
css-functions-list@^3.2.2:
2586+
version "3.2.2"
2587+
resolved "https://registry.yarnpkg.com/css-functions-list/-/css-functions-list-3.2.2.tgz#9a54c6dd8416ed25c1079cd88234e927526c1922"
2588+
integrity sha512-c+N0v6wbKVxTu5gOBBFkr9BEdBWaqqjQeiJ8QvSRIJOf+UxlJh930m8e6/WNeODIK0mYLFkoONrnj16i2EcvfQ==
25892589

25902590
css-loader@7.1.1:
25912591
version "7.1.1"
@@ -7867,20 +7867,20 @@ stylelint-scss@6.2.1, stylelint-scss@^6.0.0:
78677867
postcss-selector-parser "^6.0.15"
78687868
postcss-value-parser "^4.2.0"
78697869

7870-
stylelint@16.3.1:
7871-
version "16.3.1"
7872-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.3.1.tgz#006cc6cd4bd8e7b3acb1607bb8e8de85121b7847"
7873-
integrity sha512-/JOwQnBvxEKOT2RtNgGpBVXnCSMBgKOL2k7w0K52htwCyJls4+cHvc4YZgXlVoAZS9QJd2DgYAiRnja96pTgxw==
7870+
stylelint@16.4.0:
7871+
version "16.4.0"
7872+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.4.0.tgz#8811005be82ca06224bc9bc3b4cf2fce30b347ae"
7873+
integrity sha512-uSx7VMuXwLuYcNSIg+0/fFNv0WinsfLAqsVVy7h7p80clKOHiGE8pfY6UjqwylTHiJrRIahTl6a8FPxGezhWoA==
78747874
dependencies:
78757875
"@csstools/css-parser-algorithms" "^2.6.1"
78767876
"@csstools/css-tokenizer" "^2.2.4"
78777877
"@csstools/media-query-list-parser" "^2.1.9"
7878-
"@csstools/selector-specificity" "^3.0.2"
7878+
"@csstools/selector-specificity" "^3.0.3"
78797879
"@dual-bundle/import-meta-resolve" "^4.0.0"
78807880
balanced-match "^2.0.0"
78817881
colord "^2.9.3"
78827882
cosmiconfig "^9.0.0"
7883-
css-functions-list "^3.2.1"
7883+
css-functions-list "^3.2.2"
78847884
css-tree "^2.3.1"
78857885
debug "^4.3.4"
78867886
fast-glob "^3.3.2"
@@ -7909,7 +7909,7 @@ stylelint@16.3.1:
79097909
strip-ansi "^7.1.0"
79107910
supports-hyperlinks "^3.0.0"
79117911
svg-tags "^1.0.0"
7912-
table "^6.8.1"
7912+
table "^6.8.2"
79137913
write-file-atomic "^5.0.1"
79147914

79157915
supports-color@^5.3.0, supports-color@^5.4.0:
@@ -7996,7 +7996,7 @@ table@^5.2.3:
79967996
slice-ansi "^2.1.0"
79977997
string-width "^3.0.0"
79987998

7999-
table@^6.8.1:
7999+
table@^6.8.2:
80008000
version "6.8.2"
80018001
resolved "https://registry.yarnpkg.com/table/-/table-6.8.2.tgz#c5504ccf201213fa227248bdc8c5569716ac6c58"
80028002
integrity sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==

0 commit comments

Comments
 (0)