From be48862721e5e4e505e9a3444c537682865127a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 03:10:00 +0000 Subject: [PATCH] deps(frontend)(deps-dev): bump @next/bundle-analyzer in /frontend Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 15.5.18 to 16.2.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/commits/v16.2.6/packages/next-bundle-analyzer) --- updated-dependencies: - dependency-name: "@next/bundle-analyzer" dependency-version: 16.2.6 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f455b06..ee49649 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@axe-core/playwright": "^4.10.0", "@axe-core/react": "^4.10.0", - "@next/bundle-analyzer": "^15.5.15", + "@next/bundle-analyzer": "^16.2.6", "@playwright/test": "^1.47.0", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2",