From 5f0a8ea5a7b0661d06b23659d6662901c618311d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:03:06 +0000 Subject: [PATCH] Bump stylelint from 16.14.0 to 16.14.1 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.14.0 to 16.14.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.14.0...16.14.1) --- updated-dependencies: - dependency-name: stylelint 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 abee286..ddaf189 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@biomejs/biome": "^1.9.4", "@primer/octicons": "19.14.0", "sass-embedded": "1.83.4", - "stylelint": "16.14.0", + "stylelint": "16.14.1", "stylelint-config-recess-order": "6.0.0", "stylelint-config-standard-scss": "14.0.0" }, @@ -4065,9 +4065,9 @@ } }, "node_modules/stylelint": { - "version": "16.14.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.14.0.tgz", - "integrity": "sha512-orePw2dKxzXC0hd1VmxrDBqgf1KUV9DYsZY4guKLE9XcQD7m0BxVnWMaoQqMNsQIG14MyyTHf6zoajvOnDra8g==", + "version": "16.14.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.14.1.tgz", + "integrity": "sha512-oqCL7AC3786oTax35T/nuLL8p2C3k/8rHKAooezrPGRvUX0wX+qqs5kMWh5YYT4PHQgVDobHT4tw55WgpYG6Sw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index fddf896..9eaffd3 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@biomejs/biome": "^1.9.4", "@primer/octicons": "19.14.0", "sass-embedded": "1.83.4", - "stylelint": "16.14.0", + "stylelint": "16.14.1", "stylelint-config-recess-order": "6.0.0", "stylelint-config-standard-scss": "14.0.0" },