From 814a0f2cd49ca3c9455594774dc9c9d6a7ffda38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:03:15 +0000 Subject: [PATCH] chore(deps-dev): bump @next/bundle-analyzer from 14.2.3 to 15.0.3 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 14.2.3 to 15.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/v15.0.3/packages/next-bundle-analyzer) --- updated-dependencies: - dependency-name: "@next/bundle-analyzer" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4c830c92..2e885a7b 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "vfile": "^6.0.1" }, "devDependencies": { - "@next/bundle-analyzer": "^14.2.3", + "@next/bundle-analyzer": "^15.0.3", "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^16.0.1", "@types/glob": "^8.1.0", diff --git a/yarn.lock b/yarn.lock index 69315568..bf02ae09 100644 --- a/yarn.lock +++ b/yarn.lock @@ -933,10 +933,10 @@ prop-types "^15.8.1" react-is "^18.3.1" -"@next/bundle-analyzer@^14.2.3": - version "14.2.18" - resolved "https://registry.yarnpkg.com/@next/bundle-analyzer/-/bundle-analyzer-14.2.18.tgz#e36a8ad33971b0d1fd24175d29c2b582c156f191" - integrity sha512-3tfi//6w3T1JGelYl+CSIwFFLrMui+R7kGc+dRZJNYAPwg7xL9/CBtGnSKZLPgsA/CwwPOdnMrYYBOPZ2BSezQ== +"@next/bundle-analyzer@^15.0.3": + version "15.0.3" + resolved "https://registry.yarnpkg.com/@next/bundle-analyzer/-/bundle-analyzer-15.0.3.tgz#58615521d2ae649687d0c7592b9d11a2aa92c19b" + integrity sha512-x7ZNvpoQPO0C5ZG//qVp21Qs3v6+C8LBJmdu9DKj4/NmjlnwoQ7dqRZ/nKZcwVhkFT7BHf+Qd5FaeHq9IDJvDQ== dependencies: webpack-bundle-analyzer "4.10.1"