From eb71182e21b73de2b55f696b0d79119942761fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 17:06:44 +0000 Subject: [PATCH] chore(deps): bump webpack-stats-plugin from 0.2.1 to 1.1.0 Bumps [webpack-stats-plugin](https://github.com/FormidableLabs/webpack-stats-plugin) from 0.2.1 to 1.1.0. - [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.0) --- 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8104db09..ead5526d 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "webpack-dev-server": "3.11.2", "webpack-manifest-plugin": "2.0.4", "webpack-node-externals": "1.7.2", - "webpack-stats-plugin": "0.2.1", + "webpack-stats-plugin": "1.1.0", "yargs": "15.0.2" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 6fc4529a..cdd07269 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9657,9 +9657,9 @@ 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.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/webpack-stats-plugin/-/webpack-stats-plugin-1.1.0.tgz#32c62ba306ffb8c7fcc5d3580b09311fa8ff897a" webpack@4.17.1: version "4.17.1"