From 8e832f0da3fb02d9430d3adc8d92541a0dc2e237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:04:25 +0000 Subject: [PATCH] chore(deps-dev): bump postcss Bumps the npm_and_yarn group with 1 update in the / directory: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.5.6 to 8.5.12 - [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.12) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.12 dependency-type: direct:development dependency-group: npm_and_yarn ... 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 9b2efd4..34b5818 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@tailwindcss/typography": "^0.5.19", "autoprefixer": "^10.4.20", "highlight.js": "^11.11.1", - "postcss": "^8.5.0", + "postcss": "^8.5.12", "postcss-cli": "^11.0.0", "tailwindcss": "^3.4.19" } @@ -907,9 +907,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.12", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz", + "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 6305ea8..05665a0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@tailwindcss/typography": "^0.5.19", "autoprefixer": "^10.4.20", "highlight.js": "^11.11.1", - "postcss": "^8.5.0", + "postcss": "^8.5.12", "postcss-cli": "^11.0.0", "tailwindcss": "^3.4.19" }