From ce372c1c8a5e1e64ade9997c23eeb887f65cd6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2020 19:35:31 +0000 Subject: [PATCH] Bump webpack-bundle-analyzer from 2.13.1 to 3.6.0 in /website 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] --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index e4a9857f..ee732b09 100644 --- a/website/package.json +++ b/website/package.json @@ -44,7 +44,7 @@ "react-video-play": "^2.0.3", "ts-node": "^6.1.1", "tty-table": "^2.6.8", - "webpack-bundle-analyzer": "^2.13.0" + "webpack-bundle-analyzer": "^3.6.0" }, "dependencies": { "@atlaskit/analytics-listeners": "^6.2.1",