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" }