From 952589fdc3f33b35296278338bd21f2682e4483f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 15:28:34 +0300 Subject: [PATCH] chore: bump stylelint-scss from 6.1.0 to 6.2.1 (#279) Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 6.1.0 to 6.2.1. - [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/v6.1.0...v6.2.1) --- updated-dependencies: - dependency-name: stylelint-scss dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 090db5a..33d7f96 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "stylelint-high-performance-animation": "^1.10.0", "stylelint-no-nested-media": "^0.1.0", "stylelint-order": "^6.0.4", - "stylelint-scss": "^6.1.0", + "stylelint-scss": "^6.2.1", "stylelint-selector-no-empty": "^1.0.9", "stylelint-selector-tag-no-without-class": "^3.0.1", "stylelint-use-nesting": "^4.1.0" diff --git a/yarn.lock b/yarn.lock index 4a852fe..22d4264 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6305,10 +6305,10 @@ stylelint-order@^6.0.4: postcss "^8.4.32" postcss-sorting "^8.0.2" -stylelint-scss@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.1.0.tgz#b7ef162c417132e8df2b69d1759ae07395d54fb5" - integrity sha512-kCfK8TQzthGwb4vaZniZgxRsVbCM4ZckmT1b/H5m4FU3I8Dz0id9llKsy1NMp3XXqC8+OPD4rVKtUbSxXlJb5g== +stylelint-scss@^6.2.1: + version "6.2.1" + resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.2.1.tgz#7675f3f5034a3b1d7d064d480e0d834ef9353244" + integrity sha512-ZoGLbVb1keZYRVGQlhB8G6sZOoNqw61whzzzGFWp05N12ErqLFfBv3JPrXiMLZaW98sBS7K/vUQhRnvUj4vwdw== dependencies: known-css-properties "^0.29.0" postcss-media-query-parser "^0.2.3"