From 6cc89a2ff65076c86893cb1462a54f4fd9c1e664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 06:04:20 +0000 Subject: [PATCH] dependabot-npm(deps-dev): bump stylelint from 17.9.0 to 17.9.1 Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.9.0 to 17.9.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.9.0...17.9.1) --- updated-dependencies: - dependency-name: stylelint dependency-version: 17.9.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 3c2c82b..595f8f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "sass": "^1.99.0", "sass-loader": "^16.0.7", "style-loader": "^4.0.0", - "stylelint": "^17.9.0", + "stylelint": "^17.9.1", "stylelint-config-standard-scss": "^17.0.0", "webpack": "^5.106.2", "webpack-cli": "^6.0.1", @@ -6065,9 +6065,9 @@ } }, "node_modules/stylelint": { - "version": "17.9.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.9.0.tgz", - "integrity": "sha512-xO0jeY6z1/urFL5L/BZLmB1yYlbRiRMQnYH6ArZIDWJ+SZXGssOY7XoYb1JIv/L220+EBnwwJXJS4Mt/F96SvA==", + "version": "17.9.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.9.1.tgz", + "integrity": "sha512-THTmnAPJTrg/JhkTWZlSyrO+HUYMx6ELthIHeMyD2WOKqXIJUFQv2Yxn91bvUrZdbBJaW2dUuQdPST2wcQ6C3g==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index fcc98d5..4cb24b5 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "sass": "^1.99.0", "sass-loader": "^16.0.7", "style-loader": "^4.0.0", - "stylelint": "^17.9.0", + "stylelint": "^17.9.1", "stylelint-config-standard-scss": "^17.0.0", "webpack": "^5.106.2", "webpack-cli": "^6.0.1",