diff --git a/js/examples/ai-sdk/next-openai-app/package.json b/js/examples/ai-sdk/next-openai-app/package.json index f042f9bee..f4373fd7e 100644 --- a/js/examples/ai-sdk/next-openai-app/package.json +++ b/js/examples/ai-sdk/next-openai-app/package.json @@ -36,7 +36,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.545.0", - "next": "^15.5.9", + "next": "^15.5.15", "react": "^18", "react-dom": "^18", "react-markdown": "9.0.1", @@ -45,7 +45,7 @@ "streamdown": "^1.4.0", "tailwind-merge": "^3.0.2", "tailwindcss-animate": "^1.0.7", - "valibot": "1.1.0", + "valibot": "1.2.0", "zod": "3.25.76" }, "devDependencies": { @@ -55,7 +55,7 @@ "autoprefixer": "^10.4.14", "eslint": "8.57.1", "eslint-config-next": "14.2.3", - "postcss": "^8.4.49", + "postcss": "^8.5.10", "tailwindcss": "^3.4.15", "typescript": "5.8.3" }