From 9ddba16e063dee0302a59b86dd3a63f7030eee0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:37:11 +0000 Subject: [PATCH] Bump postcss from 8.5.6 to 8.5.9 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.9. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.6...8.5.9) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12bf954..e3599a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "dotenv": "^17.2.3", "gh-pages": "^6.1.1", "lighthouse": "^12.1.0", - "postcss": "^8.4.47", + "postcss": "^8.5.9", "tailwindcss": "^3.4.12" }, "engines": { @@ -22186,9 +22186,9 @@ } }, "node_modules/postcss": { - "version": "8.5.6", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", - "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "version": "8.5.9", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz", + "integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==", "funding": [ { "type": "opencollective", @@ -22203,6 +22203,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", diff --git a/package.json b/package.json index 908704e..5051455 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "dotenv": "^17.2.3", "gh-pages": "^6.1.1", "lighthouse": "^12.1.0", - "postcss": "^8.4.47", + "postcss": "^8.5.9", "tailwindcss": "^3.4.12" }, "browserslist": {