From 39942caeb2259f3d518b1fbb91c30d37924f1f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 03:01:30 +0000 Subject: [PATCH] chore(deps): bump next from 12.3.1 to 14.2.10 in /examples/nextjs Bumps [next](https://github.com/vercel/next.js) from 12.3.1 to 14.2.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/v12.3.1...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 45168c859e..39744d2409 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "elastic-apm-node": "elastic/apm-agent-nodejs#main", - "next": "12.3.1", + "next": "14.2.10", "react": "18.2.0", "react-dom": "18.2.0" },