diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ef92c58..c81368f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -46,7 +46,7 @@ "autoprefixer": "^10.4.7", "eslint": "^8.34.0", "eslint-config-next": "^13.2.1", - "postcss": "^8.4.14", + "postcss": "^8.4.31", "prettier": "^2.8.1", "prettier-plugin-tailwindcss": "^0.2.1", "tailwindcss": "^3.2.0", @@ -6587,9 +6587,9 @@ } }, "node_modules/postcss": { - "version": "8.4.23", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.23.tgz", - "integrity": "sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==", + "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/frontend/package.json b/frontend/package.json index a3ff840..e19f9e5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -47,7 +47,7 @@ "autoprefixer": "^10.4.7", "eslint": "^8.34.0", "eslint-config-next": "^13.2.1", - "postcss": "^8.4.14", + "postcss": "^8.4.31", "prettier": "^2.8.1", "prettier-plugin-tailwindcss": "^0.2.1", "tailwindcss": "^3.2.0",