From c906da32956b7f8a6af839960e94822b2a692ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 23:04:43 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates Bumps the npm_and_yarn group with 3 updates in the /js/examples/ai-sdk/next-openai-app directory: [next](https://github.com/vercel/next.js), [valibot](https://github.com/open-circle/valibot) and [postcss](https://github.com/postcss/postcss). Updates `next` from 15.5.14 to 15.5.15 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.5.14...v15.5.15) Updates `valibot` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/open-circle/valibot/releases) - [Commits](https://github.com/open-circle/valibot/compare/v1.1.0...v1.2.0) Updates `postcss` from 8.5.8 to 8.5.10 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.8...8.5.10) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.15 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: valibot dependency-version: 1.2.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- js/examples/ai-sdk/next-openai-app/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" }