From dc14f701140eeee8e97e8bd64d575180a96c2f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Oct 2020 05:58:27 +0000 Subject: [PATCH] deps: bump @next/bundle-analyzer from 9.5.5 to 10.0.0 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 9.5.5 to 10.0.0. - [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/v10.0.0/packages/next-bundle-analyzer) Signed-off-by: dependabot[bot] --- packages/config-next/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/config-next/package.json b/packages/config-next/package.json index ebbe9ff7..b1f48ca9 100644 --- a/packages/config-next/package.json +++ b/packages/config-next/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@beemo/core": "^1.1.8", - "@next/bundle-analyzer": "^9.5.5", + "@next/bundle-analyzer": "^10.0.0", "@rajzik/lumos-common": "^5.0.1", "beemo-driver-next": "^0.1.21", "lodash": "^4.17.20", diff --git a/yarn.lock b/yarn.lock index 14f0cb8e..2b4dfbac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2726,10 +2726,10 @@ call-me-maybe "^1.0.1" glob-to-regexp "^0.3.0" -"@next/bundle-analyzer@^9.5.5": - version "9.5.5" - resolved "https://registry.yarnpkg.com/@next/bundle-analyzer/-/bundle-analyzer-9.5.5.tgz#9cb5f67e8d3012ccfb87c10f20715fb7f918dd66" - integrity sha512-HDYa5oFtBlZXG/N1wsheOaj2XeOFEi0HzwPiyIP82TxjoDoB6HKDYRIV3JHIUCeGFjkA66jSh8r1EAHNOuU51A== +"@next/bundle-analyzer@^10.0.0": + version "10.0.0" + resolved "https://registry.yarnpkg.com/@next/bundle-analyzer/-/bundle-analyzer-10.0.0.tgz#1413310416ddffce4519ea914975c2c05624c285" + integrity sha512-FXww8pzupSshne1EGvfCfLff5MWJz9eXN1DNqqLRCtv/eytfIEH4xjUsqxWrzph+m0DQxdBf3Lv7/zV2Ra/b1A== dependencies: webpack-bundle-analyzer "3.6.1"