From f6034aecf98ab794e330e5595f2af1cbe92f2f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 18:30:59 +0000 Subject: [PATCH] chore(deps): bump ai Bumps the npm_and_yarn group with 1 update in the /packages/sample-app directory: [ai](https://github.com/vercel/ai). Updates `ai` from 4.3.19 to 5.0.52 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/compare/ai@4.3.19...ai@5.0.52) --- updated-dependencies: - dependency-name: ai dependency-version: 5.0.52 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/sample-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sample-app/package.json b/packages/sample-app/package.json index f73cde33..7a33b81f 100644 --- a/packages/sample-app/package.json +++ b/packages/sample-app/package.json @@ -64,7 +64,7 @@ "@traceloop/node-server-sdk": "workspace:*", "@traceloop/instrumentation-langchain": "workspace:*", "@types/jimp": "^0.2.28", - "ai": "^4.3.19", + "ai": "^5.0.52", "cheerio": "^1.1.0", "chromadb": "^3.0.9", "cohere-ai": "^7.17.1",