From bdc280ba822b87532e9308eb9b39b6f9dbbdc827 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 11:46:25 +0100 Subject: [PATCH] chore(deps): update dependency stylelint to ^15.2.0 (#1202) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3d08768c3..42d5004a3 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "postcss-modules": "^6.0.0", "prettier": "^2.8.4", "react-router": "^5.3.4", - "stylelint": "^15.1.0", + "stylelint": "^15.2.0", "stylelint-config-css-modules": "^4.2.0", "stylelint-config-standard": "^30.0.1", "supervisor": "^0.12.0", diff --git a/yarn.lock b/yarn.lock index 44400eae1..7b36df5c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14355,10 +14355,10 @@ stylelint-scss@^4.3.0: postcss-selector-parser "^6.0.6" postcss-value-parser "^4.1.0" -stylelint@^15.1.0: - version "15.1.0" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-15.1.0.tgz#24d7cbe06250ceca3b276393bfdeaaaba4356195" - integrity sha512-Tw8OyIiYhxnIHUzgoLlCyWgCUKsPYiP3TDgs7M1VbayS+q5qZly2yxABg+YPe/hFRWiu0cOtptCtpyrn1CrnYw== +stylelint@^15.2.0: + version "15.2.0" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-15.2.0.tgz#e906eb59df83bde075d148623216f298f9ceb03a" + integrity sha512-wjg5OLn8zQwjlj5cYUgyQpMWKzct42AG5dYlqkHRJQJqsystFFn3onqEc263KH4xfEI0W3lZCnlIhFfS64uwSA== dependencies: "@csstools/css-parser-algorithms" "^2.0.1" "@csstools/css-tokenizer" "^2.0.1"