From 751b1fc66925e3b1af575fe7bd34e8ff012246c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 11:05:52 +0000 Subject: [PATCH] chore(deps-dev): bump @next/bundle-analyzer from 14.2.17 to 15.0.3 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 14.2.17 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff5993f0..3d37d36a 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "zod": "^3.23.8" }, "devDependencies": { - "@next/bundle-analyzer": "^14.2.4", + "@next/bundle-analyzer": "^15.0.3", "@next/eslint-plugin-next": "^14.2.4", "@testing-library/react": "^16.0.0", "@types/node": "^20.14.2",