From b742721af99337813bf2cc894a6e246ee4b10023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:34:07 +0000 Subject: [PATCH] Bump next from 14.2.3 to 14.2.15 in /with-nextjs-server-components Bumps [next](https://github.com/vercel/next.js) from 14.2.3 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/v14.2.3...v14.2.15) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- with-nextjs-server-components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-nextjs-server-components/package.json b/with-nextjs-server-components/package.json index ce0bf02..da779c8 100644 --- a/with-nextjs-server-components/package.json +++ b/with-nextjs-server-components/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@neondatabase/serverless": "^0.9.3", - "next": "14.2.3", + "next": "14.2.15", "react": "^18", "react-dom": "^18" },