From dc0d450fae8a3acdc110eaa8fa8ee8cb92196540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 07:00:14 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump @next/bundle-analyzer from 15.5.5 to 16.0.3 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 15.5.5 to 16.0.3. - [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.3/packages/next-bundle-analyzer) --- updated-dependencies: - dependency-name: "@next/bundle-analyzer" dependency-version: 16.0.3 dependency-type: direct:development update-type: version-update:semver-major ... 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 d6457b7..c52f65c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@cspell/dict-pt-pt": "^3.0.6", "@cspell/dict-ru_ru": "^2.3.2", "@mdx-js/loader": "^3.1.1", - "@next/bundle-analyzer": "^15.5.5", + "@next/bundle-analyzer": "^16.0.6", "@next/mdx": "^15.5.4", "@tailwindcss/postcss": "^4.1.17", "@types/mdx": "^2.0.13", @@ -9773,9 +9773,9 @@ } }, "node_modules/@next/bundle-analyzer": { - "version": "15.5.5", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-15.5.5.tgz", - "integrity": "sha512-X9tOAWrgF6rPuI++vs2xfjYPd/+XdsdJzu0rQtjFmOV5qa02uzqGutAAr+qCd0vsB5J3VmnMFfzn2/9xxmM23w==", + "version": "16.0.6", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-16.0.6.tgz", + "integrity": "sha512-zoa/w3TYl6kBcJesvj7JM96fHu1WiHRLTRMgEdLEn2kh1cGJMkIIlOGyekjnccaozd+oIyQ925lKrkCMfgt1xg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2d3c71c..d39ff43 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@cspell/dict-pt-pt": "^3.0.6", "@cspell/dict-ru_ru": "^2.3.2", "@mdx-js/loader": "^3.1.1", - "@next/bundle-analyzer": "^15.5.5", + "@next/bundle-analyzer": "^16.0.6", "@next/mdx": "^15.5.4", "@tailwindcss/postcss": "^4.1.17", "@types/mdx": "^2.0.13",