From b69faa039843503bbe7b3e4cfd1457246386979a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 18:08:45 +0000 Subject: [PATCH] chore(deps): bump webpack-stats-plugin from 0.2.1 to 1.1.3 Bumps [webpack-stats-plugin](https://github.com/FormidableLabs/webpack-stats-plugin) from 0.2.1 to 1.1.3. - [Release notes](https://github.com/FormidableLabs/webpack-stats-plugin/releases) - [Changelog](https://github.com/FormidableLabs/webpack-stats-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/FormidableLabs/webpack-stats-plugin/compare/v0.2.1...v1.1.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 | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f2cbfdb..c619cdb 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.3", "yargs": "15.0.2" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 1ccbebe..0d23f30 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.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/webpack-stats-plugin/-/webpack-stats-plugin-1.1.3.tgz#ebcc36c8b468074ad737882e2043c1ce4b55d928" + integrity sha512-yUKYyy+e0iF/w31QdfioRKY+h3jDBRpthexBOWGKda99iu2l/wxYsI/XqdlP5IU58/0KB9CsJZgWNAl+/MPkRw== webpack@4.17.1: version "4.17.1"