From f275684c4d37024c03145476efc3e50796b3e5aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:15:18 +0000 Subject: [PATCH] chore(deps): bump @next/bundle-analyzer from 13.4.9 to 13.4.10 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 13.4.9 to 13.4.10. - [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.10/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 a561715b..41977ede 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.9", + "@next/bundle-analyzer": "^13.4.10", "@supabase/auth-helpers-nextjs": "^0.7.3", "@supabase/auth-helpers-react": "^0.4.0", "@supabase/supabase-js": "^2.26.0", @@ -1094,9 +1094,9 @@ } }, "node_modules/@next/bundle-analyzer": { - "version": "13.4.9", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-13.4.9.tgz", - "integrity": "sha512-T/nSgXmhAx8Wy2qPGr9P3AcLwlFCMbA7DuYNCm7BdF10Sk74S0bJ1b3ygq+306dBwKRWV5Lj80sYzWzZ5/rwgQ==", + "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==", "dependencies": { "webpack-bundle-analyzer": "4.7.0" } diff --git a/package.json b/package.json index 5ebde06b..935deb47 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.9", + "@next/bundle-analyzer": "^13.4.10", "@supabase/auth-helpers-nextjs": "^0.7.3", "@supabase/auth-helpers-react": "^0.4.0", "@supabase/supabase-js": "^2.26.0",