From 5701ffbcec7df0735db0e42ad050e422c2edb52f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 23:52:37 +0000 Subject: [PATCH] chore(deps): bump next in /templates/nextjs/next-13-static Bumps [next](https://github.com/vercel/next.js) from 13.4.5 to 14.1.1. - [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.5...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- templates/nextjs/next-13-static/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nextjs/next-13-static/package.json b/templates/nextjs/next-13-static/package.json index c344be9..e92351e 100644 --- a/templates/nextjs/next-13-static/package.json +++ b/templates/nextjs/next-13-static/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "next": "13.4.5", + "next": "14.1.1", "react": "18.2.0", "react-dom": "18.2.0" },