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",