From da33fc67f3bb715ae3943c40ed30ec3802de50f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 09:57:12 +0000 Subject: [PATCH] chore(deps-dev): bump postcss in /platform/apps/agent-sync-desktop/ui Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.8. - [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.8) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- platform/apps/agent-sync-desktop/ui/package-lock.json | 6 ++++-- platform/apps/agent-sync-desktop/ui/package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/platform/apps/agent-sync-desktop/ui/package-lock.json b/platform/apps/agent-sync-desktop/ui/package-lock.json index e08bbcf..92bc407 100644 --- a/platform/apps/agent-sync-desktop/ui/package-lock.json +++ b/platform/apps/agent-sync-desktop/ui/package-lock.json @@ -37,7 +37,7 @@ "jsdom": "^28.1.0", "oxlint": "^1.50.0", "oxlint-tsgolint": "^0.15.0", - "postcss": "^8.4.49", + "postcss": "^8.5.8", "prettier": "^3.6.2", "tailwindcss": "^3.4.19", "typescript": "^5.7.2", @@ -5885,7 +5885,9 @@ } }, "node_modules/postcss": { - "version": "8.5.6", + "version": "8.5.8", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz", + "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==", "dev": true, "funding": [ { diff --git a/platform/apps/agent-sync-desktop/ui/package.json b/platform/apps/agent-sync-desktop/ui/package.json index c7abdbe..90d74c8 100644 --- a/platform/apps/agent-sync-desktop/ui/package.json +++ b/platform/apps/agent-sync-desktop/ui/package.json @@ -53,7 +53,7 @@ "jsdom": "^28.1.0", "oxlint": "^1.50.0", "oxlint-tsgolint": "^0.15.0", - "postcss": "^8.4.49", + "postcss": "^8.5.8", "prettier": "^3.6.2", "tailwindcss": "^3.4.19", "typescript": "^5.7.2",