Bump webpack-dev-server from 4.8.1 to 5.2.1 in /frontend

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.8.1 to 5.2.1.
- [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.8.1...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>
This commit is contained in:
dependabot[bot] 2025-06-06 03:43:09 +00:00 committed by GitHub
parent 3f17e73dd1
commit 16f55bb9cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 491 additions and 252 deletions

File diff suppressed because it is too large Load Diff

View File

@ -43,6 +43,6 @@
"vue-template-compiler": "^2.6.14", "vue-template-compiler": "^2.6.14",
"webpack": "^5.98.0", "webpack": "^5.98.0",
"webpack-cli": "^4.9.1", "webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2" "webpack-dev-server": "^5.2.1"
} }
} }