diff --git a/package-lock.json b/package-lock.json index 3f7bf4f50..1250f3c17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "lodash": "^4.17.21", "next": "15.1.7", "nprogress": "^0.2.0", - "postcss": "^8.5.1", + "postcss": "^8.5.2", "react": "18.3.1", "react-dom": "18.3.1", "react-hook-form": "^7.54.2", @@ -6020,9 +6020,9 @@ } }, "node_modules/postcss": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", - "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==", + "version": "8.5.2", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.2.tgz", + "integrity": "sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 206bcf843..399816821 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "lodash": "^4.17.21", "next": "15.1.7", "nprogress": "^0.2.0", - "postcss": "^8.5.1", + "postcss": "^8.5.2", "react": "18.3.1", "react-dom": "18.3.1", "react-hook-form": "^7.54.2",