From e6c73dcc8d408a7916d7ddcae6bd2e47327f9b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 08:44:34 +0000 Subject: [PATCH] chore(deps): bump @next/bundle-analyzer from 13.4.10 to 13.4.12 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 13.4.10 to 13.4.12. - [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/v13.4.12/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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6817940d..ad7f60eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@geist-ui/core": "^2.3.8", "@geist-ui/icons": "^1.0.2", - "@next/bundle-analyzer": "^13.4.10", + "@next/bundle-analyzer": "^13.4.12", "@supabase/auth-helpers-nextjs": "^0.7.3", "@supabase/auth-helpers-react": "^0.4.1", "@supabase/supabase-js": "^2.26.0", @@ -1094,9 +1094,9 @@ } }, "node_modules/@next/bundle-analyzer": { - "version": "13.4.10", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-13.4.10.tgz", - "integrity": "sha512-QwjRH/x1coj8+2Q2suXKez01Irc/rZQXiZ7qE96jj/xR1C+zze6cEdlhWzMlsBFlLmazBhFeOb0PeK6r4dVImA==", + "version": "13.4.12", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-13.4.12.tgz", + "integrity": "sha512-WjeNsoWGAkbn7XU2jBVkaI7/DVfg2mzRF7spTohsknnwQ/dDgSHlgZj80mt1/SHYconWjZSY0KIWFaxR4/mNsA==", "dependencies": { "webpack-bundle-analyzer": "4.7.0" } diff --git a/package.json b/package.json index 838d66cc..59d72497 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@geist-ui/core": "^2.3.8", "@geist-ui/icons": "^1.0.2", - "@next/bundle-analyzer": "^13.4.10", + "@next/bundle-analyzer": "^13.4.12", "@supabase/auth-helpers-nextjs": "^0.7.3", "@supabase/auth-helpers-react": "^0.4.1", "@supabase/supabase-js": "^2.26.0",