Skip to content

Commit 32bf14f

Browse files
Update dependency stylelint to v16.12.0
1 parent 9cae915 commit 32bf14f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.83.0",
7373
"sass-loader": "16.0.4",
74-
"stylelint": "16.11.0",
74+
"stylelint": "16.12.0",
7575
"stylelint-config-recommended": "14.0.1",
7676
"stylelint-config-standard-scss": "14.0.0",
7777
"stylelint-no-unsupported-browser-features": "8.0.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8264,10 +8264,10 @@ stylelint-scss@^6.4.0:
82648264
postcss-selector-parser "^6.1.0"
82658265
postcss-value-parser "^4.2.0"
82668266

8267-
stylelint@16.11.0:
8268-
version "16.11.0"
8269-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.11.0.tgz#7eb653b007dc0b4366dc3aa7bfa94ced0c52f087"
8270-
integrity sha512-zrl4IrKmjJQ+h9FoMp69UMCq5SxeHk0URhxUBj4d3ISzo/DplOFBJZc7t7Dr6otB+1bfbbKNLOmCDpzKSlW+Nw==
8267+
stylelint@16.12.0:
8268+
version "16.12.0"
8269+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.12.0.tgz#13532dcbaed21348da0e9e0fb9a4e1e7f6dab2b8"
8270+
integrity sha512-F8zZ3L/rBpuoBZRvI4JVT20ZanPLXfQLzMOZg1tzPflRVh9mKpOZ8qcSIhh1my3FjAjZWG4T2POwGnmn6a6hbg==
82718271
dependencies:
82728272
"@csstools/css-parser-algorithms" "^3.0.4"
82738273
"@csstools/css-tokenizer" "^3.0.3"
@@ -8305,7 +8305,7 @@ stylelint@16.11.0:
83058305
string-width "^4.2.3"
83068306
supports-hyperlinks "^3.1.0"
83078307
svg-tags "^1.0.0"
8308-
table "^6.8.2"
8308+
table "^6.9.0"
83098309
write-file-atomic "^5.0.1"
83108310

83118311
supports-color@^5.3.0, supports-color@^5.4.0:
@@ -8392,10 +8392,10 @@ table@^5.2.3:
83928392
slice-ansi "^2.1.0"
83938393
string-width "^3.0.0"
83948394

8395-
table@^6.8.2:
8396-
version "6.8.2"
8397-
resolved "https://registry.yarnpkg.com/table/-/table-6.8.2.tgz#c5504ccf201213fa227248bdc8c5569716ac6c58"
8398-
integrity sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==
8395+
table@^6.9.0:
8396+
version "6.9.0"
8397+
resolved "https://registry.yarnpkg.com/table/-/table-6.9.0.tgz#50040afa6264141c7566b3b81d4d82c47a8668f5"
8398+
integrity sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==
83998399
dependencies:
84008400
ajv "^8.0.1"
84018401
lodash.truncate "^4.4.2"

0 commit comments

Comments
 (0)