From fcc67378e1dcc047dc62242898247dd4108a2e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 05:30:11 +0000 Subject: [PATCH] chore(deps): bump next from 16.2.9 to 16.3.3 in /apps/web Bumps [next](https://github.com/vercel/next.js) from 16.2.9 to 16.3.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.2.9...v16.3.3) --- updated-dependencies: - dependency-name: next dependency-version: 16.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index a333fb2a..737f81ea 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -13,7 +13,7 @@ "@reliefhub/api-client": "workspace:*", "leaflet": "^1.9.4", "leaflet.markercluster": "^1.5.3", - "next": "16.2.9", + "next": "16.3.3", "qrcode.react": "^4.2.0", "react": "19.2.7", "react-dom": "19.2.7",