From 2afb8e00f530f20c56465f7af702009ce21a92cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 10:12:47 +0000 Subject: [PATCH] chore(deps): bump webpack-stats-plugin from 0.2.1 to 1.1.1 Bumps [webpack-stats-plugin](https://github.com/FormidableLabs/webpack-stats-plugin) from 0.2.1 to 1.1.1. - [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.2.1...v1.1.1) --- updated-dependencies: - dependency-name: webpack-stats-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f2cbfdb..70a8038 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "webpack-dev-server": "3.1.14", "webpack-manifest-plugin": "2.0.4", "webpack-node-externals": "1.7.2", - "webpack-stats-plugin": "0.2.1", + "webpack-stats-plugin": "1.1.1", "yargs": "15.0.2" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 1ccbebe..ddf81ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10187,9 +10187,10 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0: source-list-map "^2.0.0" source-map "~0.6.1" -webpack-stats-plugin@0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/webpack-stats-plugin/-/webpack-stats-plugin-0.2.1.tgz#1f5bac13fc25d62cbb5fd0ff646757dc802b8595" +webpack-stats-plugin@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/webpack-stats-plugin/-/webpack-stats-plugin-1.1.1.tgz#11aabf6ad536fd2843eb2e11a58d3485dc111b3e" + integrity sha512-aWwE/YuO2W7VCOyWwyDJ7BRSYRYjeXat+X31YiasMM3FS6/4X9W4Mb9Q0g+jIdVgArr1Mb08sHBJKMT5M9+gVA== webpack@4.17.1: version "4.17.1"