From ba6361d5acd90f87ccd453ab52911887fda9d28c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 03:19:25 +0000 Subject: [PATCH] Bump next from 13.2.1 to 14.2.15 in /with-nextjs-prisma Bumps [next](https://github.com/vercel/next.js) from 13.2.1 to 14.2.15. - [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.2.1...v14.2.15) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- with-nextjs-prisma/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-nextjs-prisma/package.json b/with-nextjs-prisma/package.json index c1862c8..a39016e 100644 --- a/with-nextjs-prisma/package.json +++ b/with-nextjs-prisma/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@prisma/client": "4.10.1", - "next": "13.2.1", + "next": "14.2.15", "react": "18.2.0", "react-dom": "18.2.0" },