From b0d650a2450d3eeb1f3e4d5d6a376a2c57a7dfc9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 15:39:16 +0000 Subject: [PATCH] Bump webpack-stats-plugin from 0.3.1 to 0.3.2 Bumps [webpack-stats-plugin](https://github.com/FormidableLabs/webpack-stats-plugin) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/FormidableLabs/webpack-stats-plugin/releases) - [Changelog](https://github.com/FormidableLabs/webpack-stats-plugin/blob/main/HISTORY.md) - [Commits](https://github.com/FormidableLabs/webpack-stats-plugin/compare/v0.3.1...v0.3.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 783649f..c9a908e 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "vuex-router-sync": "^5.0.0", "webpack": "^4.43.0", "webpack-cli": "^3.3.12", - "webpack-stats-plugin": "^0.3.1" + "webpack-stats-plugin": "^0.3.2" }, "devDependencies": { "concurrently": "^5.1.0", diff --git a/yarn.lock b/yarn.lock index 1e4f2cc..d8997b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8904,10 +8904,10 @@ webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1: source-list-map "^2.0.0" source-map "~0.6.1" -webpack-stats-plugin@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/webpack-stats-plugin/-/webpack-stats-plugin-0.3.1.tgz#1103c39a305a4e6ba15d5078db84bc0b35447417" - integrity sha512-pxqzFE055NlNTlNyfDG3xlB2QwT1EWdm/CF5dCJI/e+rRHVxrWhWg1rf1lfsWhI1/EePv8gi/A36YxO/+u0FgQ== +webpack-stats-plugin@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/webpack-stats-plugin/-/webpack-stats-plugin-0.3.2.tgz#c06b185aa5dcc93b3f0c3a7891d24a111f849740" + integrity sha512-kxEtPQ6lBBik2qtJlsZkiaDMI6rGXe9w1kLH9ZCdt0wgCGVnbwwPlP60cMqG6tILNFYqXDxNt4+c4OIIuE+Fnw== webpack@^4.43.0: version "4.43.0"