diff --git a/package-lock.json b/package-lock.json index 2a01c7c..6568f80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.1.1", "lint-staged": "^17.0.8", - "postcss": "^8.5.15", + "postcss": "^8.5.16", "prettier": "3.9.1", "tailwindcss": "^3.4.19", "typescript": "^6.0.3", @@ -7853,9 +7853,9 @@ } }, "node_modules/postcss": { - "version": "8.5.15", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", - "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", + "version": "8.5.16", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz", + "integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index eb44b9a..4c39e8d 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.1.1", "lint-staged": "^17.0.8", - "postcss": "^8.5.15", + "postcss": "^8.5.16", "prettier": "3.9.1", "tailwindcss": "^3.4.19", "typescript": "^6.0.3",