From e73c802248c866b05af4c7a724e01ac91aa302e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 08:03:22 +0000 Subject: [PATCH] build(deps-dev): bump stylelint-scss from 6.13.0 to 6.14.0 Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 6.13.0 to 6.14.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/v6.13.0...v6.14.0) --- updated-dependencies: - dependency-name: stylelint-scss dependency-version: 6.14.0 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 3236062900..b2a3e5fd36 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,6 @@ "stylelint": "^16.26.1", "stylelint-config-standard": "^39.0.1", "stylelint-config-standard-scss": "^16.0.0", - "stylelint-scss": "^6.13.0" + "stylelint-scss": "^6.14.0" } } diff --git a/yarn.lock b/yarn.lock index c3e3b08c43..ec4eaea8b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11163,10 +11163,10 @@ stylelint-config-standard@^39.0.0, stylelint-config-standard@^39.0.1: dependencies: stylelint-config-recommended "^17.0.0" -stylelint-scss@^6.12.1, stylelint-scss@^6.13.0: - version "6.13.0" - resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.13.0.tgz#0bffc5a2408b14097ce92bde54ff5ba6838c8bf5" - integrity sha512-kZPwFUJkfup2gP1enlrS2h9U5+T5wFoqzJ1n/56AlpwSj28kmFe7ww/QFydvPsg5gLjWchAwWWBLtterynZrOw== +stylelint-scss@^6.12.1, stylelint-scss@^6.14.0: + version "6.14.0" + resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.14.0.tgz#b3f69e6e6236807aef021caf995fdf00255d80f0" + integrity sha512-ZKmHMZolxeuYsnB+PCYrTpFce0/QWX9i9gh0hPXzp73WjuIMqUpzdQaBCrKoLWh6XtCFSaNDErkMPqdjy1/8aA== dependencies: css-tree "^3.0.1" is-plain-object "^5.0.0"