From 291b738b5ff349282594054f50d321cc8d7ee020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 17:08:46 +0000 Subject: [PATCH] Bump next Bumps the npm_and_yarn group with 1 update in the /frontend/customer-portal directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.2.35 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/v14.2.35...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] --- frontend/customer-portal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/customer-portal/package.json b/frontend/customer-portal/package.json index e23efcb..0f9b19e 100644 --- a/frontend/customer-portal/package.json +++ b/frontend/customer-portal/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "next": "^14.2.0", + "next": "^16.1.6", "react": "^18.3.0", "react-dom": "^18.3.0", "@stripe/stripe-js": "^3.0.0",