From adf03cb681f3364a25c8dec8c81a7832d1c7647e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:50:35 +0000 Subject: [PATCH] Bump @next/bundle-analyzer in /clients/privacy-center Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 12.3.4 to 15.1.2. - [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.2/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] --- clients/privacy-center/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/privacy-center/package.json b/clients/privacy-center/package.json index be02564a87..81d1321c20 100644 --- a/clients/privacy-center/package.json +++ b/clients/privacy-center/package.json @@ -51,7 +51,7 @@ "yup": "^0.32.11" }, "devDependencies": { - "@next/bundle-analyzer": "^12.0.10", + "@next/bundle-analyzer": "^15.1.2", "@testing-library/jest-dom": "^6.4.6", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.2",