From a08ab39b9d092902847c43f7ef1ff7c22ecaef9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 08:21:45 +0000 Subject: [PATCH] chore(deps): bump @next/bundle-analyzer from 13.4.8 to 13.4.9 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 13.4.8 to 13.4.9. - [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.9/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 5bd66c64..e9582ca1 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.8", + "@next/bundle-analyzer": "^13.4.9", "@supabase/auth-helpers-nextjs": "^0.7.2", "@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.8", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-13.4.8.tgz", - "integrity": "sha512-4lqwlBquxLmnuGvBGNRZUphIM+yIhzz/ARBNHA0MwzmGpqyZ4wAAZa26aHMPW50pdmwWGOr1fZYiWZM0rqx6bQ==", + "version": "13.4.9", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-13.4.9.tgz", + "integrity": "sha512-T/nSgXmhAx8Wy2qPGr9P3AcLwlFCMbA7DuYNCm7BdF10Sk74S0bJ1b3ygq+306dBwKRWV5Lj80sYzWzZ5/rwgQ==", "dependencies": { "webpack-bundle-analyzer": "4.7.0" } diff --git a/package.json b/package.json index da44b864..c2e18bca 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.8", + "@next/bundle-analyzer": "^13.4.9", "@supabase/auth-helpers-nextjs": "^0.7.2", "@supabase/auth-helpers-react": "^0.4.0", "@supabase/supabase-js": "^2.26.0",