From d698edab847af87b20d4c6e08c8a97b7826d6cfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 00:41:37 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /packages/website directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.2.35 to 16.2.3 - [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/v14.2.35...v16.2.3) Updates `next` from 14.2.35 to 16.2.3 - [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/v14.2.35...v16.2.3) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 16.2.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/caci/package.json | 2 +- packages/website/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/caci/package.json b/packages/caci/package.json index c3eea09..7d7e64f 100644 --- a/packages/caci/package.json +++ b/packages/caci/package.json @@ -75,7 +75,7 @@ "dependencies": { "@anthropic-ai/sdk": "^0.60.0", "@langchain/anthropic": "^0.3.26", - "@langchain/core": "^0.3.72", + "@langchain/core": "^1.1.39", "@langchain/google-genai": "^0.2.16", "@langchain/openai": "^0.6.9", "chalk": "^4.1.2", diff --git a/packages/website/package.json b/packages/website/package.json index b1115b1..52a007f 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -20,7 +20,7 @@ "clsx": "^2.0.0", "framer-motion": "^10.16.0", "lucide-react": "^0.294.0", - "next": "^14.0.0", + "next": "^16.2.3", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^2.0.0",