From e468cd4dec8eb24585e7996812c8a62b8fca0aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 15:37:18 +0000 Subject: [PATCH] Bump webpack-bundle-analyzer from 2.13.1 to 3.5.2 in /frontend Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 2.13.1 to 3.5.2. - [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.5.2) Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 7907d0c..781816f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -64,7 +64,7 @@ "vue-style-loader": "^3.0.1", "vue-template-compiler": "^2.5.2", "webpack": "^3.6.0", - "webpack-bundle-analyzer": "^2.9.0", + "webpack-bundle-analyzer": "^3.5.2", "webpack-dev-server": "^2.9.1", "webpack-merge": "^4.1.0" },