build(deps-dev): bump webpack-manifest-plugin from 5.0.1 to 6.0.1

Bumps [webpack-manifest-plugin](https://github.com/shellscape/webpack-manifest-plugin) from 5.0.1 to 6.0.1.
- [Release notes](https://github.com/shellscape/webpack-manifest-plugin/releases)
- [Commits](https://github.com/shellscape/webpack-manifest-plugin/compare/v5.0.1...v6.0.1)

---
updated-dependencies:
- dependency-name: webpack-manifest-plugin
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-24 03:31:42 +00:00
committed by GitHub
parent 31e63e5440
commit 99b48a9dd3
2 changed files with 9 additions and 1 deletions

View File

@ -71,7 +71,7 @@
"url-loader": "^4.1.1",
"webpack": "^5.103.0",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.1",
"webpack-manifest-plugin": "^6.0.1",
"webpack-merge": "^6.0.1",
"webpack-notifier": "^1.15.0"
},

View File

@ -6169,6 +6169,14 @@ webpack-manifest-plugin@^5.0.1:
tapable "^2.0.0"
webpack-sources "^2.2.0"
webpack-manifest-plugin@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-6.0.1.tgz#8db0b6b75bd8635fcee657f025dff3bc9ba77fb4"
integrity sha512-R0p/8/IJVY5hIhQtkeWUQugalVpIwojc09eb14zGq+oiZOCmN5paAz2NBJfd+6v9eBbxAS3YMjc2ov8UMlCDLQ==
dependencies:
tapable "^2.0.0"
webpack-sources "^3.3.3"
webpack-merge@^5.7.3:
version "5.10.0"
resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.10.0.tgz#a3ad5d773241e9c682803abf628d4cd62b8a4177"