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

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/v4.13.3...v4.15.1)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  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 22:04:38 -04:00
committed by GitHub
parent 9dd302c428
commit 84aff4aeb9

View File

@@ -18,7 +18,7 @@
"html-webpack-plugin": "^5.5.3",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.13.3",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.9.0"
}
}