From c2b54b1e169b22967a25e4970fff57a1a20cf7f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:57:50 +0000 Subject: [PATCH] chore(deps): bump @next/bundle-analyzer from 14.2.5 to 15.1.3 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 14.2.5 to 15.1.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/v15.1.3/packages/next-bundle-analyzer) --- updated-dependencies: - dependency-name: "@next/bundle-analyzer" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f06b569..184e78b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@mapbox/rehype-prism": "^0.9.0", "@mdx-js/loader": "^3.1.0", "@mdx-js/react": "^3.0.1", - "@next/bundle-analyzer": "^14.2.5", + "@next/bundle-analyzer": "^15.1.3", "@next/mdx": "^14.2.14", "@next/third-parties": "^14.2.5", "@tailwindcss/typography": "^0.5.15", @@ -809,10 +809,9 @@ } }, "node_modules/@next/bundle-analyzer": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-14.2.5.tgz", - "integrity": "sha512-BtBbI8VUnB7s4m9ut6CkeJ8Hyx+aq+86mbH+uAld7ZGG0/eH4+5hcPnkHKsQM/yj74iClazS0fninI8yZbIZWA==", - "license": "MIT", + "version": "15.1.3", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-15.1.3.tgz", + "integrity": "sha512-dh5i2KBONWVhQzJnL10sv9+ImsKgGtOHHeA1dWp/H3MXphWBt1uGjXCwPCcitwimvNncHBmxaOyTm2FwfOLRSA==", "dependencies": { "webpack-bundle-analyzer": "4.10.1" } diff --git a/package.json b/package.json index 1e5fd62..75b0218 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@mapbox/rehype-prism": "^0.9.0", "@mdx-js/loader": "^3.1.0", "@mdx-js/react": "^3.0.1", - "@next/bundle-analyzer": "^14.2.5", + "@next/bundle-analyzer": "^15.1.3", "@next/mdx": "^14.2.14", "@next/third-parties": "^14.2.5", "@tailwindcss/typography": "^0.5.15",