diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fca1f66a..e7dcdb90 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -28,7 +28,7 @@ "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", - "postcss": "^8.4.35", + "postcss": "^8.5.13", "prettier": "^3.2.5", "tailwindcss": "^3.4.1", "typescript": "^5.3.3", @@ -3755,9 +3755,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.13", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.13.tgz", + "integrity": "sha512-qif0+jGGZoLWdHey3UFHHWP0H7Gbmsk8T5VEqyYFbWqPr1XqvLGBbk/sl8V5exGmcYJklJOhOQq1pV9IcsiFag==", "dev": true, "funding": [ { diff --git a/frontend/package.json b/frontend/package.json index 8506e064..4c1171b6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", - "postcss": "^8.4.35", + "postcss": "^8.5.13", "prettier": "^3.2.5", "tailwindcss": "^3.4.1", "typescript": "^5.3.3",