diff --git a/__fixtures__/test-project/web/package.json b/__fixtures__/test-project/web/package.json index 2612c328037a..de51ef664227 100644 --- a/__fixtures__/test-project/web/package.json +++ b/__fixtures__/test-project/web/package.json @@ -24,9 +24,9 @@ "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", "autoprefixer": "^10.4.20", - "postcss": "^8.4.47", + "postcss": "^8.4.49", "postcss-loader": "^8.1.1", "prettier-plugin-tailwindcss": "^0.5.12", - "tailwindcss": "^3.4.14" + "tailwindcss": "^3.4.15" } }