From a2e44dd46af7bd04c5f21a4c277b94f55108a72e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 08:15:14 +0000 Subject: [PATCH] Bump stylelint-webpack-plugin from 5.0.1 to 5.1.0 Bumps [stylelint-webpack-plugin](https://github.com/webpack/stylelint-webpack-plugin) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/webpack/stylelint-webpack-plugin/releases) - [Changelog](https://github.com/webpack/stylelint-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/stylelint-webpack-plugin/compare/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: stylelint-webpack-plugin dependency-version: 5.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48307d6..50d93aa 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "stylelint-config-standard-scss": "17.0.0", "stylelint": "17.0.0", "stylelint-order": "7.0.1", - "stylelint-webpack-plugin": "5.0.1", + "stylelint-webpack-plugin": "5.1.0", "webpack": "5.104.1", "webpack-cli": "6.0.1" },