From 0d08918764a0a34c43dcf8c4038f1a52694098e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 19:12:22 +0000 Subject: [PATCH 1/2] chore(deps): bump @next/bundle-analyzer from 13.1.3 to 13.1.6 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 13.1.3 to 13.1.6. - [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.1.6/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] --- sites/dev/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sites/dev/package.json b/sites/dev/package.json index 32f8054bff8..ebd5e2099a7 100644 --- a/sites/dev/package.json +++ b/sites/dev/package.json @@ -29,7 +29,7 @@ "@mdx-js/mdx": "2.2.1", "@mdx-js/react": "2.2.1", "@mdx-js/runtime": "2.0.0-next.9", - "@next/bundle-analyzer": "13.1.5", + "@next/bundle-analyzer": "13.1.6", "@tailwindcss/typography": "0.5.9", "algoliasearch": "4.14.3", "daisyui": "2.47.0", diff --git a/yarn.lock b/yarn.lock index 9e4e9ac399f..c6a6e3771c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3800,10 +3800,10 @@ hey-listen "^1.0.8" tslib "^2.3.1" -"@next/bundle-analyzer@13.1.3": - version "13.1.3" - resolved "https://registry.yarnpkg.com/@next/bundle-analyzer/-/bundle-analyzer-13.1.3.tgz#f0e82bdcf17126907a58a68f85d49a71cadb6b07" - integrity sha512-3C9NVjV0RRwceejYuwc9yVtBGRyKZaQIAgjLnLPydg1rDO/cNNgmRaq5n+S8Wcsw+YhcDiTWtn1kTX+bbBZYOw== +"@next/bundle-analyzer@13.1.6": + version "13.1.6" + resolved "https://registry.yarnpkg.com/@next/bundle-analyzer/-/bundle-analyzer-13.1.6.tgz#36ff2f9c4b19aa75cd589ee080b1e2edb24f1192" + integrity sha512-rJS9CtLoGT58mL+v2ISKANosFFWP/0YKYByHQ3vTaZrbQP8b1rYRxd2QVMJmnSXaFkiP9URt1XJ6OdGyVq5b6g== dependencies: webpack-bundle-analyzer "4.7.0" From 17d06c06e49cbc94a72bd8e8d420387ba9369258 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 4 Feb 2023 19:12:48 +0000 Subject: [PATCH 2/2] [dependabot skip] bumped dependabot/npm_and_yarn/next/bundle-analyzer-13.1.6 changes in config/dependencies.yaml --- config/dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dependencies.yaml b/config/dependencies.yaml index 5cbbd86a789..002b686d496 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -234,7 +234,7 @@ dev: '@mdx-js/mdx': *mdx '@mdx-js/react': *mdx '@mdx-js/runtime': &mdxRuntime '2.0.0-next.9' - '@next/bundle-analyzer': &next '13.1.5' + '@next/bundle-analyzer': &next '13.1.6' '@tailwindcss/typography': &tailwindTypography '0.5.9' 'algoliasearch': '4.14.3' 'daisyui': &daisyui '2.47.0'