diff --git a/package.json b/package.json index 08cb2d8c..aa03fae3 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "postcss-url": "10.1.3", "postcss-utilities": "0.8.4", "postcss-watch-folder": "2.0.0", - "stylelint": "16.2.0", + "stylelint": "16.2.1", "stylelint-config-recommended": "14.0.0", "stylelint-no-unsupported-browser-features": "8.0.1", "svg-symbol-sprite": "1.4.1", diff --git a/yarn.lock b/yarn.lock index 0b7cc3f2..3231fba9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8117,10 +8117,10 @@ stylelint-no-unsupported-browser-features@8.0.1: doiuse "^6.0.2" postcss "^8.4.32" -stylelint@16.2.0: - version "16.2.0" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.2.0.tgz#60678f64d7660350fdd06415fd449f332b4fcbf6" - integrity sha512-gwqU5AkIb52wrAzzn+359S3NIJDMl02TXLUaV2tzA/L6jUdpTwNt+MCxHlc8+Hb2bUHlYVo92YeSIryF2gJthA== +stylelint@16.2.1: + version "16.2.1" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.2.1.tgz#895d6d42523c5126ec0895f0ca2a58febeb77e89" + integrity sha512-SfIMGFK+4n7XVAyv50CpVfcGYWG4v41y6xG7PqOgQSY8M/PgdK0SQbjWFblxjJZlN9jNq879mB4BCZHJRIJ1hA== dependencies: "@csstools/css-parser-algorithms" "^2.5.0" "@csstools/css-tokenizer" "^2.2.3"