From 4ee85d26aabfbd10927f9768de3b72933145f417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 16:59:06 +0000 Subject: [PATCH] Bump stylelint from 16.19.0 to 16.19.1 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.19.0 to 16.19.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.19.0...16.19.1) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.19.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 f0e2685..3096a94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@biomejs/biome": "^1.9.4", "@primer/octicons": "19.15.1", "sass-embedded": "1.87.0", - "stylelint": "16.19.0", + "stylelint": "16.19.1", "stylelint-config-recess-order": "6.0.0", "stylelint-config-standard-scss": "14.0.0" }, @@ -4087,9 +4087,9 @@ } }, "node_modules/stylelint": { - "version": "16.19.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.19.0.tgz", - "integrity": "sha512-BJzc5mo/ez0H/ZSl3UbxGdkK/s0kFGsF5/k6IGu4z8wJ1qp49WrOS9RxswvcN6HMirt0g/iiJqOwLHTbWv49IQ==", + "version": "16.19.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.19.1.tgz", + "integrity": "sha512-C1SlPZNMKl+d/C867ZdCRthrS+6KuZ3AoGW113RZCOL0M8xOGpgx7G70wq7lFvqvm4dcfdGFVLB/mNaLFChRKw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index e756407..da1a8d1 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@biomejs/biome": "^1.9.4", "@primer/octicons": "19.15.1", "sass-embedded": "1.87.0", - "stylelint": "16.19.0", + "stylelint": "16.19.1", "stylelint-config-recess-order": "6.0.0", "stylelint-config-standard-scss": "14.0.0" },