chore(deps-dev): update webpack-dev-server requirement in /src (#3227)

Updates the requirements on [webpack-dev-server](https://github.com/webpack/webpack-dev-server) to permit the latest version.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v5.0.4...v5.2.1)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.1
  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]
2025-04-16 10:04:45 -04:00
committed by GitHub
parent 5a7751fef3
commit 01e7f51b1d

View File

@@ -18,7 +18,7 @@
"html-webpack-plugin": "^5.6.3",
"webpack": "^5.99.5",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.0.4",
"webpack-dev-server": "^5.2.1",
"webpack-merge": "^6.0.1"
}
}