From 4292b96727459fdb203220119961d51f9264b236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 00:04:41 +0000 Subject: [PATCH] Bump stylelint Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.26.1 to 17.11.1. - [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.11.1) --- updated-dependencies: - dependency-name: stylelint dependency-version: 17.11.1 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..9e53050b1e52 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.11.1", "stylelint-config-recommended": "17.0.0", "stylelint-config-standard": "39.0.0" }