diff --git a/package-lock.json b/package-lock.json index 444f62e..80cdfef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "autoprefixer": "^10.4.0", "eslint": "^8.57.0", "eslint-config-next": "^15.5.19", - "postcss": "^8.5.10", + "postcss": "^8.5.16", "tailwindcss": "^3.4.0", "tailwindcss-animate": "^1.0.7", "tsx": "^4.7.0", @@ -6495,9 +6495,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 e503ee7..a798f9c 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "autoprefixer": "^10.4.0", "eslint": "^8.57.0", "eslint-config-next": "^15.5.19", - "postcss": "^8.5.10", + "postcss": "^8.5.16", "tailwindcss": "^3.4.0", "tailwindcss-animate": "^1.0.7", "tsx": "^4.7.0",