We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per CVE-2024-47764 (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 this issue.
cookie 0.6.0
express 4.21.0
express 4.21.1
Upgrade webpack-dev-server's dependency on express to express 4.21.1.
// webpack.config.js
// additional code, remove if not needed.
npx webpack-cli info
The text was updated successfully, but these errors were encountered:
npm audit --fix
We use ^ - https://github.com/webpack/webpack-dev-server/blob/master/package.json#L62, so you can update your deps locally, no need to make a new release, thank you
^
Sorry, something went wrong.
No branches or pull requests
Per CVE-2024-47764 (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
viaexpress 4.21.0
.express 4.21.1
addresses this issue.Upgrade webpack-dev-server's dependency on express to
express 4.21.1
.Code
// webpack.config.js
// additional code, remove if not needed.
Please paste the results of
npx webpack-cli info
here, and mention other relevant informationExpected Behavior
Actual Behavior
For Bugs; How can we reproduce the behavior?
For Features; What is the motivation and/or use-case for the feature?
The text was updated successfully, but these errors were encountered: