From 334b297b7d7f60244689a674b3616ab2fb2c79ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 01:03:15 +0000 Subject: [PATCH] Bump stylelint Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.26.1 to 17.4.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.26.1...17.4.0) --- updated-dependencies: - dependency-name: stylelint dependency-version: 17.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../packages/stylelint-config-graylog/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graylog2-web-interface/packages/stylelint-config-graylog/package.json b/graylog2-web-interface/packages/stylelint-config-graylog/package.json index 8f89d68862d9..7334049dc7a2 100644 --- a/graylog2-web-interface/packages/stylelint-config-graylog/package.json +++ b/graylog2-web-interface/packages/stylelint-config-graylog/package.json @@ -15,7 +15,7 @@ "license": "SSPL-1.0", "dependencies": { "postcss-styled-syntax": "0.7.1", - "stylelint": "16.26.1", + "stylelint": "17.4.0", "stylelint-config-recommended": "17.0.0", "stylelint-config-standard": "39.0.0" }