From 7857009dd12211103a22da8fa2af0e79f751f6d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 11:26:59 +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 | 10 ++++++---- platform/apps/agent-sync-desktop/ui/package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/platform/apps/agent-sync-desktop/ui/package-lock.json b/platform/apps/agent-sync-desktop/ui/package-lock.json index 6796b2b..2a5ee52 100644 --- a/platform/apps/agent-sync-desktop/ui/package-lock.json +++ b/platform/apps/agent-sync-desktop/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "agent-sync-desktop-ui", - "version": "0.2.4", + "version": "0.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "agent-sync-desktop-ui", - "version": "0.2.4", + "version": "0.2.5", "dependencies": { "@tauri-apps/api": "^2.2.0", "class-variance-authority": "^0.7.1", @@ -36,7 +36,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", @@ -5875,7 +5875,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 ca65630..ce87dc1 100644 --- a/platform/apps/agent-sync-desktop/ui/package.json +++ b/platform/apps/agent-sync-desktop/ui/package.json @@ -52,7 +52,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",