From bd42aff39499567e84f76f71c2839463c020dfe4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:48:21 +0000 Subject: [PATCH] chore(deps): update dependency next to v14.2.10 [security] --- 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 91c6134f..09c87103 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -9,7 +9,7 @@ "prepare": "ts-patch install && typia patch" }, "dependencies": { - "next": "14.2.3", + "next": "14.2.10", "react": "^18.3.1", "react-dom": "^18.3.1" },