From 266c296a5bb6e20d5f3392bad867fa28c24ddd92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 01:19:54 +0000 Subject: [PATCH] deps: bump stylelint in the stylelint group across 1 directory Bumps the stylelint group with 1 update in the / directory: [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: stylelint ... 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 040b56a8c..a71a1f70e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -121,7 +121,7 @@ "jsonapi-typescript": "^0.1.3", "lightningcss": "^1.29.3", "p-map": "^7.0.0", - "stylelint": "^16.23.0", + "stylelint": "^16.23.1", "stylelint-config-standard": "^39.0.0", "twemoji-emojis": "^14.1.0", "type-fest": "^4.40.0", @@ -12138,9 +12138,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 dc007e572..e6a6a41b6 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "jsonapi-typescript": "^0.1.3", "lightningcss": "^1.29.3", "p-map": "^7.0.0", - "stylelint": "^16.23.0", + "stylelint": "^16.23.1", "stylelint-config-standard": "^39.0.0", "twemoji-emojis": "^14.1.0", "type-fest": "^4.40.0",