~cytrogen/masto-fe

513316f768701fa3450da25d52e262f1adbfed4c — dependabot[bot] 3 years ago 57b83ce
Bump stylelint from 15.1.0 to 15.2.0 (#23770)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 files changed, 5 insertions(+), 5 deletions(-)

M package.json
M yarn.lock
M package.json => package.json +1 -1
@@ 157,7 157,7 @@
    "raf": "^3.4.1",
    "react-intl-translations-manager": "^5.0.3",
    "react-test-renderer": "^16.14.0",
    "stylelint": "^15.1.0",
    "stylelint": "^15.2.0",
    "stylelint-config-standard-scss": "^7.0.1",
    "webpack-dev-server": "^3.11.3",
    "yargs": "^17.7.0"

M yarn.lock => yarn.lock +4 -4
@@ 10503,10 10503,10 @@ stylelint-scss@^4.4.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"