From ce1725aa248a4b30e316f822a24337565a44c6ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 22:03:51 +0000 Subject: [PATCH] Bump postcss from 8.3.6 to 8.5.10 in /examples/with-fauna Bumps [postcss](https://github.com/postcss/postcss) from 8.3.6 to 8.5.10. - [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.3.6...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- examples/with-fauna/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-fauna/package.json b/examples/with-fauna/package.json index ebc9afc85ade..e77b8ae0aaaf 100644 --- a/examples/with-fauna/package.json +++ b/examples/with-fauna/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "autoprefixer": "10.3.1", - "postcss": "8.3.6", + "postcss": "8.5.10", "prettier": "2.3.2", "stream-to-promise": "3.0.0", "tailwindcss": "2.2.7"