From c513116e330c30dec2f36e9d46bb7ae68acf23ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2020 09:35:19 +0200 Subject: [PATCH] chore: bump @next/bundle-analyzer from 9.4.4 to 9.5.1 (#618) Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 9.4.4 to 9.5.1. - [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/v9.5.1/packages/next-bundle-analyzer) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d057bec6..4197a937 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1619,9 +1619,9 @@ } }, "@next/bundle-analyzer": { - "version": "9.4.4", - "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-9.4.4.tgz", - "integrity": "sha512-MRBk0SYyKvnTet3g6vzMbqTGtcGFIwge7XA+iUpZp45wdePYYPCIdSNz4xv1Dk4iPZRKTEMScLprsUPmtXGXnw==", + "version": "9.5.1", + "resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-9.5.1.tgz", + "integrity": "sha512-31fI4DUn6auGjpBwaEQA7ChqP84IbTN5a+KJ4QaILavZIdwQdxvUSzZfrBX3mAwxjuwUCbAcDN3jw8nh+eO4eg==", "dev": true, "requires": { "webpack-bundle-analyzer": "3.6.1" diff --git a/package.json b/package.json index bbb04c2e..470081a8 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "uuidv4": "6.2.0" }, "devDependencies": { - "@next/bundle-analyzer": "9.4.4", + "@next/bundle-analyzer": "9.5.1", "@types/classnames": "2.2.10", "@types/common-tags": "1.8.0", "@types/express": "4.17.7",