webpack / webpack-dev-server

Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
MIT License
7.8k stars 1.43k forks source link

fix(security): bump webpack-dev-middleware #5112

Closed alexander-akait closed 7 months ago

alexander-akait commented 7 months ago

For Bugs and Features; did you add new tests?

No need, they exist in webpack-dev-middleware

Motivation / Use-Case

avoid security problem

Breaking Changes

No

Additional Info

No

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.29%. Comparing base (fb6f22a) to head (0c7d89c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5112 +/- ## ========================================== + Coverage 90.17% 90.29% +0.12% ========================================== Files 15 15 Lines 1577 1577 Branches 601 601 ========================================== + Hits 1422 1424 +2 + Misses 142 140 -2 Partials 13 13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.