From a1fca810b3b4eeb74493e0ef3bb7ad4d3d9cb4fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 20:30:10 +0000 Subject: [PATCH] build(deps-dev): bump stylelint-config-standard-scss Bumps the stylelint group with 1 update: [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss). Updates `stylelint-config-standard-scss` from 14.0.0 to 15.0.0 - [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-config-standard-scss/compare/v14.0.0...v15.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard-scss dependency-version: 15.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: stylelint ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2e5ceb..940d63e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "stylelint": "16.19.1", "stylelint-config-recommended-scss": "15.0.0", "stylelint-config-standard": "38.0.0", - "stylelint-config-standard-scss": "14.0.0", + "stylelint-config-standard-scss": "15.0.0", "stylelint-formatter-pretty": "4.0.1", "typescript": "5.8.3" },