From 18e52622ee604eecde117a97c7e64a98c0f36d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 03:07:42 +0000 Subject: [PATCH] Chore(deps-dev): 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-lock.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04441cee2..b944e0394 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21355,10 +21355,11 @@ } }, "node_modules/stylelint-webpack-plugin": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-5.0.1.tgz", - "integrity": "sha512-07lpo1uVoFctKv0EOOg/YSrUppcLMjNBSMRqgooNnlbfAOgQfMzvLK+EbXz0HQiEgZobr+XQX9md/TgwTGdzbw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-5.1.0.tgz", + "integrity": "sha512-A7HR+g2W9lpc72QaF6LM1E+e9E3B7pl2hIV8rK8OiF3plbs0nf7ipixYf7MGvPgmQF+us63xmo7PV0W/RH3UDQ==", "dev": true, + "license": "MIT", "dependencies": { "globby": "^11.1.0", "jest-worker": "^29.7.0", @@ -21374,7 +21375,7 @@ "url": "https://opencollective.com/webpack" }, "peerDependencies": { - "stylelint": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", + "stylelint": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0", "webpack": "^5.0.0" } },