From c89e74a081db54dfa8c5f343c065ca25fc9b1b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 00:52:43 +0000 Subject: [PATCH] node(deps-dev): bump stylelint-scss from 6.14.0 to 7.1.1 Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 6.14.0 to 7.1.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.14.0...v7.1.1) --- updated-dependencies: - dependency-name: stylelint-scss dependency-version: 7.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c56cf0..efdc560 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "stylelint": "^16.26.1", "stylelint-config-recommended": "^17.0.0", "stylelint-config-standard-scss": "^16.0.0", - "stylelint-scss": "^6.14.0", + "stylelint-scss": "^7.1.1", "tom-select": "^2.6.1", "ts-loader": "^9.5.7", "typescript": "^5.9.3",