dependabot[bot] opened a new pull request, #23768:
URL: https://github.com/apache/datafusion/pull/23768

   Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) 
from 5.2.5 to 5.2.6.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-dev-server/releases";>webpack-dev-server's
 releases</a>.</em></p>
   <blockquote>
   <h2>v5.2.6</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>fix: allow <code>undefined</code> as the <code>Server</code> constructor 
<code>options</code> argument again (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack-dev-server/pull/5695";>#5695</a>)</p>
   <p>Restores accepting <code>undefined</code> (defaulting it to 
<code>{}</code>) for the <code>options</code>
   argument, so passing a webpack config's optional <code>devServer</code> 
field type-checks and works as before.</p>
   </li>
   <li>
   <p>Protect the built-in state-changing routes 
(<code>/webpack-dev-server/invalidate</code> and 
<code>/webpack-dev-server/open-editor</code>) against cross-site request 
forgery. Requests are now checked with <code>Sec-Fetch-Site</code> (falling 
back to an <code>Origin</code>/<code>Host</code> comparison when it is absent), 
so a cross-site page can no longer trigger a rebuild or open a file in the 
editor. Same-origin requests, user-initiated navigations, and non-browser 
clients (e.g. curl) are unaffected. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack-dev-server/pull/5698";>#5698</a>)</p>
   </li>
   <li>
   <p>Handle malformed <code>Host</code> and <code>Origin</code> header values 
gracefully when validating requests. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack-dev-server/pull/5699";>#5699</a>)</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-dev-server/blob/v5.2.6/CHANGELOG.md";>webpack-dev-server's
 changelog</a>.</em></p>
   <blockquote>
   <h2>5.2.6</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>fix: allow <code>undefined</code> as the <code>Server</code> constructor 
<code>options</code> argument again (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack-dev-server/pull/5695";>#5695</a>)</p>
   <p>Restores accepting <code>undefined</code> (defaulting it to 
<code>{}</code>) for the <code>options</code>
   argument, so passing a webpack config's optional <code>devServer</code> 
field type-checks and works as before.</p>
   </li>
   <li>
   <p>Protect the built-in state-changing routes 
(<code>/webpack-dev-server/invalidate</code> and 
<code>/webpack-dev-server/open-editor</code>) against cross-site request 
forgery. Requests are now checked with <code>Sec-Fetch-Site</code> (falling 
back to an <code>Origin</code>/<code>Host</code> comparison when it is absent), 
so a cross-site page can no longer trigger a rebuild or open a file in the 
editor. Same-origin requests, user-initiated navigations, and non-browser 
clients (e.g. curl) are unaffected. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack-dev-server/pull/5698";>#5698</a>)</p>
   </li>
   <li>
   <p>Handle malformed <code>Host</code> and <code>Origin</code> header values 
gracefully when validating requests. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack-dev-server/pull/5699";>#5699</a>)</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/8a37b0ed89d07ca81532188fe19f080a2ee51475";><code>8a37b0e</code></a>
 chore(release): new release (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5697";>#5697</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/f21ed0f44aceb6132abb591ee8b60d770b6e489f";><code>f21ed0f</code></a>
 fix: handle malformed Host and Origin headers (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5699";>#5699</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/80cd9eea54975fe632a518d8bd902a260f374e7c";><code>80cd9ee</code></a>
 fix: reject cross-site requests to open-editor and invalidate endpoints (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5698";>#5698</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/308e853808fc8f5d0722276e1a87aa73c91859a5";><code>308e853</code></a>
 fix: handle undefined options in Server constructor (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5695";>#5695</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/8b2b9151f41e0d6157c8bd051cf5f16bce5dba17";><code>8b2b915</code></a>
 chore: update branch references from v4 to v5 in workflow configuration</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/870ed2258dda612c8feeaf8d971afd08233696ad";><code>870ed22</code></a>
 chore: add v5 branch to release workflow triggers</li>
   <li>See full diff in <a 
href="https://github.com/webpack/webpack-dev-server/compare/v5.2.5...v5.2.6";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=5.2.5&new-version=5.2.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/datafusion/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to