From f459a5403fb273c46d9a9af7f266e6513ca2cae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 07:04:24 +0000 Subject: [PATCH] dependabot-npm(deps-dev): bump stylelint from 17.1.0 to 17.1.1 Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.1.0 to 17.1.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/17.1.0...17.1.1) --- updated-dependencies: - dependency-name: stylelint dependency-version: 17.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 32909f1..7fe5f39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "sass": "^1.97.3", "sass-loader": "^16.0.6", "style-loader": "^4.0.0", - "stylelint": "^17.1.0", + "stylelint": "^17.1.1", "stylelint-config-standard-scss": "^17.0.0", "webpack": "^5.104.1", "webpack-cli": "^6.0.1", @@ -6122,9 +6122,9 @@ } }, "node_modules/stylelint": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.1.0.tgz", - "integrity": "sha512-+cUX1FxkkbLX5qJRAPapUv/+v+YU3pGbWu+pHVqTXpiY0mYh3Dxfxa0bLBtVtYgOC8hIWIyX2H/3Y3LWlAevDg==", + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.1.1.tgz", + "integrity": "sha512-SBHVcLEcRF1M9OkD3oT0hT2PayDNLw2hd+aovmzfNQ2ys4Xd3oS9ZNizILWqhQvW802AqKN/vUTMwJqQYMBlWw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index fe3f2d0..749e704 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "sass": "^1.97.3", "sass-loader": "^16.0.6", "style-loader": "^4.0.0", - "stylelint": "^17.1.0", + "stylelint": "^17.1.1", "stylelint-config-standard-scss": "^17.0.0", "webpack": "^5.104.1", "webpack-cli": "^6.0.1",