From 1e71c6abf30e445fc936d166959635f4751ecb30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 19:39:54 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.5.6 to 8.5.10 in /frontend Bumps [postcss](https://github.com/postcss/postcss) from 8.5.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.5.6...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c8f7be1..972a634 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -42,7 +42,7 @@ "autoprefixer": "^10.4.20", "eslint": "^9.14.0", "eslint-config-next": "15.0.3", - "postcss": "^8.4.49", + "postcss": "^8.5.10", "tailwindcss": "^3.4.15", "typescript": "^5.6.3" } @@ -5784,9 +5784,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.10", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", + "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", "funding": [ { "type": "opencollective", diff --git a/frontend/package.json b/frontend/package.json index a3c667a..09e0180 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -44,7 +44,7 @@ "autoprefixer": "^10.4.20", "eslint": "^9.14.0", "eslint-config-next": "15.0.3", - "postcss": "^8.4.49", + "postcss": "^8.5.10", "tailwindcss": "^3.4.15", "typescript": "^5.6.3" }