From ee40c236e8e316056f20d6331e110575cbb64e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:04:07 +0000 Subject: [PATCH] Bump postcss from 8.4.21 to 8.5.10 in /sandbox Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 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.4.21...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sandbox/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/package.json b/sandbox/package.json index 286cf44..b11d816 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -37,7 +37,7 @@ "daisyui": "2.51.5", "fast-glob": "^3.2.12", "polished": "4.2.2", - "postcss": "8.4.21", + "postcss": "8.5.10", "rollup": "^3.9.0", "tailwindcss": "3.2.7", "typescript": "^4"