diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7a5760b7e0..c92daad079 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -63,7 +63,7 @@ "eslint-plugin-storybook": "^10.2.12", "eslint-plugin-vue": "^9.33.0", "lint-staged": "^15.4.3", - "postcss": "^8.4.21", + "postcss": "^8.5.13", "rollup-plugin-visualizer": "^5.9.2", "sass": "^1.80.0", "storybook": "^10.2.12", @@ -7948,9 +7948,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.13", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.13.tgz", + "integrity": "sha512-qif0+jGGZoLWdHey3UFHHWP0H7Gbmsk8T5VEqyYFbWqPr1XqvLGBbk/sl8V5exGmcYJklJOhOQq1pV9IcsiFag==", "funding": [ { "type": "opencollective", diff --git a/frontend/package.json b/frontend/package.json index 3e0015bee5..fc216041bf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -76,7 +76,7 @@ "eslint-plugin-storybook": "^10.2.12", "eslint-plugin-vue": "^9.33.0", "lint-staged": "^15.4.3", - "postcss": "^8.4.21", + "postcss": "^8.5.13", "rollup-plugin-visualizer": "^5.9.2", "sass": "^1.80.0", "storybook": "^10.2.12",