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

   Removes 
[serialize-javascript](https://github.com/yahoo/serialize-javascript). It's no 
longer used after updating ancestor dependencies 
[serialize-javascript](https://github.com/yahoo/serialize-javascript), 
[terser-webpack-plugin](https://github.com/webpack/minimizer-webpack-plugin) 
and [copy-webpack-plugin](https://github.com/webpack/copy-webpack-plugin). 
These dependencies need to be updated together.
   
   Removes `serialize-javascript`
   
   Updates `terser-webpack-plugin` from 5.3.16 to 5.6.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/minimizer-webpack-plugin/releases";>terser-webpack-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>v5.6.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>
   <p>support array of minimizers for <code>minify</code> and 
<code>terserOptions</code> (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674";>#674</a>)</p>
   </li>
   <li>
   <p>add built-in CSS minimizers from 
<code>css-minimizer-webpack-plugin</code> (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674";>#674</a>)</p>
   </li>
   <li>
   <p>add built-in HTML minimizers from 
<code>html-minimizer-webpack-plugin</code> (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674";>#674</a>)</p>
   </li>
   <li>
   <p>add <code>filter</code> method to minimizers, allowing a single plugin 
instance to handle multiple asset types (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674";>#674</a>)</p>
   </li>
   <li>
   <p>terser-webpack-plugin has been renamed to minimizer-webpack-plugin, 
merging other minimizers from css-minimizer-webpack-plugin and 
html-minimizer-webpack-plugin. We will continue to publish new releases under 
the old name, but we recommend switching to the new package - 
minimizer-webpack-plugin. It is now a single plugin for minification. We also 
added the ability to specify different minifier types using only one plugin 
instance, which will improve performance. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/677";>#677</a>)</p>
   </li>
   <li>
   <p>rename <code>terserOptions</code> to <code>minimizerOptions</code>; 
<code>terserOptions</code> is kept as a deprecated alias (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674";>#674</a>)</p>
   </li>
   </ul>
   <p>All notable changes to this project will be documented in this file. See 
<a 
href="https://github.com/conventional-changelog/standard-version";>standard-version</a>
 for commit guidelines.</p>
   <h2>v5.5.0</h2>
   <p>All notable changes to this project will be documented in this file. See 
<a 
href="https://github.com/conventional-changelog/standard-version";>standard-version</a>
 for commit guidelines.</p>
   <h2><a 
href="https://github.com/webpack/terser-webpack-plugin/compare/v5.4.0...v5.5.0";>5.5.0</a>
 (2026-04-23)</h2>
   <h3>Features</h3>
   <ul>
   <li>support extractComments in swcMinify (<a 
href="https://redirect.github.com/webpack/terser-webpack-plugin/issues/665";>#665</a>)
 (<a 
href="https://github.com/webpack/terser-webpack-plugin/commit/03143d3fe38eae8a177eafd2cf2c225949d8fd95";>03143d3</a>)</li>
   </ul>
   <h2>v5.4.0</h2>
   <h2><a 
href="https://github.com/webpack/terser-webpack-plugin/compare/v5.3.17...v5.4.0";>5.4.0</a>
 (2026-03-10)</h2>
   <h3>Features</h3>
   <ul>
   <li>added ability to minimize <code>JSON</code> using 
<code>jsonMinify</code> (<a 
href="https://redirect.github.com/webpack/terser-webpack-plugin/issues/657";>#657</a>)
 (<a 
href="https://github.com/webpack/terser-webpack-plugin/commit/29ac915e58ec2ff81346d936ee2cf63ac6e300b8";>29ac915</a>)</li>
   </ul>
   <h2>v5.3.17</h2>
   <h3><a 
href="https://github.com/webpack/terser-webpack-plugin/compare/v5.3.16...v5.3.17";>5.3.17</a>
 (2026-03-03)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>update <code>serialize-javascript</code> (<a 
href="https://github.com/webpack/terser-webpack-plugin/commit/37c490c326ffe3416b50028a91bfba5661e1344e";>37c490c</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/minimizer-webpack-plugin/blob/main/CHANGELOG.md";>terser-webpack-plugin's
 changelog</a>.</em></p>
   <blockquote>
   <h2>5.6.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>
   <p>support array of minimizers for <code>minify</code> and 
<code>terserOptions</code> (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674";>#674</a>)</p>
   </li>
   <li>
   <p>add built-in CSS minimizers from 
<code>css-minimizer-webpack-plugin</code> (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674";>#674</a>)</p>
   </li>
   <li>
   <p>add built-in HTML minimizers from 
<code>html-minimizer-webpack-plugin</code> (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674";>#674</a>)</p>
   </li>
   <li>
   <p>add <code>filter</code> method to minimizers, allowing a single plugin 
instance to handle multiple asset types (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674";>#674</a>)</p>
   </li>
   <li>
   <p>terser-webpack-plugin has been renamed to minimizer-webpack-plugin, 
merging other minimizers from css-minimizer-webpack-plugin and 
html-minimizer-webpack-plugin. We will continue to publish new releases under 
the old name, but we recommend switching to the new package - 
minimizer-webpack-plugin. It is now a single plugin for minification. We also 
added the ability to specify different minifier types using only one plugin 
instance, which will improve performance. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/677";>#677</a>)</p>
   </li>
   <li>
   <p>rename <code>terserOptions</code> to <code>minimizerOptions</code>; 
<code>terserOptions</code> is kept as a deprecated alias (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/minimizer-webpack-plugin/pull/674";>#674</a>)</p>
   </li>
   </ul>
   <p>All notable changes to this project will be documented in this file. See 
<a 
href="https://github.com/conventional-changelog/standard-version";>standard-version</a>
 for commit guidelines.</p>
   <h2><a 
href="https://github.com/webpack/terser-webpack-plugin/compare/v5.4.0...v5.5.0";>5.5.0</a>
 (2026-04-23)</h2>
   <h3>Features</h3>
   <ul>
   <li>support extractComments in swcMinify (<a 
href="https://redirect.github.com/webpack/terser-webpack-plugin/issues/665";>#665</a>)
 (<a 
href="https://github.com/webpack/terser-webpack-plugin/commit/03143d3fe38eae8a177eafd2cf2c225949d8fd95";>03143d3</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack/terser-webpack-plugin/compare/v5.3.17...v5.4.0";>5.4.0</a>
 (2026-03-10)</h2>
   <h3>Features</h3>
   <ul>
   <li>added ability to minimizer <code>JSON</code> using 
<code>jsonMinify</code> (<a 
href="https://redirect.github.com/webpack/terser-webpack-plugin/issues/657";>#657</a>)
 (<a 
href="https://github.com/webpack/terser-webpack-plugin/commit/29ac915e58ec2ff81346d936ee2cf63ac6e300b8";>29ac915</a>)</li>
   </ul>
   <h3><a 
href="https://github.com/webpack/terser-webpack-plugin/compare/v5.3.16...v5.3.17";>5.3.17</a>
 (2026-03-03)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>update <code>serialize-javascript</code> (<a 
href="https://github.com/webpack/terser-webpack-plugin/commit/37c490c326ffe3416b50028a91bfba5661e1344e";>37c490c</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/minimizer-webpack-plugin/commit/57bdcfce0c18caff023bd6300f931d6f95ccf02c";><code>57bdcfc</code></a>
 chore(release): new release (<a 
href="https://redirect.github.com/webpack/minimizer-webpack-plugin/issues/675";>#675</a>)</li>
   <li><a 
href="https://github.com/webpack/minimizer-webpack-plugin/commit/6feeda0814c7e5301b10b7fb1c7e1bac55d460b8";><code>6feeda0</code></a>
 chore: add changelog entry (<a 
href="https://redirect.github.com/webpack/minimizer-webpack-plugin/issues/677";>#677</a>)</li>
   <li><a 
href="https://github.com/webpack/minimizer-webpack-plugin/commit/dd360be970bbcaf626c983687e3c3976f2941bbb";><code>dd360be</code></a>
 chore: rename other things</li>
   <li><a 
href="https://github.com/webpack/minimizer-webpack-plugin/commit/d78b6bd2d08bde174a8a69f16c890585caddc9fe";><code>d78b6bd</code></a>
 ci: dual-publish release as minimizer-webpack-plugin and 
terser-webpack-plugi...</li>
   <li><a 
href="https://github.com/webpack/minimizer-webpack-plugin/commit/e06c5269d55e916ee2629d9af5d812b64b62bec7";><code>e06c526</code></a>
 docs: add changesets for changes since v5.5.0 (<a 
href="https://redirect.github.com/webpack/minimizer-webpack-plugin/issues/674";>#674</a>)</li>
   <li><a 
href="https://github.com/webpack/minimizer-webpack-plugin/commit/a8759940d952c9f02c1a69da34bdd91bbaf6314b";><code>a875994</code></a>
 chore: update codebase</li>
   <li><a 
href="https://github.com/webpack/minimizer-webpack-plugin/commit/2bfd4f8fe6cac0b6637e39f3c4d68de93a273bd9";><code>2bfd4f8</code></a>
 ci: add changesets-driven release workflow (<a 
href="https://redirect.github.com/webpack/minimizer-webpack-plugin/issues/672";>#672</a>)</li>
   <li><a 
href="https://github.com/webpack/minimizer-webpack-plugin/commit/9b82a771e97f79c231cad8d5d8d5be3e8df140aa";><code>9b82a77</code></a>
 test: cover multi-asset minify and js-only minimizer fallback (<a 
href="https://redirect.github.com/webpack/minimizer-webpack-plugin/issues/671";>#671</a>)</li>
   <li><a 
href="https://github.com/webpack/minimizer-webpack-plugin/commit/34610d9645b6ffc428cacdfc45ca0fa3ed5e93a9";><code>34610d9</code></a>
 feat: added the <code>filter</code> method to minimizers and allow to handle 
different a...</li>
   <li><a 
href="https://github.com/webpack/minimizer-webpack-plugin/commit/1a34e62abb33a24d99a6ceb51706b8db16cd0f71";><code>1a34e62</code></a>
 feat: add built-in CSS minimizers from css-minimizer-webpack-plugin (<a 
href="https://redirect.github.com/webpack/minimizer-webpack-plugin/issues/669";>#669</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/minimizer-webpack-plugin/compare/v5.3.16...v5.6.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/~GitHub%20Actions";>GitHub Actions</a>, a new 
releaser for terser-webpack-plugin since your current version.</p>
   </details>
   <br />
   
   Updates `copy-webpack-plugin` from 12.0.2 to 14.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/copy-webpack-plugin/releases";>copy-webpack-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>v14.0.0</h2>
   <h2><a 
href="https://github.com/webpack/copy-webpack-plugin/compare/v13.0.1...v14.0.0";>14.0.0</a>
 (2026-03-02)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>minimum supported <code>Node.js</code> version is <code>20.9.0</code> 
(<a 
href="https://redirect.github.com/webpack/copy-webpack-plugin/issues/819";>#819</a>)
 (<a 
href="https://github.com/webpack/copy-webpack-plugin/commit/28812036cea4aa3e76e75597b0cd72eec53fe70d";>2881203</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>update <code>serialize-javascript</code> to fix security problems</li>
   </ul>
   <h2>v13.0.1</h2>
   <h3><a 
href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v13.0.0...v13.0.1";>13.0.1</a>
 (2025-08-12)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>better handling globs for watching (<a 
href="https://redirect.github.com/webpack-contrib/copy-webpack-plugin/issues/808";>#808</a>)
 (<a 
href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/a527c8985ab1fcd32b9a581df26653268e12ce2c";>a527c89</a>)</li>
   </ul>
   <h2>v13.0.0</h2>
   <h2><a 
href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v12.0.2...v13.0.0";>13.0.0</a>
 (2025-02-27)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>switch from <code>globby</code> and <code>fast-glob</code> to 
<code>tinyglobby</code> (<a 
href="https://redirect.github.com/webpack-contrib/copy-webpack-plugin/issues/795";>#795</a>)
 (<a 
href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/19fd937705ccb2161619e1e919f0b37b47453368";>19fd937</a>)</li>
   </ul>
   <p>For more information please visit <a 
href="https://github.com/SuperchupuDev/tinyglobby";><code>tinyglobby</code></a>.</p>
   <p>The breaking change only affects the developer who used these options - 
<a 
href="https://github.com/sindresorhus/globby#gitignore";><code>gitignore</code></a>
 and <a 
href="https://github.com/sindresorhus/globby#gitignore";><code>ignoreFiles</code></a>
 in the <code>globOptions</code> option.</p>
   <p>Please migrate to the <a 
href="https://github.com/SuperchupuDev/tinyglobby#options";><code>ignore</code></a>
 option.</p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>concurrency option is limited to files now (<a 
href="https://redirect.github.com/webpack-contrib/copy-webpack-plugin/issues/796";>#796</a>)
 (<a 
href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/d42469cfdc99a81f0f0ba97f6561f0e0db143994";>d42469c</a>)</li>
   <li>the order of patterns provided by the developer is respected</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/copy-webpack-plugin/blob/main/CHANGELOG.md";>copy-webpack-plugin's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/webpack/copy-webpack-plugin/compare/v13.0.1...v14.0.0";>14.0.0</a>
 (2026-03-02)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>minimum supported <code>Node.js</code> version is <code>20.9.0</code> 
(<a 
href="https://redirect.github.com/webpack/copy-webpack-plugin/issues/819";>#819</a>)
 (<a 
href="https://github.com/webpack/copy-webpack-plugin/commit/28812036cea4aa3e76e75597b0cd72eec53fe70d";>2881203</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>update <code>serialize-javascript</code> to fix security problems</li>
   </ul>
   <h3><a 
href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v13.0.0...v13.0.1";>13.0.1</a>
 (2025-08-12)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>better handling globs for watching (<a 
href="https://redirect.github.com/webpack-contrib/copy-webpack-plugin/issues/808";>#808</a>)
 (<a 
href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/a527c8985ab1fcd32b9a581df26653268e12ce2c";>a527c89</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v12.0.2...v13.0.0";>13.0.0</a>
 (2025-02-27)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>switch from <code>globby</code> and <code>fast-glob</code> to 
<code>tinyglobby</code> (<a 
href="https://redirect.github.com/webpack-contrib/copy-webpack-plugin/issues/795";>#795</a>)
 (<a 
href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/19fd937705ccb2161619e1e919f0b37b47453368";>19fd937</a>)</li>
   </ul>
   <p>For more information please visit <a 
href="https://github.com/SuperchupuDev/tinyglobby";><code>tinyglobby</code></a>.</p>
   <p>The breaking change only affects the developer who used these options - 
<a 
href="https://github.com/sindresorhus/globby#gitignore";><code>gitignore</code></a>
 and <a 
href="https://github.com/sindresorhus/globby#gitignore";><code>ignoreFiles</code></a>
 in the <code>globOptions</code> option.</p>
   <p>Please migrate to the <a 
href="https://github.com/SuperchupuDev/tinyglobby#options";><code>ignore</code></a>
 option.</p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>concurrency option is limited to files now (<a 
href="https://redirect.github.com/webpack-contrib/copy-webpack-plugin/issues/796";>#796</a>)
 (<a 
href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/d42469cfdc99a81f0f0ba97f6561f0e0db143994";>d42469c</a>)</li>
   <li>the order of patterns provided by the developer is respected</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/copy-webpack-plugin/commit/18eb9d9fd4d01bfb886ae60ead7df184d75ba265";><code>18eb9d9</code></a>
 chore(release): 14.0.0</li>
   <li><a 
href="https://github.com/webpack/copy-webpack-plugin/commit/28812036cea4aa3e76e75597b0cd72eec53fe70d";><code>2881203</code></a>
 refactor!: minimum supported <code>Node.js</code> version is 
<code>20.9.0</code> (<a 
href="https://redirect.github.com/webpack/copy-webpack-plugin/issues/819";>#819</a>)</li>
   <li><a 
href="https://github.com/webpack/copy-webpack-plugin/commit/9dc3d31182b6b240c14f38134f11960cdafda613";><code>9dc3d31</code></a>
 chore(deps-dev): bump ajv from 6.12.6 to 6.14.0 (<a 
href="https://redirect.github.com/webpack/copy-webpack-plugin/issues/815";>#815</a>)</li>
   <li><a 
href="https://github.com/webpack/copy-webpack-plugin/commit/5cf5a1dc8f6d2c4c6d36825eb252109f1b763cd7";><code>5cf5a1d</code></a>
 chore(deps): update (<a 
href="https://redirect.github.com/webpack/copy-webpack-plugin/issues/814";>#814</a>)</li>
   <li><a 
href="https://github.com/webpack/copy-webpack-plugin/commit/3dd5b6ee7be9ebd20c3bf12e7084e15a504ae3d8";><code>3dd5b6e</code></a>
 chore(deps): bump js-yaml (<a 
href="https://redirect.github.com/webpack/copy-webpack-plugin/issues/813";>#813</a>)</li>
   <li><a 
href="https://github.com/webpack/copy-webpack-plugin/commit/9ac38bb37f6fba3592f383fe880cd448119099a6";><code>9ac38bb</code></a>
 chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 (<a 
href="https://redirect.github.com/webpack/copy-webpack-plugin/issues/812";>#812</a>)</li>
   <li><a 
href="https://github.com/webpack/copy-webpack-plugin/commit/6a16bac55dafc6eaad71d36d5bf6fcdd214a0f63";><code>6a16bac</code></a>
 Update link to contributing guidelines in README</li>
   <li><a 
href="https://github.com/webpack/copy-webpack-plugin/commit/a1625f9990f876753377cf4b90ea1aabce15f7c1";><code>a1625f9</code></a>
 chore: migrate from contrib (<a 
href="https://redirect.github.com/webpack/copy-webpack-plugin/issues/810";>#810</a>)</li>
   <li><a 
href="https://github.com/webpack/copy-webpack-plugin/commit/9f6f20444bb25924d3eabcf92feaeadf728b5ab7";><code>9f6f204</code></a>
 chore: update github actions/checkout from v4 to v5 (<a 
href="https://redirect.github.com/webpack/copy-webpack-plugin/issues/809";>#809</a>)</li>
   <li><a 
href="https://github.com/webpack/copy-webpack-plugin/commit/73a30bcabd31457674d818553aa64ebe54f4c064";><code>73a30bc</code></a>
 chore(release): 13.0.1</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/copy-webpack-plugin/compare/v12.0.2...v14.0.0";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Install script changes</summary>
   <p>This version modifies <code>prepare</code> script that runs during 
installation. Review the package contents before updating.</p>
   </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 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-sandbox/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