From ed20ec501a80ea52a74e9f4ed73e5b370a333c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 22:33:19 +0000 Subject: [PATCH] Bump next from 13.4.19 to 14.1.1 in /examples/app-router-example Bumps [next](https://github.com/vercel/next.js) from 13.4.19 to 14.1.1. - [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.4.19...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/app-router-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/app-router-example/package.json b/examples/app-router-example/package.json index f3aee1a..d0caaba 100644 --- a/examples/app-router-example/package.json +++ b/examples/app-router-example/package.json @@ -12,7 +12,7 @@ "dependencies": { "@aws-sdk/client-s3": "3.405.0", "@aws-sdk/s3-request-presigner": "3.405.0", - "next": "13.4.19", + "next": "14.1.1", "react": "18.2.0", "react-dom": "18.2.0" },