From 36f430fc86dd296d746c131fcb4071156af4ff33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 07:37:51 +0100 Subject: [PATCH] chore: bump next from 13.4.3 to 13.5.0 in /examples/nextjs-rest (#382) Bumps [next](https://github.com/vercel/next.js) from 13.4.3 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/v13.4.3...v13.5.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/nextjs-rest/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nextjs-rest/package.json b/examples/nextjs-rest/package.json index 1445c65d..942d60ef 100644 --- a/examples/nextjs-rest/package.json +++ b/examples/nextjs-rest/package.json @@ -11,7 +11,7 @@ "@types/react": "18.2.7", "@types/react-dom": "18.2.4", "contentful": "^10.2.1", - "next": "13.4.3", + "next": "13.5.0", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "5.0.4"