From 3eab873263e062bd7015b9da2a7e9be3f62529b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 06:22:36 +0000 Subject: [PATCH] chore(deps): bump next in /examples/nextjs-lefthook-example Bumps [next](https://github.com/vercel/next.js) from 14.0.0 to 14.2.32. - [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/v14.0.0...v14.2.32) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/nextjs-lefthook-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nextjs-lefthook-example/package.json b/examples/nextjs-lefthook-example/package.json index 2f1a134..900953d 100644 --- a/examples/nextjs-lefthook-example/package.json +++ b/examples/nextjs-lefthook-example/package.json @@ -18,7 +18,7 @@ "demo:fix": "echo 'Auto-fixing with ESLint...' && npm run lint" }, "dependencies": { - "next": "14.0.0", + "next": "14.2.32", "react": "^18.2.0", "react-dom": "^18.2.0" },