From c317e141d2354928175c2181dfbeacf43c4611eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 20:41:21 +0000 Subject: [PATCH] chore(deps): update dependency next to ^16.2.5 --- .templates/template-next/package.json | 2 +- next-full/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.templates/template-next/package.json b/.templates/template-next/package.json index 7e40779a07..aaa9517872 100644 --- a/.templates/template-next/package.json +++ b/.templates/template-next/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^16.2.4", + "next": "^16.2.5", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/next-full/package.json b/next-full/package.json index 37d4aca8a7..4eede505ed 100644 --- a/next-full/package.json +++ b/next-full/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "katex": "^0.16.45", - "next": "^16.2.4", + "next": "^16.2.5", "prosekit": "^0.20.1", "react": "^19.2.6", "react-dom": "^19.2.6"