diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9889042a89..e4d31de13b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -39,7 +39,7 @@ "lodash.difference": "^4.5.0", "mustache": "^4.2.0", "nodemon": "^3.0.1", - "postcss": "^8.4.38", + "postcss": "^8.5.14", "prettier-plugin-organize-imports": "^3.2.3", "rc-table": "^7.48.0", "react": "^18.3.1", @@ -11622,9 +11622,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.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", + "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", "funding": [ { "type": "opencollective", diff --git a/frontend/package.json b/frontend/package.json index 1901937fc9..b1b42cf219 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -53,7 +53,7 @@ "lodash.difference": "^4.5.0", "mustache": "^4.2.0", "nodemon": "^3.0.1", - "postcss": "^8.4.38", + "postcss": "^8.5.14", "prettier-plugin-organize-imports": "^3.2.3", "rc-table": "^7.48.0", "react": "^18.3.1",