From b65746259feed5aa6a802432576b267d69ae3305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 00:38:03 +0000 Subject: [PATCH] chore(deps): bump next from 15.1.7 to 16.1.5 in /examples/nextjs Bumps [next](https://github.com/vercel/next.js) from 15.1.7 to 16.1.5. - [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/v15.1.7...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production ... 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 7d6a800f..e414c846 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -18,7 +18,7 @@ "@firebase-oss/ui-styles": "workspace:*", "@firebase-oss/ui-translations": "workspace:*", "firebase": "catalog:", - "next": "15.1.7", + "next": "16.1.5", "react": "catalog:", "react-dom": "catalog:", "server-only": "^0.0.1"