From 3affdfc5a2c01c944779b55d759039683b1ca4e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:42:59 +0000 Subject: [PATCH] chore(deps): update dependency next to v15.1.6 --- examples/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 0164bc87..e952eaa0 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -9,7 +9,7 @@ "prepare": "ts-patch install && typia patch" }, "dependencies": { - "next": "15.1.4", + "next": "15.1.6", "react": "19.0.0", "react-dom": "19.0.0" },