From a947ff5aaaf3dfc1e93faad9cd6f6540edffc25c Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 01 May 2026 12:39:28 +0000
Subject: [PATCH] build(deps): bump postcss from 8.5.10 to 8.5.13

---
 package-lock.json |   20 ++++----------------
 package.json      |    2 +-
 2 files changed, 5 insertions(+), 17 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 2c05090..966eaa1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
 			"license": "MIT",
 			"dependencies": {
 				"cssnano": "7.1.7",
-				"postcss": "8.5.10",
+				"postcss": "8.5.13",
 				"postcss-preset-env": "11.2.1",
 				"tachyons": "4.12.0"
 			},
@@ -128,9 +128,6 @@
 				"arm64"
 			],
 			"dev": true,
-			"libc": [
-				"glibc"
-			],
 			"license": "MIT OR Apache-2.0",
 			"optional": true,
 			"os": [
@@ -148,9 +145,6 @@
 				"arm64"
 			],
 			"dev": true,
-			"libc": [
-				"musl"
-			],
 			"license": "MIT OR Apache-2.0",
 			"optional": true,
 			"os": [
@@ -168,9 +162,6 @@
 				"x64"
 			],
 			"dev": true,
-			"libc": [
-				"glibc"
-			],
 			"license": "MIT OR Apache-2.0",
 			"optional": true,
 			"os": [
@@ -188,9 +179,6 @@
 				"x64"
 			],
 			"dev": true,
-			"libc": [
-				"musl"
-			],
 			"license": "MIT OR Apache-2.0",
 			"optional": true,
 			"os": [
@@ -6248,9 +6236,9 @@
 			}
 		},
 		"node_modules/postcss": {
-			"version": "8.5.10",
-			"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz",
-			"integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==",
+			"version": "8.5.13",
+			"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.13.tgz",
+			"integrity": "sha512-qif0+jGGZoLWdHey3UFHHWP0H7Gbmsk8T5VEqyYFbWqPr1XqvLGBbk/sl8V5exGmcYJklJOhOQq1pV9IcsiFag==",
 			"funding": [
 				{
 					"type": "opencollective",
diff --git a/package.json b/package.json
index c103ab8..5a501ba 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
 	],
 	"dependencies": {
 		"cssnano": "7.1.7",
-		"postcss": "8.5.10",
+		"postcss": "8.5.13",
 		"postcss-preset-env": "11.2.1",
 		"tachyons": "4.12.0"
 	},

--
Gitblit v1.10.0