From 2a3c5787ce91e1b88bc5d2f72274f666465d9467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:13:53 +0000 Subject: [PATCH] chore(deps-dev): bump @next/bundle-analyzer from 16.2.9 to 16.2.10 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 16.2.9 to 16.2.10. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.2.10/packages/next-bundle-analyzer) --- updated-dependencies: - dependency-name: "@next/bundle-analyzer" dependency-version: 16.2.10 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3765fbe..d02510e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@azure/identity": "^4.13.1", - "@next/bundle-analyzer": "^16.2.9", + "@next/bundle-analyzer": "^16.2.10", "@tailwindcss/postcss": "^4.3.0", "@tailwindcss/typography": "^0.5.20", "@types/node": "^25.9.3", @@ -2731,9 +2731,9 @@ } }, "node_modules/@next/bundle-analyzer": { - "version": "16.2.9", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-16.2.9.tgz", - "integrity": "sha512-yGWyLbC8MMn+hk9j6l6GammpbUz5S3yZzl3lpoWfVXhIpJfh6kAWG7JwF4WoG3f0VnYRY959yo1QQEI8mV/+jg==", + "version": "16.2.10", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-16.2.10.tgz", + "integrity": "sha512-KcepWhb3IVniZgm00GSSCQDEUQqZXuXtuXRh8J6e3Un342TcQ77iK4DedeEkct+fcx7yFEDL2J6z4Jeho5JDAw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bab8ac8..45cb28c 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ }, "devDependencies": { "@azure/identity": "^4.13.1", - "@next/bundle-analyzer": "^16.2.9", + "@next/bundle-analyzer": "^16.2.10", "@tailwindcss/postcss": "^4.3.0", "@tailwindcss/typography": "^0.5.20", "@types/node": "^25.9.3",