From 367aa3da30b5521672753deaf9d4a71043ab3c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 03:42:35 +0000 Subject: [PATCH] NPM: Bump stylelint in the npm-dependencies group Bumps the npm-dependencies group with 1 update: [stylelint](https://github.com/stylelint/stylelint). Updates `stylelint` from 16.23.0 to 16.23.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.23.0...16.23.1) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.23.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... 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 939233c13..813d25ab5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "esbuild-sass-plugin": "^3.3.1", "postcss": "^8.5.6", "prettier": "^3.6.2", - "stylelint": "^16.23.0", + "stylelint": "^16.23.1", "stylelint-config-standard-scss": "^15.0.1", "stylelint-order": "^7.0.0", "stylelint-scss": "^6.12.1" @@ -3206,9 +3206,9 @@ } }, "node_modules/stylelint": { - "version": "16.23.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.23.0.tgz", - "integrity": "sha512-69T5aS2LUY306ekt1Q1oaSPwz/jaG9HjyMix3UMrai1iEbuOafBe2Dh8xlyczrxFAy89qcKyZWWtc42XLx3Bbw==", + "version": "16.23.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.23.1.tgz", + "integrity": "sha512-dNvDTsKV1U2YtiUDfe9d2gp902veFeo3ecCWdGlmLm2WFrAV0+L5LoOj/qHSBABQwMsZPJwfC4bf39mQm1S5zw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 406be2c0e..9947b83ea 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "esbuild-sass-plugin": "^3.3.1", "postcss": "^8.5.6", "prettier": "^3.6.2", - "stylelint": "^16.23.0", + "stylelint": "^16.23.1", "stylelint-config-standard-scss": "^15.0.1", "stylelint-order": "^7.0.0", "stylelint-scss": "^6.12.1"