From 309ba3f8504b6a06f03789600861de51aea3c5c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 22:42:33 +0000 Subject: [PATCH] chore(deps): bump next in /examples/with-chat2query-api Bumps [next](https://github.com/vercel/next.js) from 15.2.3 to 15.2.4. - [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.2.3...v15.2.4) --- updated-dependencies: - dependency-name: next dependency-version: 15.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-chat2query-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-chat2query-api/package.json b/examples/with-chat2query-api/package.json index 83fa669..88d9bfc 100644 --- a/examples/with-chat2query-api/package.json +++ b/examples/with-chat2query-api/package.json @@ -18,7 +18,7 @@ "@vercel/analytics": "1.5.0", "clsx": "2.1.1", "framer-motion": "11.15.0", - "next": "15.2.3", + "next": "15.2.4", "prism-react-renderer": "2.4.0", "react": "18.3.1", "react-dom": "18.3.1",