diff --git a/package-lock.json b/package-lock.json index a036a1b11..353659915 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "globals": "^15.14.0", "husky": "^9.1.7", "lint-staged": "^15.3.0", - "postcss": "^8.5.6", + "postcss": "^8.5.10", "postcss-cli": "^11.0.1", "prettier": "^3.4.2", "prettier-plugin-tailwindcss": "^0.6.9", @@ -6078,9 +6078,9 @@ } }, "node_modules/postcss": { - "version": "8.5.6", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", - "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "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/package.json b/package.json index b5c1337e3..1bc5d0f22 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "globals": "^15.14.0", "husky": "^9.1.7", "lint-staged": "^15.3.0", - "postcss": "^8.5.6", + "postcss": "^8.5.10", "postcss-cli": "^11.0.1", "prettier": "^3.4.2", "prettier-plugin-tailwindcss": "^0.6.9",