From fee8785c1a5b145f022df92912a2a783bef5a1c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 09:16:37 +0000 Subject: [PATCH] Bump stylelint-scss from 5.0.1 to 5.1.0 Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: stylelint-scss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dbae1b78..7b25bb6a 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,6 @@ "eslint-plugin-import": "^2.28.0", "stylelint": "^15.10.2", "stylelint-config-standard-scss": "^10.0.0", - "stylelint-scss": "^5.0.1" + "stylelint-scss": "^5.1.0" } } diff --git a/yarn.lock b/yarn.lock index 95a626cc..2f3f397f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2476,10 +2476,10 @@ stylelint-config-standard@^33.0.0: dependencies: stylelint-config-recommended "^12.0.0" -stylelint-scss@^5.0.0, stylelint-scss@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-5.0.1.tgz#b33a6580b5734eace083cfc2cc3021225e28547f" - integrity sha512-n87iCRZrr2J7//I/QFsDXxFLnHKw633U4qvWZ+mOW6KDAp/HLj06H+6+f9zOuTYy+MdGdTuCSDROCpQIhw5fvQ== +stylelint-scss@^5.0.0, stylelint-scss@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-5.1.0.tgz#dd318bc5c65f7a11f3ecacc7b6e8b67e7f2f1df1" + integrity sha512-E+KlQFXv1Euha43qw3q+wKBSli557wxbbo6/39DWhRNXlUa9Cz+FYrcgz+PT6ag0l6UisCYjAGCNhoSl4FcwlA== dependencies: postcss-media-query-parser "^0.2.3" postcss-resolve-nested-selector "^0.1.1"