From 2308c64f82cb5bcb3b37055ae67da6610c2aab93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 15:23:29 +0000 Subject: [PATCH] chore(deps-dev): 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 6213319..3ff38c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@vitejs/plugin-react-swc": "3.7.2", "cssnano": "7.0.6", "cz-git": "1.11.0", - "stylelint": "16.14.0", + "stylelint": "16.14.1", "stylelint-config-standard": "37.0.0", "tailwindcss": "4.0.0", "vite": "6.0.11", @@ -8209,9 +8209,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 357ee03..aef06a6 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@vitejs/plugin-react-swc": "3.7.2", "cssnano": "7.0.6", "cz-git": "1.11.0", - "stylelint": "16.14.0", + "stylelint": "16.14.1", "stylelint-config-standard": "37.0.0", "tailwindcss": "4.0.0", "vite": "6.0.11",