From 91a082d8cb9f158bb16914f06748cc4968f581b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 16:32:15 +0000 Subject: [PATCH] chore/PR-000 (npm): bump next Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js). Updates `next` from 15.5.10 to 16.1.6 - [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.5.10...v16.1.6) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.6 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb5fd53..3f53a92 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@tailwindcss/postcss": "^4.0.9", "@tailwindcss/typography": "^0.5.16", "clsx": "^2.1.1", - "next": "^15.2.0", + "next": "^16.1.6", "next-themes": "^0.4.4", "react": "^18.3.1", "react-dom": "^18.3.1",