From 1affe151418576464203685ade90e8fbed2a7b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2019 19:07:16 +0000 Subject: [PATCH] Bump webpack-bundle-analyzer from 2.13.1 to 3.6.0 in /integration_tests 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] --- integration_tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/package.json b/integration_tests/package.json index 25bb7c325..2e0773309 100644 --- a/integration_tests/package.json +++ b/integration_tests/package.json @@ -121,7 +121,7 @@ "ts-node": "5.x", "typescript": "3.4.4", "webpack": "4.29.6", - "webpack-bundle-analyzer": "2.x", + "webpack-bundle-analyzer": "3.x", "webpack-cli": "^2.0.12", "webpack-virtual-modules": "^0.1.10" },