From 8f81695e694fc5a9ad057814971a0efc5632dd89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 04:39:58 +0000 Subject: [PATCH] chore(deps-dev): bump @next/bundle-analyzer in /apps/web Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 16.0.10 to 16.0.11. - [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/commits/v16.0.11/packages/next-bundle-analyzer) --- updated-dependencies: - dependency-name: "@next/bundle-analyzer" dependency-version: 16.0.11 dependency-type: direct:development update-type: version-update:semver-patch ... 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 143afe2..7b5436d 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@biomejs/biome": "2.3.8", "@krono/tsconfig": "workspace:*", - "@next/bundle-analyzer": "16.0.10", + "@next/bundle-analyzer": "16.0.11", "@tailwindcss/postcss": "4.1.11", "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "16.3.0",