From 51d1e0fd74a649a0f7d14ea07e2836845a5eb52e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 23:06:52 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.5.6 to 8.5.14 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.14. - [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.14) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.14 dependency-type: direct:development ... 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 8d38523..9bbf8c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "@types/react-syntax-highlighter": "^15.5.11", "@vitejs/plugin-react": "^4.2.0", "autoprefixer": "^10.4.0", - "postcss": "^8.4.0", + "postcss": "^8.5.14", "tailwindcss": "^3.4.0", "typescript": "^5.3.0", "vite": "^5.0.0" @@ -5931,9 +5931,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.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", + "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 6ba4ec9..0e3fcda 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@types/react-syntax-highlighter": "^15.5.11", "@vitejs/plugin-react": "^4.2.0", "autoprefixer": "^10.4.0", - "postcss": "^8.4.0", + "postcss": "^8.5.14", "tailwindcss": "^3.4.0", "typescript": "^5.3.0", "vite": "^5.0.0"