diff --git a/apps/arkiver/frontend/package-lock.json b/apps/arkiver/frontend/package-lock.json index 125ec1fa..63dd64fb 100644 --- a/apps/arkiver/frontend/package-lock.json +++ b/apps/arkiver/frontend/package-lock.json @@ -26,7 +26,7 @@ "eslint": "^10.1.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.5.2", - "postcss": "^8.5.8", + "postcss": "^8.5.14", "tailwindcss": "^4.2.2", "typescript": "^5.2.2", "vite": "^8.0.3", @@ -2445,9 +2445,9 @@ } }, "node_modules/postcss": { - "version": "8.5.8", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz", - "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==", + "version": "8.5.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", + "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", "dev": true, "funding": [ { diff --git a/apps/arkiver/frontend/package.json b/apps/arkiver/frontend/package.json index 723f72e1..5843d182 100644 --- a/apps/arkiver/frontend/package.json +++ b/apps/arkiver/frontend/package.json @@ -30,7 +30,7 @@ "eslint": "^10.1.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.5.2", - "postcss": "^8.5.8", + "postcss": "^8.5.14", "tailwindcss": "^4.2.2", "typescript": "^5.2.2", "vite": "^8.0.3",