diff --git a/package-lock.json b/package-lock.json index 46d7dd1..ea12c92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "eslint": "^9.39.4", "eslint-config-next": "16.2.1", "eslint-plugin-unused-imports": "4.4.1", - "postcss": "^8.5.8", + "postcss": "^8.5.10", "serve": "^14.2.6", "tailwindcss": "^4.2.2", "tsx": "^4.21.0", @@ -11233,9 +11233,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==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 9e16cd2..31fdff1 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint": "^9.39.4", "eslint-config-next": "16.2.1", "eslint-plugin-unused-imports": "4.4.1", - "postcss": "^8.5.8", + "postcss": "^8.5.10", "serve": "^14.2.6", "tailwindcss": "^4.2.2", "tsx": "^4.21.0",