From 7d711544ef26315819966183b87a770f3cec3546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 17:03:40 +0000 Subject: [PATCH] chore(deps): bump webpack-stats-plugin from 0.2.1 to 1.0.3 Bumps [webpack-stats-plugin](https://github.com/FormidableLabs/webpack-stats-plugin) from 0.2.1 to 1.0.3. - [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.0.3) --- 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..62e377e4 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.0.3", "yargs": "15.0.2" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 6fc4529a..451f0dd2 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.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/webpack-stats-plugin/-/webpack-stats-plugin-1.0.3.tgz#0f64551a0b984b48a9e7acdee32e3cfda556fe51" webpack@4.17.1: version "4.17.1"