From 69b7e788eb79b2e552e430829a06a7a5c825ed11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:47:39 +0000 Subject: [PATCH] Bump next from 14.2.3 to 14.2.15 in /with-nextjs-serverless-functions 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-serverless-functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-nextjs-serverless-functions/package.json b/with-nextjs-serverless-functions/package.json index 4838539..135cbfa 100644 --- a/with-nextjs-serverless-functions/package.json +++ b/with-nextjs-serverless-functions/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" },