From 13d55c8136a47b7ad63ea059ddfd43ccc71eecc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 00:01:13 +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.0 - [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.0) Updates `next` from 14.2.35 to 16.2.0 - [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.0) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 16.2.0 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..721fe28 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.34", "@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..c51b1ad 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.0", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^2.0.0",