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

   Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates 
ancestor dependencies [braces](https://github.com/micromatch/braces), 
[webpack](https://github.com/webpack/webpack), 
[webpack-cli](https://github.com/webpack/webpack-cli) and 
[webpack-dev-server](https://github.com/webpack/webpack-dev-server). These 
dependencies need to be updated together.
   
   Updates `braces` from 3.0.2 to 3.0.3
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/micromatch/braces/commit/74b2db2938fad48a2ea54a9c8bf27a37a62c350d";><code>74b2db2</code></a>
 3.0.3</li>
   <li><a 
href="https://github.com/micromatch/braces/commit/88f1429a0f47e1dd3813de35211fc97ffda27f9e";><code>88f1429</code></a>
 update eslint. lint, fix unit tests.</li>
   <li><a 
href="https://github.com/micromatch/braces/commit/415d660c3002d1ab7e63dbf490c9851da80596ff";><code>415d660</code></a>
 Snyk js braces 6838727 (<a 
href="https://redirect.github.com/micromatch/braces/issues/40";>#40</a>)</li>
   <li><a 
href="https://github.com/micromatch/braces/commit/190510f79db1adf21d92798b0bb6fccc1f72c9d6";><code>190510f</code></a>
 fix tests, skip 1 test in test/braces.expand</li>
   <li><a 
href="https://github.com/micromatch/braces/commit/716eb9f12d820b145a831ad678618731927e8856";><code>716eb9f</code></a>
 readme bump</li>
   <li><a 
href="https://github.com/micromatch/braces/commit/a5851e57f45c3431a94d83fc565754bc10f5bbc3";><code>a5851e5</code></a>
 Merge pull request <a 
href="https://redirect.github.com/micromatch/braces/issues/37";>#37</a> from 
coderaiser/fix/vulnerability</li>
   <li><a 
href="https://github.com/micromatch/braces/commit/2092bd1fb108d2c59bd62e243b70ad98db961538";><code>2092bd1</code></a>
 feature: braces: add maxSymbols (<a 
href="https://github.com/micromatch/braces/issues/";>https://github.com/micromatch/braces/issues/</a>...</li>
   <li><a 
href="https://github.com/micromatch/braces/commit/9f5b4cf47329351bcb64287223ffb6ecc9a5e6d3";><code>9f5b4cf</code></a>
 fix: vulnerability (<a 
href="https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727";>https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727</a>)</li>
   <li><a 
href="https://github.com/micromatch/braces/commit/98414f9f1fabe021736e26836d8306d5de747e0d";><code>98414f9</code></a>
 remove funding file</li>
   <li><a 
href="https://github.com/micromatch/braces/commit/665ab5d561c017a38ba7aafd92cc6655b91d8c14";><code>665ab5d</code></a>
 update keepEscaping doc (<a 
href="https://redirect.github.com/micromatch/braces/issues/27";>#27</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/micromatch/braces/compare/3.0.2...3.0.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `webpack` from 4.29.6 to 5.91.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack/releases";>webpack's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.91.0</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Deserializer for ignored modules doesn't crash</li>
   <li>Allow the <code>unsafeCache</code> option to be a proxy object</li>
   <li>Normalize the <code>snapshot.unmanagedPaths</code> option</li>
   <li>Fixed <code>fs</code> types</li>
   <li>Fixed resolve's plugins types</li>
   <li>Fixed wrongly calculate postOrderIndex</li>
   <li>Fixed watching types</li>
   <li>Output import attrbiutes/import assertions for external JS imports</li>
   <li>Throw an error when DllPlugin needs to generate multiple manifest files, 
but the path is the same</li>
   <li>[CSS] Output <code>layer</code>/<code>supports</code>/<code>media</code> 
for external CSS imports</li>
   </ul>
   <h2>New Features</h2>
   <ul>
   <li>Allow to customize the stage of BannerPlugin</li>
   <li>[CSS] Support CSS exports convention</li>
   <li>[CSS] support CSS local ident name</li>
   <li>[CSS] Support <code>__webpack_nonce__</code> for CSS chunks</li>
   <li>[CSS] Support <code>fetchPriority</code> for CSS chunks</li>
   <li>[CSS] Allow to use LZW to compress css head meta (enabled in the 
<code>production</code> mode by default)</li>
   <li>[CSS] Support prefetch/preload for CSS chunks</li>
   </ul>
   <h2>v5.90.3</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>don't mangle when destructuring a reexport</li>
   <li>types for <code>Stats.toJson()</code> and 
<code>Stats.toString()</code></li>
   <li>many internal types</li>
   <li>[CSS] clean up export css local vars</li>
   </ul>
   <h2>Perf</h2>
   <ul>
   <li>simplify and optimize chunk graph creation</li>
   </ul>
   <h2>v5.90.2</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li>use <code>Math.imul</code> in <code>fnv1a32</code> to avoid loss of 
precision, directly hash UTF16 values</li>
   <li>the <code>setStatus()</code> of the HMR module should not return an 
array, which may cause infinite recursion</li>
   <li><code>__webpack_exports_info__.xxx.canMangle</code> shouldn't always 
same as default</li>
   <li>mangle export with destructuring</li>
   <li>use new runtime to reconsider skipped connections 
<code>activeState</code></li>
   <li>make dynamic import optional in <code>try/catch</code></li>
   <li>improve auto publicPath detection</li>
   </ul>
   <h2>Dependencies &amp; Maintenance</h2>
   <ul>
   <li>improve CI setup and include Node.js@21</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack/commit/60daca54105f89eee45e118fd0bbc820730724ee";><code>60daca5</code></a>
 chore(release): 5.91.0</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/8dad9ce177a2e7153a272d8e9e177e85fe68d74e";><code>8dad9ce</code></a>
 chore(deps-dev): bump <code>@​babel/preset-react</code> from 7.23.3 to 
7.24.1</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/a3229f9d6963853cff014ac60f34a0d1dc553497";><code>a3229f9</code></a>
 chore(deps-dev): bump <code>@​babel/core</code> from 7.24.0 to 7.24.1</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/40c2e44ff249df16d5178a658c1b62b7f8bbae88";><code>40c2e44</code></a>
 chore(deps-dev): bump <code>@​types/node</code> from 20.11.29 to 20.11.30</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/a04faba9d0e69057bbceb6b03c783bfe931e910f";><code>a04faba</code></a>
 chore(deps-dev): bump memfs from 4.7.7 to 4.8.0</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/8f22221003c064f3648055b50532eb23415b5f85";><code>8f22221</code></a>
 chore(deps): bump es-module-lexer from 1.4.1 to 1.4.2</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/8df6912933448e78fee5a71fade4a84cc48a9759";><code>8df6912</code></a>
 chore(deps): bump es-module-lexer from 1.4.1 to 1.4.2</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/711c6185bfd412cb7caee653edce0c4fc1ae4255";><code>711c618</code></a>
 chore(deps-dev): bump memfs from 4.7.7 to 4.8.0</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/c462bb35748fe15f8b93f5580397982732b287be";><code>c462bb3</code></a>
 chore(deps-dev): bump <code>@​types/node</code> from 20.11.29 to 20.11.30</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/f0d3e3ef355e237e41f77d6eac249d4861ea0e33";><code>f0d3e3e</code></a>
 chore(deps-dev): bump <code>@​babel/preset-react</code> from 7.23.3 to 
7.24.1</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/webpack/compare/v4.29.6...v5.91.0";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~evilebottnawi";>evilebottnawi</a>, a new releaser 
for webpack since your current version.</p>
   </details>
   <br />
   
   Updates `webpack-cli` from 3.3.0 to 5.1.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-cli/releases";>webpack-cli's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.1.4</h2>
   <h2><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.3...webpack-cli@5.1.4";>5.1.4</a>
 (2023-06-07)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>multi compiler progress output (<a 
href="https://github.com/webpack/webpack-cli/commit/f6596242c74100bfd6fa391ed2071402a3bd4785";>f659624</a>)</li>
   </ul>
   <h2>v5.1.3</h2>
   <h2><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.2...webpack-cli@5.1.3";>5.1.3</a>
 (2023-06-04)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>regression for custom configurations (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/3834";>#3834</a>) 
(<a 
href="https://github.com/webpack/webpack-cli/commit/bb4f8eb4325219afae3203dc4893af2b4655d5fa";>bb4f8eb</a>)</li>
   </ul>
   <h2>v5.1.2</h2>
   <h2><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.1...webpack-cli@5.1.2";>5.1.2</a>
 (2023-06-04)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>improve check for custom webpack and webpack-dev-server package 
existance (<a 
href="https://github.com/webpack/webpack-cli/commit/0931ab6dfd8d9f511036bcb7c1a4ea8dde1ff1cb";>0931ab6</a>)</li>
   <li>improve help for some flags (<a 
href="https://github.com/webpack/webpack-cli/commit/f4686141681cfcbc74d57e69a732e176decff225";>f468614</a>)</li>
   <li>improved support for <code>.cts</code> and <code>.mts</code> extensions 
(<a 
href="https://github.com/webpack/webpack-cli/commit/a77daf28f8a8ad96410a39d565f011f6bb14f6bb";>a77daf2</a>)</li>
   </ul>
   <h2>v5.1.1</h2>
   <h2><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.0...webpack-cli@5.1.1";>5.1.1</a>
 (2023-05-09)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>false positive warning when <code>--watch</code> used (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/3783";>#3783</a>) 
(<a 
href="https://github.com/webpack/webpack-cli/commit/c0436baca2da7a8ce9e53bbbe960dd1951fe6404";>c0436ba</a>)</li>
   </ul>
   <h2>v5.1.0</h2>
   <h1><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.2...webpack-cli@5.1.0";>5.1.0</a>
 (2023-05-07)</h1>
   <h3>Features</h3>
   <ul>
   <li>shareable webpack configs using <code>extends</code> (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/3738";>#3738</a>) 
(<a 
href="https://github.com/webpack/webpack-cli/commit/d04d0b98b69948966c8de5dacf771ac324ba5658";>d04d0b9</a>)</li>
   </ul>
   <h3>Performance Improvements</h3>
   <ul>
   <li>simplify logic, reduce extra loops and perf (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/3767";>#3767</a>) 
(<a 
href="https://github.com/webpack/webpack-cli/commit/6afe1d3be41e191aa7c4865919d092d952e98605";>6afe1d3</a>)</li>
   </ul>
   <h2>v5.0.2</h2>
   <h2><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.1...webpack-cli@5.0.2";>5.0.2</a>
 (2023-04-21)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>error message for missing default export in configuration (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/3685";>#3685</a>) 
(<a 
href="https://github.com/webpack/webpack-cli/commit/e0a4a0991cdfccdaf18e7eb479f87bc2ee4e2e5f";>e0a4a09</a>)</li>
   <li><strong>perf:</strong> reduced startup time (<a 
href="https://github.com/webpack/webpack-cli/commit/3b79059fe2ee16f4b4ad1f1ed3dfeb680d624128";>3b79059</a>)</li>
   </ul>
   <h2>v5.0.1</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md";>webpack-cli's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.3...webpack-cli@5.1.4";>5.1.4</a>
 (2023-06-07)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>multi compiler progress output (<a 
href="https://github.com/webpack/webpack-cli/commit/f6596242c74100bfd6fa391ed2071402a3bd4785";>f659624</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.2...webpack-cli@5.1.3";>5.1.3</a>
 (2023-06-04)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>regression for custom configurations (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/3834";>#3834</a>) 
(<a 
href="https://github.com/webpack/webpack-cli/commit/bb4f8eb4325219afae3203dc4893af2b4655d5fa";>bb4f8eb</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.1...webpack-cli@5.1.2";>5.1.2</a>
 (2023-06-04)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>improve check for custom webpack and webpack-dev-server package 
existance (<a 
href="https://github.com/webpack/webpack-cli/commit/0931ab6dfd8d9f511036bcb7c1a4ea8dde1ff1cb";>0931ab6</a>)</li>
   <li>improve help for some flags (<a 
href="https://github.com/webpack/webpack-cli/commit/f4686141681cfcbc74d57e69a732e176decff225";>f468614</a>)</li>
   <li>improved support for <code>.cts</code> and <code>.mts</code> extensions 
(<a 
href="https://github.com/webpack/webpack-cli/commit/a77daf28f8a8ad96410a39d565f011f6bb14f6bb";>a77daf2</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.0...webpack-cli@5.1.1";>5.1.1</a>
 (2023-05-09)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>false positive warning when <code>--watch</code> used (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/3783";>#3783</a>) 
(<a 
href="https://github.com/webpack/webpack-cli/commit/c0436baca2da7a8ce9e53bbbe960dd1951fe6404";>c0436ba</a>)</li>
   </ul>
   <h1><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.2...webpack-cli@5.1.0";>5.1.0</a>
 (2023-05-07)</h1>
   <h3>Features</h3>
   <ul>
   <li>shareable webpack configs using <code>extends</code> (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/3738";>#3738</a>) 
(<a 
href="https://github.com/webpack/webpack-cli/commit/d04d0b98b69948966c8de5dacf771ac324ba5658";>d04d0b9</a>)</li>
   </ul>
   <h3>Performance Improvements</h3>
   <ul>
   <li>simplify logic, reduce extra loops and perf (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/3767";>#3767</a>) 
(<a 
href="https://github.com/webpack/webpack-cli/commit/6afe1d3be41e191aa7c4865919d092d952e98605";>6afe1d3</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.1...webpack-cli@5.0.2";>5.0.2</a>
 (2023-04-21)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>error message for missing default export in configuration (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/3685";>#3685</a>) 
(<a 
href="https://github.com/webpack/webpack-cli/commit/e0a4a0991cdfccdaf18e7eb479f87bc2ee4e2e5f";>e0a4a09</a>)</li>
   <li><strong>perf:</strong> reduced startup time (<a 
href="https://github.com/webpack/webpack-cli/commit/3b79059fe2ee16f4b4ad1f1ed3dfeb680d624128";>3b79059</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.0...webpack-cli@5.0.1";>5.0.1</a>
 (2022-12-05)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>make <code>define-process-env-node-env</code> alias 
<code>node-env</code> (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/3514";>#3514</a>) 
(<a 
href="https://github.com/webpack/webpack-cli/commit/346a518dd7423a726810ef1012031f92d318c9c5";>346a518</a>)</li>
   </ul>
   <h1><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0";>5.0.0</a>
 (2022-11-17)</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/e07f0e58df103011435524d757102534b75a6796";><code>e07f0e5</code></a>
 chore(release): publish new version</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/0345c6f34d0b074151194c1852b12c3a74cab7b7";><code>0345c6f</code></a>
 chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from 5.59.8 to 
5.59.9 (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/3839";>#3839</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/f6596242c74100bfd6fa391ed2071402a3bd4785";><code>f659624</code></a>
 fix: multi compiler progress output</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/0d1ff010e3941522fd68175506e15b273aec7f46";><code>0d1ff01</code></a>
 chore(deps-dev): bump webpack from 5.85.0 to 5.85.1 (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/3837";>#3837</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/a7ec1467d489c12c216e8a5b5599653a36997fa4";><code>a7ec146</code></a>
 chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/3838";>#3838</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/94646351db2f4932cd5b1f8c5e5939834938da3c";><code>9464635</code></a>
 chore(deps-dev): bump eslint from 8.41.0 to 8.42.0 (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/3835";>#3835</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/cf1796f73bd2612e857c41eed8aa49ed21fa5faa";><code>cf1796f</code></a>
 docs: update changelog</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/7899c3927926b191d0aca4ed52795b9c3885abfb";><code>7899c39</code></a>
 chore(release): publish new version</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/bb4f8eb4325219afae3203dc4893af2b4655d5fa";><code>bb4f8eb</code></a>
 fix: regression for custom configurations (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/3834";>#3834</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/14b9c182e2c476e13bb1e6b92cc5dee873878fa0";><code>14b9c18</code></a>
 docs: update changelog</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/webpack-cli/compare/v.3.3.0...webpack-cli@5.1.4";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~evilebottnawi";>evilebottnawi</a>, a new releaser 
for webpack-cli since your current version.</p>
   </details>
   <br />
   
   Updates `webpack-dev-server` from 3.2.1 to 5.0.4
   <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.0.4</h2>
   <h3><a 
href="https://github.com/webpack/webpack-dev-server/compare/v5.0.3...v5.0.4";>5.0.4</a>
 (2024-03-19)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>security:</strong> bump webpack-dev-middleware (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5112";>#5112</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/aab576a9e4930a1731e8b0380c859552fc9a6e11";>aab576a</a>)</li>
   </ul>
   <h2>v5.0.3</h2>
   <h3><a 
href="https://github.com/webpack/webpack-dev-server/compare/v5.0.2...v5.0.3";>5.0.3</a>
 (2024-03-12)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>types:</strong> proxy (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5101";>#5101</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/6e1aed30ffd6456935b4fe22851cd560b0eae176";>6e1aed3</a>)</li>
   </ul>
   <h2>v5.0.2</h2>
   <h3><a 
href="https://github.com/webpack/webpack-dev-server/compare/v5.0.1...v5.0.2";>5.0.2</a>
 (2024-02-16)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>types (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5057";>#5057</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/da2c24ddd92198a1337553457eedcece6af38195";>da2c24d</a>)</li>
   </ul>
   <h2>v5.0.1</h2>
   <h3><a 
href="https://github.com/webpack/webpack-dev-server/compare/v5.0.0...v5.0.1";>5.0.1</a>
 (2024-02-13)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>avoid using eval in client (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5045";>#5045</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/76814771dcebe80628b4462f5e1d30064ae226d5";>7681477</a>)</li>
   <li>overlay and <code>require-trusted-types-for</code> (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5046";>#5046</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/e11543677120b004d1f20e11fdf34c07897c7b0c";>e115436</a>)</li>
   </ul>
   <h2>v5.0.0</h2>
   <h2><a 
href="https://github.com/webpack/webpack-dev-server/compare/v4.15.1...v5.0.0";>5.0.0</a>
 (2024-02-12)</h2>
   <p><a 
href="https://github.com/webpack/webpack-dev-server/blob/master/migration-v5.md";>Migration
 Guide and Changes</a>.</p>
   <h2>v4.15.2</h2>
   <h3><a 
href="https://github.com/webpack/webpack-dev-server/compare/v4.15.1...v4.15.2";>4.15.2</a>
 (2024-03-20)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>security:</strong> bump webpack-dev-middleware (<a 
href="https://github.com/webpack/webpack-dev-server/commit/411620997594d24cd1f788e8533a5c6fa2736143";>4116209</a>)</li>
   </ul>
   <h2>v4.15.1</h2>
   <h3><a 
href="https://github.com/webpack/webpack-dev-server/compare/v4.15.0...v4.15.1";>4.15.1</a>
 (2023-06-09)</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md";>webpack-dev-server's
 changelog</a>.</em></p>
   <blockquote>
   <h3><a 
href="https://github.com/webpack/webpack-dev-server/compare/v5.0.3...v5.0.4";>5.0.4</a>
 (2024-03-19)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>security:</strong> bump webpack-dev-middleware (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5112";>#5112</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/aab576a9e4930a1731e8b0380c859552fc9a6e11";>aab576a</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/webpack/webpack-dev-server/compare/v5.0.2...v5.0.3";>5.0.3</a>
 (2024-03-12)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>types:</strong> proxy (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5101";>#5101</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/6e1aed30ffd6456935b4fe22851cd560b0eae176";>6e1aed3</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/webpack/webpack-dev-server/compare/v5.0.1...v5.0.2";>5.0.2</a>
 (2024-02-16)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>types (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5057";>#5057</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/da2c24ddd92198a1337553457eedcece6af38195";>da2c24d</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/webpack/webpack-dev-server/compare/v5.0.0...v5.0.1";>5.0.1</a>
 (2024-02-13)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>avoid using eval in client (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5045";>#5045</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/76814771dcebe80628b4462f5e1d30064ae226d5";>7681477</a>)</li>
   <li>overlay and <code>require-trusted-types-for</code> (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5046";>#5046</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/e11543677120b004d1f20e11fdf34c07897c7b0c";>e115436</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack/webpack-dev-server/compare/v4.15.1...v5.0.0";>5.0.0</a>
 (2024-02-12)</h2>
   <p><a 
href="https://github.com/webpack/webpack-dev-server/blob/master/migration-v5.md";>Migration
 Guide and Changes</a>.</p>
   <h3><a 
href="https://github.com/webpack/webpack-dev-server/compare/v4.15.0...v4.15.1";>4.15.1</a>
 (2023-06-09)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>replace <code>::</code> with <code>localhost</code> before openBrowser() 
(<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/4856";>#4856</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/874c44b072d55fe42a29d366dbe1c71ca3a94db4";>874c44b</a>)</li>
   <li><strong>types:</strong> compatibility with <code>@types/ws</code> (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/4899";>#4899</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/34bcec242b8bc64c26e9455a8fd5781a59fbcf24";>34bcec2</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack/webpack-dev-server/compare/v4.14.0...v4.15.0";>4.15.0</a>
 (2023-05-07)</h2>
   <h3>Features</h3>
   <ul>
   <li>overlay displays unhandled promise rejection (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/4849";>#4849</a>)
 (<a 
href="https://github.com/webpack/webpack-dev-server/commit/d1dd4305bf3861c43caf374c101a80e65e18b138";>d1dd430</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack/webpack-dev-server/compare/v4.13.3...v4.14.0";>4.14.0</a>
 (2023-05-06)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/64a1860926124a1ec272441e7f406bfd7ee48093";><code>64a1860</code></a>
 chore(release): 5.0.4</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/aab576a9e4930a1731e8b0380c859552fc9a6e11";><code>aab576a</code></a>
 fix(security): bump webpack-dev-middleware (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5112";>#5112</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/fb6f22a3cb7a51d92edfa4f138d783be584281ba";><code>fb6f22a</code></a>
 chore(deps-dev): bump <code>@​commitlint/config-conventional</code> (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5104";>#5104</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/ba9dfb6b3bc5eb71289fa36ef6cf01d4f736cafc";><code>ba9dfb6</code></a>
 chore(deps-dev): bump <code>@​commitlint/cli</code> from 19.0.3 to 19.1.0 (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5103";>#5103</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/08cab58bb8759e96bf4774bec28901e9f96a3f3a";><code>08cab58</code></a>
 chore(release): 5.0.3</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/37f4760b5b0297ba367243205528f7ac063a1c33";><code>37f4760</code></a>
 chore(deps-dev): bump <code>@​types/node</code> from 20.11.25 to 20.11.26 (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5102";>#5102</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/6e1aed30ffd6456935b4fe22851cd560b0eae176";><code>6e1aed3</code></a>
 fix(types): proxy (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5101";>#5101</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/8ea7cb8a575a5ee9f4efa1a9ad9f7bfafc817bfe";><code>8ea7cb8</code></a>
 chore(deps): bump open from 10.0.4 to 10.1.0 (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5100";>#5100</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/c6a35861d5a9ac7595c178c69cb34e4cbed9e868";><code>c6a3586</code></a>
 chore(deps-dev): bump puppeteer from 22.4.0 to 22.4.1 (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5099";>#5099</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-dev-server/commit/22014428e6e8ccf471896fdaef561b6398eed33f";><code>2201442</code></a>
 chore(deps): update (<a 
href="https://redirect.github.com/webpack/webpack-dev-server/issues/5096";>#5096</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/webpack-dev-server/compare/v3.2.1...v5.0.4";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@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/pinot/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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to