From ad3d98a10b060cded8c6ca70676aa4bffdd68fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 17:33:16 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump postcss from 8.5.10 to 8.5.12 in /landing-ui Bumps [postcss](https://github.com/postcss/postcss) from 8.5.10 to 8.5.12. - [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.10...8.5.12) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.12 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- landing-ui/package-lock.json | 8 ++++---- landing-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/landing-ui/package-lock.json b/landing-ui/package-lock.json index 2c1e136..bb83114 100644 --- a/landing-ui/package-lock.json +++ b/landing-ui/package-lock.json @@ -33,7 +33,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0", - "postcss": "^8.5.10", + "postcss": "^8.5.12", "tailwindcss": "^3.4.19", "typescript": "~6.0.2", "typescript-eslint": "^8.58.0", @@ -3389,9 +3389,9 @@ } }, "node_modules/postcss": { - "version": "8.5.10", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", - "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", + "version": "8.5.12", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz", + "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==", "funding": [ { "type": "opencollective", diff --git a/landing-ui/package.json b/landing-ui/package.json index 3425762..f51b1bb 100644 --- a/landing-ui/package.json +++ b/landing-ui/package.json @@ -35,7 +35,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0", - "postcss": "^8.5.10", + "postcss": "^8.5.12", "tailwindcss": "^3.4.19", "typescript": "~6.0.2", "typescript-eslint": "^8.58.0",