From 111617fc074fd7675df643b1242bd8026367a662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 22:06:21 +0000 Subject: [PATCH] build(deps): bump next Bumps the npm_and_yarn group with 1 update in the /examples/nextjs directory: [next](https://github.com/vercel/next.js). Updates `next` from 16.1.7 to 16.2.3 - [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/v16.1.7...v16.2.3) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- 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 599f5f1d..84f01685 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "html-react-parser": "../../", - "next": "16.1.7", + "next": "16.2.3", "react": "19.2.3", "react-dom": "19.2.3" },