From 49d382cd5acef8df3a684090e4684d935bb1718c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 17:25:32 +0000 Subject: [PATCH] chore(deps): bump @next/bundle-analyzer from 16.0.4 to 16.1.0 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 16.0.4 to 16.1.0. - [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.1.0/packages/next-bundle-analyzer) --- updated-dependencies: - dependency-name: "@next/bundle-analyzer" dependency-version: 16.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ac86c27..dee9530 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@bprogress/next": "^3.2.12", "@mdx-js/loader": "^3.1.0", "@mdx-js/react": "^3.1.0", - "@next/bundle-analyzer": "^16.0.4", + "@next/bundle-analyzer": "^16.1.0", "@next/mdx": "^15.4.7", "@tailwindcss/postcss": "^4.1.13", "@types/mdx": "^2.0.13", @@ -3348,9 +3348,9 @@ } }, "node_modules/@next/bundle-analyzer": { - "version": "16.0.4", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-16.0.4.tgz", - "integrity": "sha512-6IajJ23QrXW5RTJj2lRHcBM8mxcEl+vgd7XXVODQG/BcJyjgIP1k5OefdRl+P80btPvHeHoV4fIgC1so25pXcg==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-16.1.0.tgz", + "integrity": "sha512-TVGJ32PnPI+mkZL2nm0zpRmgkLGCZNDHLibM+PzwziTAgQxtFKpkOHfRa6mVKhd3f66yPG2Ut7IOFlLA4DVtnw==", "license": "MIT", "dependencies": { "webpack-bundle-analyzer": "4.10.1" diff --git a/package.json b/package.json index f920cf1..c691bd8 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@bprogress/next": "^3.2.12", "@mdx-js/loader": "^3.1.0", "@mdx-js/react": "^3.1.0", - "@next/bundle-analyzer": "^16.0.4", + "@next/bundle-analyzer": "^16.1.0", "@next/mdx": "^15.4.7", "@tailwindcss/postcss": "^4.1.13", "@types/mdx": "^2.0.13",