From 1783c5fd3b8ced793b4a9ca81da8d10288f241dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 08:36:04 +0000 Subject: [PATCH] Bump @next/bundle-analyzer from 13.1.6 to 13.4.12 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 13.1.6 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/photos/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/photos/package.json b/apps/photos/package.json index 59428ecd6..769d37a23 100644 --- a/apps/photos/package.json +++ b/apps/photos/package.json @@ -91,7 +91,7 @@ }, "devDependencies": { "@ente/eslint-config": "*", - "@next/bundle-analyzer": "^13.1.6", + "@next/bundle-analyzer": "^13.4.12", "@types/bs58": "^4.0.1", "@types/debounce-promise": "^3.1.3", "@types/leaflet": "^1.9.3", diff --git a/yarn.lock b/yarn.lock index d69e1f8d1..0ce5e5fef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -371,10 +371,10 @@ react-transition-group "^4.4.2" rifm "^0.12.1" -"@next/bundle-analyzer@^13.1.6": - version "13.1.6" - resolved "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-13.1.6.tgz" - integrity sha512-rJS9CtLoGT58mL+v2ISKANosFFWP/0YKYByHQ3vTaZrbQP8b1rYRxd2QVMJmnSXaFkiP9URt1XJ6OdGyVq5b6g== +"@next/bundle-analyzer@^13.4.12": + version "13.4.12" + resolved "https://registry.yarnpkg.com/@next/bundle-analyzer/-/bundle-analyzer-13.4.12.tgz#8d837d61b3cfb7d7c749ece3094749472f9fffdf" + integrity sha512-WjeNsoWGAkbn7XU2jBVkaI7/DVfg2mzRF7spTohsknnwQ/dDgSHlgZj80mt1/SHYconWjZSY0KIWFaxR4/mNsA== dependencies: webpack-bundle-analyzer "4.7.0"