From aae0d522f1b210b08bb95376499720c5312aa9ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:15:49 +0000 Subject: [PATCH] chore(deps): update dependency postcss to v8.5.10 --- 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 ecd80240..ad653c1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "lodash.omit": "4.18.0", "lodash.omitby": "4.6.0", "lucide-react": "1.8.0", - "postcss": "8.5.9", + "postcss": "8.5.10", "react-day-picker": "9.14.0", "react-flagpack": "2.0.6", "react-hook-form": "7.72.1", @@ -7442,9 +7442,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.10", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", + "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 49876f15..55368988 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "lodash.omit": "4.18.0", "lodash.omitby": "4.6.0", "lucide-react": "1.8.0", - "postcss": "8.5.9", + "postcss": "8.5.10", "react-day-picker": "9.14.0", "react-flagpack": "2.0.6", "react-hook-form": "7.72.1",