From 0790a7d6979c811008e16ac9b940340e03e41b55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 11:23:37 +0000 Subject: [PATCH] Bump next from 14.2.26 to 15.5.14 in /with-nextjs-aws-s3 Bumps [next](https://github.com/vercel/next.js) from 14.2.26 to 15.5.14. - [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/v14.2.26...v15.5.14) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- with-nextjs-aws-s3/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-nextjs-aws-s3/package.json b/with-nextjs-aws-s3/package.json index 4bf97f9..7f3bf28 100644 --- a/with-nextjs-aws-s3/package.json +++ b/with-nextjs-aws-s3/package.json @@ -10,7 +10,7 @@ "@aws-sdk/client-s3": "^3.588.0", "@aws-sdk/s3-request-presigner": "^3.588.0", "@neondatabase/serverless": "^1.0.0", - "next": "14.2.26", + "next": "15.5.14", "react": "^18", "react-dom": "^18" },