From f96bc908896f4e0ab1c3bf39dea38fc09fe8829a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 05:04:20 +0000 Subject: [PATCH] chore(deps): bump @next/bundle-analyzer from 13.4.1 to 13.4.2 Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 13.4.1 to 13.4.2. - [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.2/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 0deb69d8a61..43447e0f1f2 100644 --- a/sites/dev/package.json +++ b/sites/dev/package.json @@ -30,7 +30,7 @@ "@mdx-js/mdx": "2.3.0", "@mdx-js/react": "2.3.0", "@mdx-js/runtime": "2.0.0-next.9", - "@next/bundle-analyzer": "13.4.1", + "@next/bundle-analyzer": "13.4.2", "@tailwindcss/typography": "0.5.9", "algoliasearch": "4.17.0", "daisyui": "2.51.6", diff --git a/yarn.lock b/yarn.lock index c87391a3023..c98696f01bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2847,10 +2847,10 @@ resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-2.0.0-next.1.tgz#b17a046ed5cb1b13e75b29740504ec53a7e0b016" integrity sha512-F36kWTFdFXrbNIsM77dhVwYZsZonUIKHkYyYgnuw1NWskBfEn1ET5B5Z5mm58ckKNf7SimchnxR9sKCCtH38WA== -"@next/bundle-analyzer@13.4.1": - version "13.4.1" - resolved "https://registry.yarnpkg.com/@next/bundle-analyzer/-/bundle-analyzer-13.4.1.tgz#b565f042b9623268e2891f529c144e5c152049d0" - integrity sha512-wbSVjc1RM43vLuvMLZL2hSq6+76VgyVWqgpgk4AlJM//KjynVMezo+c6HI8tRzMI0p0txzDtSUA3na32fuY67A== +"@next/bundle-analyzer@13.4.2": + version "13.4.2" + resolved "https://registry.yarnpkg.com/@next/bundle-analyzer/-/bundle-analyzer-13.4.2.tgz#aaebadaa2ac47a43650d60f5a2bdce33b3c21c37" + integrity sha512-VDFTWpRI5IFS++37A/eHfVNX8SoB4gbTd8HPUYMHAJ7zpK3t2oW8L+leTlPUw/pAt7Aia2MyYvSYBK4vYKSBlA== dependencies: webpack-bundle-analyzer "4.7.0"