From 1c552a05639e100f47a380089c8406c6ad8f9381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 03:11:51 +0000 Subject: [PATCH] chore(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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d794ce7..0e6be00d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "raw-loader": "^4.0.2", "style-loader": "^4.0.0", "stylelint": "^16.26.1", - "stylelint-scss": "^6.13.0", + "stylelint-scss": "^6.14.0", "stylelint-webpack-plugin": "^5.0.1", "ts-loader": "^9.5.4", "typescript": "^5.9.3", @@ -22793,9 +22793,9 @@ } }, "node_modules/stylelint-scss": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.13.0.tgz", - "integrity": "sha512-kZPwFUJkfup2gP1enlrS2h9U5+T5wFoqzJ1n/56AlpwSj28kmFe7ww/QFydvPsg5gLjWchAwWWBLtterynZrOw==", + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.14.0.tgz", + "integrity": "sha512-ZKmHMZolxeuYsnB+PCYrTpFce0/QWX9i9gh0hPXzp73WjuIMqUpzdQaBCrKoLWh6XtCFSaNDErkMPqdjy1/8aA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 10443776..ade3e510 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "raw-loader": "^4.0.2", "style-loader": "^4.0.0", "stylelint": "^16.26.1", - "stylelint-scss": "^6.13.0", + "stylelint-scss": "^6.14.0", "stylelint-webpack-plugin": "^5.0.1", "ts-loader": "^9.5.4", "typescript": "^5.9.3",