From 92c900aae88174b0805df2caca8865bb61545600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 05:57:04 +0000 Subject: [PATCH] Bump postcss from 8.5.8 to 8.5.10 in /sync-web Bumps [postcss](https://github.com/postcss/postcss) from 8.5.8 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.8...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sync-web/package-lock.json | 20 ++++---------------- sync-web/package.json | 2 +- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/sync-web/package-lock.json b/sync-web/package-lock.json index e4606a3..a2193f5 100644 --- a/sync-web/package-lock.json +++ b/sync-web/package-lock.json @@ -17,7 +17,7 @@ "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.0", - "postcss": "^8.4.0", + "postcss": "^8.5.10", "tailwindcss": "^3.4.0", "typescript": "^5.4.0" } @@ -119,9 +119,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -138,9 +135,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -157,9 +151,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -176,9 +167,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1062,9 +1050,9 @@ } }, "node_modules/postcss": { - "version": "8.5.8", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz", - "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==", + "version": "8.5.10", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", + "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", "dev": true, "funding": [ { diff --git a/sync-web/package.json b/sync-web/package.json index 5099720..574189e 100644 --- a/sync-web/package.json +++ b/sync-web/package.json @@ -17,7 +17,7 @@ "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.0", - "postcss": "^8.4.0", + "postcss": "^8.5.10", "tailwindcss": "^3.4.0", "typescript": "^5.4.0" }