From 1ce57a315cd3f58711891bcf1ec0996afc91e7c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 18:39:18 +0000 Subject: [PATCH] Bump postcss from 8.5.9 to 8.5.14 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.9 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.9...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 74d05a9a7b4..135498ef818 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "autoprefixer": "^10.4.27", "hyde-vite-plugin": "^1.1.0", "hydefront": "^4.0.0", - "postcss": "^8.5.9", + "postcss": "^8.5.14", "tailwindcss": "^4.1.16", "vite": "^7.3.2" } @@ -1813,9 +1813,9 @@ } }, "node_modules/postcss": { - "version": "8.5.9", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz", - "integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==", + "version": "8.5.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", + "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 974ca1c34f3..14813770684 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "autoprefixer": "^10.4.27", "hyde-vite-plugin": "^1.1.0", "hydefront": "^4.0.0", - "postcss": "^8.5.9", + "postcss": "^8.5.14", "tailwindcss": "^4.1.16", "vite": "^7.3.2" }