From 41fe283a94a1d77ec092bccbffc0e48bc07786c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 07:48:57 +0000 Subject: [PATCH] Bump webpack-manifest-plugin from 5.0.0 to 5.0.1 Bumps [webpack-manifest-plugin](https://github.com/shellscape/webpack-manifest-plugin) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/shellscape/webpack-manifest-plugin/releases) - [Commits](https://github.com/shellscape/webpack-manifest-plugin/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: webpack-manifest-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6f4511f85..8d7fef04e 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "url-loader": "^4.1.1", "webpack": "^5.98.0", "webpack-cli": "^5.1.4", - "webpack-manifest-plugin": "^5.0.0", + "webpack-manifest-plugin": "^5.0.1", "webpack-merge": "^6.0.1", "webpack-notifier": "^1.15.0" }, diff --git a/yarn.lock b/yarn.lock index 616125ad3..3f59e9314 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5420,10 +5420,10 @@ webpack-cli@^5.1.4: rechoir "^0.8.0" webpack-merge "^5.7.3" -webpack-manifest-plugin@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-5.0.0.tgz#084246c1f295d1b3222d36e955546433ca8df803" - integrity sha512-8RQfMAdc5Uw3QbCQ/CBV/AXqOR8mt03B6GJmRbhWopE8GzRfEpn+k0ZuWywxW+5QZsffhmFDY1J6ohqJo+eMuw== +webpack-manifest-plugin@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-5.0.1.tgz#8d401fec7fa587cba5af561eb60e39d6a8050e8a" + integrity sha512-xTlX7dC3hrASixA2inuWFMz6qHsNi6MT3Uiqw621sJjRTShtpMjbDYhPPZBwWUKdIYKIjSq9em6+uzWayf38aQ== dependencies: tapable "^2.0.0" webpack-sources "^2.2.0"