From 45575e15d6912b840e95990cbbb56f2757cfc1de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 07:57:47 +0000 Subject: [PATCH] chore(deps): bump webpack-bundle-analyzer in /packages/legacy Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 2.13.1 to 3.6.0. - [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases) - [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v2.13.1...v3.6.0) Signed-off-by: dependabot[bot] --- packages/legacy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/legacy/package.json b/packages/legacy/package.json index 73c7df0..a2137da 100644 --- a/packages/legacy/package.json +++ b/packages/legacy/package.json @@ -45,7 +45,7 @@ "uglifyjs-webpack-plugin": "^1.2.7", "url-loader": "^1.0.1", "webpack": "^4.16.3", - "webpack-bundle-analyzer": "^2.13.1", + "webpack-bundle-analyzer": "^3.6.0", "webpack-dev-server": "^3.1.5", "webpack-merge": "^4.1.3" },