From 5f1f95e2a6c356c5dc6889381e9063e3c590d094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 10:24:35 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint from 16.23.0 to 16.23.1 Bumps [stylelint](https://github.com/stylelint/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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff5ac5f5a83..493b5f761de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -144,7 +144,7 @@ "regextras": "^0.8.0", "sass": "^1.90.0", "sinon": "<= 5.0.7", - "stylelint": "^16.23.0", + "stylelint": "^16.23.1", "stylelint-use-logical": "^2.1.2", "tar": "^7.4.3", "ts-node": "^10.9.2", @@ -23745,9 +23745,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": [ { @@ -23759,7 +23759,6 @@ "url": "https://github.com/sponsors/stylelint" } ], - "license": "MIT", "dependencies": { "@csstools/css-parser-algorithms": "^3.0.5", "@csstools/css-tokenizer": "^3.0.4", diff --git a/package.json b/package.json index 8cdf6bbfad1..b356aeeb324 100644 --- a/package.json +++ b/package.json @@ -175,7 +175,7 @@ "regextras": "^0.8.0", "sass": "^1.90.0", "sinon": "<= 5.0.7", - "stylelint": "^16.23.0", + "stylelint": "^16.23.1", "stylelint-use-logical": "^2.1.2", "tar": "^7.4.3", "ts-node": "^10.9.2",