diff --git a/client/package-lock.json b/client/package-lock.json index 7031cd2..5435479 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -34,7 +34,7 @@ "eslint-config-prettier": "^8.10.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", - "postcss": "^8.4.27", + "postcss": "^8.4.31", "prettier": "3.0.1", "tailwindcss": "^3.3.3", "typescript": "^5.0.2", @@ -2672,9 +2672,9 @@ } }, "node_modules/postcss": { - "version": "8.4.27", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", - "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", diff --git a/client/package.json b/client/package.json index e21ced1..e23a4d2 100644 --- a/client/package.json +++ b/client/package.json @@ -38,7 +38,7 @@ "eslint-config-prettier": "^8.10.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", - "postcss": "^8.4.27", + "postcss": "^8.4.31", "prettier": "3.0.1", "tailwindcss": "^3.3.3", "typescript": "^5.0.2",