From 3ea06f6ab3acf1590d3f638b8972eb6e87d61a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:57:41 +0000 Subject: [PATCH] chore(deps): bump next from 13.5.4 to 14.2.10 in /apps/examples Bumps [next](https://github.com/vercel/next.js) from 13.5.4 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/v13.5.4...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/examples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/examples/package.json b/apps/examples/package.json index 71cdfa7..7f2c089 100644 --- a/apps/examples/package.json +++ b/apps/examples/package.json @@ -15,7 +15,7 @@ "@composite-fetcher/with-caching": "workspace:^", "@composite-fetcher/with-logging": "workspace:^", "@composite-fetcher/with-retries": "workspace:^", - "next": "13.5.4", + "next": "14.2.10", "react": "^18", "react-dom": "^18" },