From 1d1abbce17d8c6387fa23109d6293b111d371bdb Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 14 Jan 2025 05:23:28 +0000
Subject: [PATCH] [Dependabot] Bump stylelint from 16.13.0 to 16.13.1 (#1550)

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

---
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 | 16 ++++++++--------
 package.json      |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 3596bcb..43187c4 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.0",
+				"stylelint": "^16.13.1",
 				"stylelint-config-standard-scss": "^14.0.0",
 				"stylelint-no-browser-hacks": "^1.3.0"
 			},
@@ -4308,9 +4308,9 @@
 			}
 		},
 		"node_modules/stylelint": {
-			"version": "16.13.0",
-			"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.0.tgz",
-			"integrity": "sha512-muxVjMhZB8BrDFSKNva0dmvD2tM0o/szrvuZuXYcAnN9a8nQmbGLqNUOemSgumaCMCPQ+0USYyG3hA5vJjUC1Q==",
+			"version": "16.13.1",
+			"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.1.tgz",
+			"integrity": "sha512-691JjSIIcP6f9QJFz0J0/AMG3lupE9RqYAgYCON3wiqp5nQiKqDYIsz321GeTOYNznoRPNh0Mf6VjzP1eBVz/Q==",
 			"dev": true,
 			"funding": [
 				{
@@ -4341,7 +4341,7 @@
 				"globby": "^11.1.0",
 				"globjoin": "^0.1.4",
 				"html-tags": "^3.3.1",
-				"ignore": "^7.0.0",
+				"ignore": "^7.0.1",
 				"imurmurhash": "^0.1.4",
 				"is-plain-object": "^5.0.0",
 				"known-css-properties": "^0.35.0",
@@ -4807,9 +4807,9 @@
 			}
 		},
 		"node_modules/stylelint/node_modules/ignore": {
-			"version": "7.0.0",
-			"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.0.tgz",
-			"integrity": "sha512-lcX8PNQygAa22u/0BysEY8VhaFRzlOkvdlKczDPnJvrkJD1EuqzEky5VYYKM2iySIuaVIDv9N190DfSreSLw2A==",
+			"version": "7.0.3",
+			"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz",
+			"integrity": "sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==",
 			"dev": true,
 			"engines": {
 				"node": ">= 4"
diff --git a/package.json b/package.json
index cf1c0d4..c47a1f1 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.0",
+		"stylelint": "^16.13.1",
 		"stylelint-config-standard-scss": "^14.0.0",
 		"stylelint-no-browser-hacks": "^1.3.0"
 	}