diff --git a/package-lock.json b/package-lock.json index a3734fa7..7871bb4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "next": "^14.2.35", "next-mdx-remote": "^6.0.0", "pdf-parse": "^2.4.5", - "postcss": "^8.4.35", + "postcss": "^8.5.10", "react": "^18.2.0", "react-dom": "^18.3.1", "react-hook-form": "^7.54.2", @@ -13081,9 +13081,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==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index bf840fab..72955d7c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "next": "^14.2.35", "next-mdx-remote": "^6.0.0", "pdf-parse": "^2.4.5", - "postcss": "^8.4.35", + "postcss": "^8.5.10", "react": "^18.2.0", "react-dom": "^18.3.1", "react-hook-form": "^7.54.2",