From 9f272bf924b217cadba53367eb5f8f66470cab4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 09:46:54 +0000 Subject: [PATCH] Bump next Bumps [next](https://github.com/vercel/next.js) from 9.4.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/v9.4.4...v13.5.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../todo-app/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03 - todo app using React (Next.js) and Node.js/todo-app/client/package.json b/03 - todo app using React (Next.js) and Node.js/todo-app/client/package.json index 53c3349..13c1514 100644 --- a/03 - todo app using React (Next.js) and Node.js/todo-app/client/package.json +++ b/03 - todo app using React (Next.js) and Node.js/todo-app/client/package.json @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "next": "9.4.4", + "next": "13.5.0", "react": "16.13.1", "react-dom": "16.13.1" },