dependabot[bot] opened a new pull request, #18008: URL: https://github.com/apache/pinot/pull/18008
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 7.0.5 and updates ancestor dependencies [serialize-javascript](https://github.com/yahoo/serialize-javascript), [terser-webpack-plugin](https://github.com/webpack/terser-webpack-plugin) and [copy-webpack-plugin](https://github.com/webpack/copy-webpack-plugin). These dependencies need to be updated together. Updates `serialize-javascript` from 4.0.0 to 7.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/yahoo/serialize-javascript/releases">serialize-javascript's releases</a>.</em></p> <blockquote> <h2>v7.0.5</h2> <h3>Fixes</h3> <ul> <li>Improve robustness and validation for array-like object serialization.</li> <li>Fix an issue where certain object structures could lead to excessive CPU usage.</li> </ul> <p>For more details, please see GHSA-qj8w-gfj5-8c6v.</p> <h2>v7.0.4</h2> <h2>What's Changed</h2> <ul> <li>release: v7.0.4 by <a href="https://github.com/okuryu"><code>@okuryu</code></a> in <a href="https://redirect.github.com/yahoo/serialize-javascript/pull/211">yahoo/serialize-javascript#211</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/yahoo/serialize-javascript/compare/v7.0.3...v7.0.4">https://github.com/yahoo/serialize-javascript/compare/v7.0.3...v7.0.4</a></p> <h2>v7.0.3</h2> <ul> <li>fix(CVE-2020-7660): fix for RegExp.flags and Date.prototype.toISOString (<a href="https://redirect.github.com/yahoo/serialize-javascript/issues/207">#207</a>) 2e609d0</li> <li>build(deps-dev): bump lodash from 4.17.21 to 4.17.23 (<a href="https://redirect.github.com/yahoo/serialize-javascript/issues/206">#206</a>) 42b7cdb</li> </ul> <hr /> <p><a href="https://github.com/yahoo/serialize-javascript/compare/v7.0.2...v7.0.3">https://github.com/yahoo/serialize-javascript/compare/v7.0.2...v7.0.3</a></p> <h2>v7.0.2</h2> <h2>What's Changed</h2> <ul> <li>ci: bump GitHub Actions to latest versions by <a href="https://github.com/okuryu"><code>@okuryu</code></a> in <a href="https://redirect.github.com/yahoo/serialize-javascript/pull/203">yahoo/serialize-javascript#203</a></li> <li>ci: setup trusted publishing workflow by <a href="https://github.com/okuryu"><code>@okuryu</code></a> in <a href="https://redirect.github.com/yahoo/serialize-javascript/pull/204">yahoo/serialize-javascript#204</a></li> <li>release: v7.0.2 by <a href="https://github.com/okuryu"><code>@okuryu</code></a> in <a href="https://redirect.github.com/yahoo/serialize-javascript/pull/205">yahoo/serialize-javascript#205</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/yahoo/serialize-javascript/compare/v7.0.1...v7.0.2">https://github.com/yahoo/serialize-javascript/compare/v7.0.1...v7.0.2</a></p> <h2>v7.0.1</h2> <h2>What's Changed</h2> <ul> <li>Add warning about using this package to send arbitrary data to worker threads by <a href="https://github.com/valadaptive"><code>@valadaptive</code></a> in <a href="https://redirect.github.com/yahoo/serialize-javascript/pull/200">yahoo/serialize-javascript#200</a></li> <li>security: sanitize function bodies by <a href="https://github.com/redonkulus"><code>@redonkulus</code></a> in <a href="https://redirect.github.com/yahoo/serialize-javascript/pull/199">yahoo/serialize-javascript#199</a></li> <li>docs: tweak README by <a href="https://github.com/okuryu"><code>@okuryu</code></a> in <a href="https://redirect.github.com/yahoo/serialize-javascript/pull/201">yahoo/serialize-javascript#201</a></li> <li>release: v7.0.1 by <a href="https://github.com/okuryu"><code>@okuryu</code></a> in <a href="https://redirect.github.com/yahoo/serialize-javascript/pull/202">yahoo/serialize-javascript#202</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/redonkulus"><code>@redonkulus</code></a> made their first contribution in <a href="https://redirect.github.com/yahoo/serialize-javascript/pull/199">yahoo/serialize-javascript#199</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/yahoo/serialize-javascript/compare/v7.0.0...v7.0.1">https://github.com/yahoo/serialize-javascript/compare/v7.0.0...v7.0.1</a></p> <h2>v7.0.0</h2> <h2>Breaking Changes</h2> <ul> <li>requires Node.js v20+</li> </ul> <h2>What's Changed</h2> <ul> <li>Bump mocha from 10.2.0 to 10.4.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/yahoo/serialize-javascript/pull/178">yahoo/serialize-javascript#178</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yahoo/serialize-javascript/commit/df3f1c1fa9ca16b050ae893cb63ac23c91deed55"><code>df3f1c1</code></a> release: v7.0.5</li> <li><a href="https://github.com/yahoo/serialize-javascript/commit/f147e90269b58bb6e539cfdf3d0e20d6ad14204b"><code>f147e90</code></a> Merge commit from fork</li> <li><a href="https://github.com/yahoo/serialize-javascript/commit/eec32e08c5ac51bba2d8042101f6d2622c133110"><code>eec32e0</code></a> release: v7.0.4</li> <li><a href="https://github.com/yahoo/serialize-javascript/commit/d50571505a7776191346d714618867455b3354c1"><code>d505715</code></a> 7.0.3</li> <li><a href="https://github.com/yahoo/serialize-javascript/commit/2e609d0a9f4f5b097f0945af88bd45b9c7fb48d9"><code>2e609d0</code></a> fix(CVE-2020-7660): fix for RegExp.flags and Date.prototype.toISOString (<a href="https://redirect.github.com/yahoo/serialize-javascript/issues/207">#207</a>)</li> <li><a href="https://github.com/yahoo/serialize-javascript/commit/42b7cdbf32c289f42d7d9247fd3261dc7550e9ce"><code>42b7cdb</code></a> build(deps-dev): bump lodash from 4.17.21 to 4.17.23 (<a href="https://redirect.github.com/yahoo/serialize-javascript/issues/206">#206</a>)</li> <li><a href="https://github.com/yahoo/serialize-javascript/commit/44f544b85a8e2719890a0853184d83c4ecbc9bcb"><code>44f544b</code></a> release: v7.0.2 (<a href="https://redirect.github.com/yahoo/serialize-javascript/issues/205">#205</a>)</li> <li><a href="https://github.com/yahoo/serialize-javascript/commit/bba0ddd954b5bcca48857f9cb5f16379aa143b26"><code>bba0ddd</code></a> ci: setup trusted publishing workflow (<a href="https://redirect.github.com/yahoo/serialize-javascript/issues/204">#204</a>)</li> <li><a href="https://github.com/yahoo/serialize-javascript/commit/235f6ea0b827bdc1625046522b0bc50fd582c412"><code>235f6ea</code></a> ci: bump GitHub Actions to latest versions (<a href="https://redirect.github.com/yahoo/serialize-javascript/issues/203">#203</a>)</li> <li><a href="https://github.com/yahoo/serialize-javascript/commit/f7fff15630a450dfcbcb88d33f7dc30b4f1e41f8"><code>f7fff15</code></a> release: v7.0.1 (<a href="https://redirect.github.com/yahoo/serialize-javascript/issues/202">#202</a>)</li> <li>Additional commits viewable in <a href="https://github.com/yahoo/serialize-javascript/compare/v4.0.0...v7.0.5">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for serialize-javascript since your current version.</p> </details> <br /> Updates `terser-webpack-plugin` from 5.3.16 to 5.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/terser-webpack-plugin/releases">terser-webpack-plugin's releases</a>.</em></p> <blockquote> <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/terser-webpack-plugin/blob/main/CHANGELOG.md">terser-webpack-plugin's changelog</a>.</em></p> <blockquote> <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/terser-webpack-plugin/commit/543da6e282d654d804c8d9d86acdd5fde23d80bf"><code>543da6e</code></a> chore(release): 5.4.0</li> <li><a href="https://github.com/webpack/terser-webpack-plugin/commit/29ac915e58ec2ff81346d936ee2cf63ac6e300b8"><code>29ac915</code></a> feat: 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>)</li> <li><a href="https://github.com/webpack/terser-webpack-plugin/commit/e505deecb9230357b77532b88eda9392a682ba9e"><code>e505dee</code></a> fix: align with code</li> <li><a href="https://github.com/webpack/terser-webpack-plugin/commit/6f911ffba16ccd2bcfa99cd0bd7e956cab53d147"><code>6f911ff</code></a> chore(release): 5.3.17</li> <li><a href="https://github.com/webpack/terser-webpack-plugin/commit/37c490c326ffe3416b50028a91bfba5661e1344e"><code>37c490c</code></a> fix: update <code>serialize-javascript</code></li> <li><a href="https://github.com/webpack/terser-webpack-plugin/commit/207764f3ccbab62130b30a97d2df2780faf1bccd"><code>207764f</code></a> chore: deps update (<a href="https://redirect.github.com/webpack/terser-webpack-plugin/issues/652">#652</a>)</li> <li><a href="https://github.com/webpack/terser-webpack-plugin/commit/a85ab47e575f8ce5e750dad714f2a98382de1774"><code>a85ab47</code></a> chore(deps-dev): bump ajv from 6.12.6 to 6.14.0 (<a href="https://redirect.github.com/webpack/terser-webpack-plugin/issues/648">#648</a>)</li> <li>See full diff in <a href="https://github.com/webpack/terser-webpack-plugin/compare/v5.3.16...v5.4.0">compare view</a></li> </ul> </details> <br /> Updates `copy-webpack-plugin` from 5.1.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> <h2>v12.0.2</h2> <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v12.0.1...v12.0.2">12.0.2</a> (2024-01-17)</h3> <h3>Bug Fixes</h3> <ul> <li>improve perf (<a href="https://redirect.github.com/webpack-contrib/copy-webpack-plugin/issues/764">#764</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/a7379a9907b78e27b9fa44b474fd2a35671d806d">a7379a9</a>)</li> </ul> <h2>v12.0.1</h2> <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v12.0.0...v12.0.1">12.0.1</a> (2024-01-11)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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> <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v12.0.1...v12.0.2">12.0.2</a> (2024-01-17)</h3> <h3>Bug Fixes</h3> <ul> <li>improve perf (<a href="https://redirect.github.com/webpack-contrib/copy-webpack-plugin/issues/764">#764</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/a7379a9907b78e27b9fa44b474fd2a35671d806d">a7379a9</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v12.0.0...v12.0.1">12.0.1</a> (2024-01-11)</h3> <h3>Bug Fixes</h3> <ul> <li>improve perf (<a href="https://redirect.github.com/webpack-contrib/copy-webpack-plugin/issues/760">#760</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/55036ab50357326dafdbeb7dc91c93b75796fadd">55036ab</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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/v5.1.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/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: [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]
