chore(deps-dev): update webpack-cli requirement in /src (#2978)

Updates the requirements on [webpack-cli](https://github.com/webpack/webpack-cli) to permit the latest version.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.2...webpack-cli@5.1.4)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-07-12 21:59:42 -04:00
committed by GitHub
parent ddeaf2f274
commit 9dd302c428

View File

@@ -17,7 +17,7 @@
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "^5.5.3",
"webpack": "^5.88.1",
"webpack-cli": "^5.0.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.13.3",
"webpack-merge": "^5.9.0"
}