diff --git a/package.json b/package.json index 6801d654..1cccdef4 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "postcss": "^8.4.38", "prettier": "3.1.1", "process": "^0.11.10", - "stylelint": "^16.4.0", + "stylelint": "^16.5.0", "stylelint-config-css-modules": "^4.4.0", "stylelint-config-standard": "^36.0.0", "typed-css-modules": "^0.9.1", diff --git a/yarn.lock b/yarn.lock index a9df5915..b0fb5351 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5431,10 +5431,10 @@ stylelint-scss@^6.0.0: postcss-selector-parser "^6.0.13" postcss-value-parser "^4.2.0" -stylelint@^16.4.0: - version "16.4.0" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.4.0.tgz#8811005be82ca06224bc9bc3b4cf2fce30b347ae" - integrity sha512-uSx7VMuXwLuYcNSIg+0/fFNv0WinsfLAqsVVy7h7p80clKOHiGE8pfY6UjqwylTHiJrRIahTl6a8FPxGezhWoA== +stylelint@^16.5.0: + version "16.5.0" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.5.0.tgz#4e3aff7cc2294fa54da729b972a6c38bf2a584a0" + integrity sha512-IlCBtVrG+qTy3v+tZTk50W8BIomjY/RUuzdrDqdnlCYwVuzXtPbiGfxYqtyYAyOMcb+195zRsuHn6tgfPmFfbw== dependencies: "@csstools/css-parser-algorithms" "^2.6.1" "@csstools/css-tokenizer" "^2.2.4"