<!-- Please note that this template is not optional. Please fill out _ALL_ fields, or your issue may be closed as "invalid." Please do not delete this template. Please ask questions on StackOverflow or Gitter (https://gitter.im/webpack/webpack). General questions, how-to questions, and support requests will be closed. --> Per [CVE-2024-47764](https://nvd.nist.gov/vuln/detail/CVE-2024-47764) (https://github.com/advisories/GHSA-pxg6-pf52-xh8x), versions < 0.7.0 of cookie have a low severity vulnerability. webpack-dev-server's depends on `cookie 0.6.0` via `express 4.21.0`. `express 4.21.1` [addresses](https://github.com/expressjs/express/pull/6017) this issue. Upgrade webpack-dev-server's dependency on express to `express 4.21.1`. <!-- Please place an x, no spaces, in all [ ] that apply Please note that we are NOT accepting FEATURE requests at this time. --> - [ ] This is a **bug** - [x] This is a **modification** request ### Code <!-- If you have a large amount of code to share which demonstrates the problem you're experiencing, or your webpack config is very large, please provide a link to your repository rather than pasting code. We'd also encourage you to use a Github Gist link instead of pasting code. Otherwise, please paste relevant short snippets below. For bugs, please do consider providing a link to a stripped-down, bare-bones repo that can reproduce the problem you're experiencing. Many times, bugs aren't actual bugs, but rather specific issues with loaders, plugins, or an environment/OS. Problems with complicated or large applications will almost always require this to be triaged. --> ```js // webpack.config.js ``` ```js // additional code, remove if not needed. ``` ### Please paste the results of `npx webpack-cli info` here, and mention other relevant information ### Expected Behavior ### Actual Behavior ### For Bugs; How can we reproduce the behavior? <!-- See https://stackoverflow.com/help/minimal-reproducible-example for information on how to create good reproductions --> ### For Features; What is the motivation and/or use-case for the feature?