From 024da4848d1112bc0994222f9cc6e09993f0d0db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:35:17 +0000 Subject: [PATCH] chore(deps): bump @next/bundle-analyzer from 15.1.0 to 15.1.2 (#626) Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 15.1.0 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index eeaa4b8..c906d5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@next/bundle-analyzer": "^15.1.0", + "@next/bundle-analyzer": "^15.1.2", "clsx": "^2.1.1", "modern-normalize": "^3.0.1", "next": "^15.1.2", @@ -2222,9 +2222,9 @@ } }, "node_modules/@next/bundle-analyzer": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-15.1.0.tgz", - "integrity": "sha512-uEyuNZZgAbSWgiUbtihTA8y6QgEzc4b8Fpslmc4SXAjj67Ax5mlcv1HLlez+5dIGwO+vJ9PgCoI8ngWtBh/g1Q==", + "version": "15.1.2", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-15.1.2.tgz", + "integrity": "sha512-LuQkM4HSipn+kP8ChckPYL+w0qzx331QfSYY3lU5cutf7Gvk069sK+wH4GfVRdFq+DXSaCiy5IPzAcuXq6G+7g==", "dependencies": { "webpack-bundle-analyzer": "4.10.1" } @@ -16751,9 +16751,9 @@ } }, "@next/bundle-analyzer": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-15.1.0.tgz", - "integrity": "sha512-uEyuNZZgAbSWgiUbtihTA8y6QgEzc4b8Fpslmc4SXAjj67Ax5mlcv1HLlez+5dIGwO+vJ9PgCoI8ngWtBh/g1Q==", + "version": "15.1.2", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-15.1.2.tgz", + "integrity": "sha512-LuQkM4HSipn+kP8ChckPYL+w0qzx331QfSYY3lU5cutf7Gvk069sK+wH4GfVRdFq+DXSaCiy5IPzAcuXq6G+7g==", "requires": { "webpack-bundle-analyzer": "4.10.1" } diff --git a/package.json b/package.json index 7328f83..a10d839 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "*.{js,jsx}": "eslint --cache --fix" }, "dependencies": { - "@next/bundle-analyzer": "^15.1.0", + "@next/bundle-analyzer": "^15.1.2", "clsx": "^2.1.1", "modern-normalize": "^3.0.1", "next": "^15.1.2",