Closed renovate[bot] closed 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
As this PR has been closed unmerged, Renovate will now ignore this update (^3.1.5). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps
array of your renovate config.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
This PR contains the following updates:
3.1.5
->3.1.11
GitHub Vulnerability Alerts
CVE-2018-14732
Versions of
webpack-dev-server
before 3.1.10 are missing origin validation on the websocket server. This vulnerability allows a remote attacker to steal a developer's source code because the origin of requests to the websocket server that is used for Hot Module Replacement (HMR) are not validated.Recommendation
For
webpack-dev-server
2.x update to version 2.11.4 or later. Forwebpack-dev-server
3.x update to version 3.1.11 or later.Release Notes
webpack/webpack-dev-server
### [`v3.1.11`](https://togithub.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md#3111-httpsgithubcomwebpackwebpack-dev-servercomparev3110v3111-2018-12-21) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v3.1.10...v3.1.11) ##### Bug Fixes - **bin/options:** correct check for color support (`options.color`) ([#1555](https://togithub.com/webpack/webpack-dev-server/issues/1555)) ([55398b5](https://togithub.com/webpack/webpack-dev-server/commit/55398b5)) - **package:** update `spdy` v3.4.1...4.0.0 (assertion error) ([#1491](https://togithub.com/webpack/webpack-dev-server/issues/1491)) ([#1563](https://togithub.com/webpack/webpack-dev-server/issues/1563)) ([7a3a257](https://togithub.com/webpack/webpack-dev-server/commit/7a3a257)) - **Server:** correct `node` version checks ([#1543](https://togithub.com/webpack/webpack-dev-server/issues/1543)) ([927a2b3](https://togithub.com/webpack/webpack-dev-server/commit/927a2b3)) - **Server:** mime type for wasm in contentBase directory ([#1575](https://togithub.com/webpack/webpack-dev-server/issues/1575)) ([#1580](https://togithub.com/webpack/webpack-dev-server/issues/1580)) ([fadae5d](https://togithub.com/webpack/webpack-dev-server/commit/fadae5d)) - add url for compatibility with webpack@5 ([#1598](https://togithub.com/webpack/webpack-dev-server/issues/1598)) ([#1599](https://togithub.com/webpack/webpack-dev-server/issues/1599)) ([68dd49a](https://togithub.com/webpack/webpack-dev-server/commit/68dd49a)) - check origin header for websocket connection ([#1603](https://togithub.com/webpack/webpack-dev-server/issues/1603)) ([b3217ca](https://togithub.com/webpack/webpack-dev-server/commit/b3217ca)) ### [`v3.1.10`](https://togithub.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md#3110-httpsgithubcomwebpackwebpack-dev-servercomparev319v3110-2018-10-23) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v3.1.9...v3.1.10) ##### Bug Fixes - **options:** add `writeToDisk` option to schema ([#1520](https://togithub.com/webpack/webpack-dev-server/issues/1520)) ([d2f4902](https://togithub.com/webpack/webpack-dev-server/commit/d2f4902)) - **package:** update `sockjs-client` v1.1.5...1.3.0 (`url-parse` vulnerability) ([#1537](https://togithub.com/webpack/webpack-dev-server/issues/1537)) ([e719959](https://togithub.com/webpack/webpack-dev-server/commit/e719959)) - **Server:** set `tls.DEFAULT_ECDH_CURVE` to `'auto'` ([#1531](https://togithub.com/webpack/webpack-dev-server/issues/1531)) ([c12def3](https://togithub.com/webpack/webpack-dev-server/commit/c12def3)) ### [`v3.1.9`](https://togithub.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md#319-httpsgithubcomwebpackwebpack-dev-servercomparev318v319-2018-09-24) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v3.1.8...v3.1.9) #### [3.1.9](https://togithub.com/webpack/webpack-dev-server/compare/v3.1.8...v3.1.9) (2018-09-24) ### [`v3.1.8`](https://togithub.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md#318-httpsgithubcomwebpackwebpack-dev-servercomparev317v318-2018-09-06) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v3.1.7...v3.1.8) ##### Bug Fixes - **package:** `yargs` security vulnerability (`dependencies`) ([#1492](https://togithub.com/webpack/webpack-dev-server/issues/1492)) ([8fb67c9](https://togithub.com/webpack/webpack-dev-server/commit/8fb67c9)) - **utils/createLogger:** ensure `quiet` always takes precedence (`options.quiet`) ([#1486](https://togithub.com/webpack/webpack-dev-server/issues/1486)) ([7a6ca47](https://togithub.com/webpack/webpack-dev-server/commit/7a6ca47)) ### [`v3.1.7`](https://togithub.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md#317-httpsgithubcomwebpackwebpack-dev-servercomparev316v317-2018-08-29) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v3.1.6...v3.1.7) ##### Bug Fixes - **Server:** don't use `spdy` on `node >= v10.0.0` ([#1451](https://togithub.com/webpack/webpack-dev-server/issues/1451)) ([8ab9eb6](https://togithub.com/webpack/webpack-dev-server/commit/8ab9eb6)) ### [`v3.1.6`](https://togithub.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md#316-httpsgithubcomwebpackwebpack-dev-servercomparev315v316-2018-08-26) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v3.1.5...v3.1.6) ##### Bug Fixes - **bin:** handle `process` signals correctly when the server isn't ready yet ([#1432](https://togithub.com/webpack/webpack-dev-server/issues/1432)) ([334c3a5](https://togithub.com/webpack/webpack-dev-server/commit/334c3a5)) - **examples/cli:** correct template path in `open-page` example ([#1401](https://togithub.com/webpack/webpack-dev-server/issues/1401)) ([df30727](https://togithub.com/webpack/webpack-dev-server/commit/df30727)) - **schema:** allow the `output` filename to be a `{Function}` ([#1409](https://togithub.com/webpack/webpack-dev-server/issues/1409)) ([e2220c4](https://togithub.com/webpack/webpack-dev-server/commit/e2220c4))Configuration
📅 Schedule: "" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.