From 3887cba413e52eb2cbaaa5a9fe08851273c83c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 04:50:49 +0000 Subject: [PATCH] chore(deps): bump next from 15.2.8 to 15.4.10 in /examples/with-data-api Bumps [next](https://github.com/vercel/next.js) from 15.2.8 to 15.4.10. - [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.8...v15.4.10) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/with-data-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-data-api/package.json b/examples/with-data-api/package.json index 556c2e7..d1baff1 100644 --- a/examples/with-data-api/package.json +++ b/examples/with-data-api/package.json @@ -17,7 +17,7 @@ "dependencies": { "@vercel/analytics": "1.5.0", "chart.js": "^4.4.7", - "next": "15.2.8", + "next": "15.4.10", "react": "18.3.1", "react-chartjs-2": "^5.2.0", "react-dom": "18.3.1",