From 1c70719f3698b32248ddcfbe9be59a7bd11e10cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:52:26 +0000 Subject: [PATCH] chore(deps): bump next from 16.2.2 to 16.2.3 in /apps/next-example Bumps [next](https://github.com/vercel/next.js) from 16.2.2 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.2.2...v16.2.3) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/next-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/next-example/package.json b/apps/next-example/package.json index 97cccb77c61e..cbdb10435af3 100644 --- a/apps/next-example/package.json +++ b/apps/next-example/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "expo": "54.0.13", - "next": "16.2.2", + "next": "16.2.3", "react": "19.2.3", "react-dom": "19.2.3", "react-native": "0.85.0",