From 30c9b89e7331a9653097b25aacf8b90fdff56498 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 06:04:29 +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 201617a..8e837cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@parcel/transformer-sass": "2.16.4", "parcel": "2.16.4", "prettier": "^3.8.3", - "stylelint": "^17.9.0", + "stylelint": "^17.9.1", "stylelint-config-standard-scss": "^17.0.0" }, "engines": { @@ -4350,9 +4350,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 668846d..4173c47 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@parcel/transformer-sass": "2.16.4", "parcel": "2.16.4", "prettier": "^3.8.3", - "stylelint": "^17.9.0", + "stylelint": "^17.9.1", "stylelint-config-standard-scss": "^17.0.0" } }