From 987e2a19e23946840164cd2d999c3c441a3b60f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 11:35:02 +0000 Subject: [PATCH] Bump next from 12.2.4 to 13.5.0 in /examples/nextjs-full-stack Bumps [next](https://github.com/vercel/next.js) from 12.2.4 to 13.5.0. - [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/v12.2.4...v13.5.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/nextjs-full-stack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nextjs-full-stack/package.json b/examples/nextjs-full-stack/package.json index 0ac3aab75..b2fa3f39d 100644 --- a/examples/nextjs-full-stack/package.json +++ b/examples/nextjs-full-stack/package.json @@ -15,7 +15,7 @@ "axios": "^0.27.2", "busboy": "^1.6.0", "cookie": "^0.5.0", - "next": "^12.2.4", + "next": "^13.5.0", "react": "^18.2.0", "react-dom": "^18.2.0" },