From 3062fd3a68c13f90a7b6f65d3dfb806b0c292bed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 05:33:40 +0000 Subject: [PATCH] chore(deps): bump next from 15.2.3 to 15.4.7 in /examples/with-data-api Bumps [next](https://github.com/vercel/next.js) from 15.2.3 to 15.4.7. - [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.4.7) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.7 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 5e92303..39655fb 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.3", + "next": "15.4.7", "react": "18.3.1", "react-chartjs-2": "^5.2.0", "react-dom": "18.3.1",