From 62cd8a10534743953d5e1b1cc4b95f88566063c3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 15 Jan 2025 05:15:20 +0000
Subject: [PATCH] [Dependabot] Bump stylelint from 16.13.1 to 16.13.2 (#1551)

Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.13.1 to 16.13.2.
- [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.13.1...16.13.2)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 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 43187c4..cab4874 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
 				"eslint-plugin-prettier": "^5.2.1",
 				"install": "^0.13.0",
 				"prettier": "^3.4.2",
-				"stylelint": "^16.13.1",
+				"stylelint": "^16.13.2",
 				"stylelint-config-standard-scss": "^14.0.0",
 				"stylelint-no-browser-hacks": "^1.3.0"
 			},
@@ -4308,9 +4308,9 @@
 			}
 		},
 		"node_modules/stylelint": {
-			"version": "16.13.1",
-			"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.1.tgz",
-			"integrity": "sha512-691JjSIIcP6f9QJFz0J0/AMG3lupE9RqYAgYCON3wiqp5nQiKqDYIsz321GeTOYNznoRPNh0Mf6VjzP1eBVz/Q==",
+			"version": "16.13.2",
+			"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.2.tgz",
+			"integrity": "sha512-wDlgh0mRO9RtSa3TdidqHd0nOG8MmUyVKl+dxA6C1j8aZRzpNeEgdhFmU5y4sZx4Fc6r46p0fI7p1vR5O2DZqA==",
 			"dev": true,
 			"funding": [
 				{
diff --git a/package.json b/package.json
index c47a1f1..7f4d623 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
 		"eslint-plugin-prettier": "^5.2.1",
 		"install": "^0.13.0",
 		"prettier": "^3.4.2",
-		"stylelint": "^16.13.1",
+		"stylelint": "^16.13.2",
 		"stylelint-config-standard-scss": "^14.0.0",
 		"stylelint-no-browser-hacks": "^1.3.0"
 	}