dependabot[bot] opened a new pull request, #29531: URL: https://github.com/apache/superset/pull/29531
Bumps [tar](https://github.com/isaacs/node-tar) to 6.2.1 and updates ancestor dependency [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna). These dependencies need to be updated together. Updates `tar` from 6.1.11 to 6.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/isaacs/node-tar/releases">tar's releases</a>.</em></p> <blockquote> <h2>v6.1.13</h2> <h2><a href="https://github.com/npm/node-tar/compare/v6.1.12...v6.1.13">6.1.13</a> (2022-12-07)</h2> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/npm/node-tar/commit/cc4e0ddfe523a0bce383846a67442c637a65d486"><code>cc4e0dd</code></a> <a href="https://redirect.github.com/npm/node-tar/pull/343">#343</a> bump minipass from 3.3.6 to 4.0.0</li> </ul> <h2>v6.1.12</h2> <h2><a href="https://github.com/npm/node-tar/compare/v6.1.11...v6.1.12">6.1.12</a> (2022-10-31)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-tar/commit/57493ee66ece50d62114e02914282fc37be3a91a"><code>57493ee</code></a> <a href="https://redirect.github.com/npm/node-tar/pull/332">#332</a> ensuring close event is emited after stream has ended (<a href="https://github.com/webark"><code>@webark</code></a>)</li> <li><a href="https://github.com/npm/node-tar/commit/b003c64f624332e24e19b30dc011069bb6708680"><code>b003c64</code></a> <a href="https://redirect.github.com/npm/node-tar/pull/314">#314</a> replace deprecated String.prototype.substr() (<a href="https://redirect.github.com/isaacs/node-tar/issues/314">#314</a>) (<a href="https://github.com/CommanderRoot"><code>@CommanderRoot</code></a>, <a href="https://github.com/lukekarrys"><code>@lukekarrys</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/node-tar/commit/f12992932f171ea248b27fad95e7d489a56d31ed"><code>f129929</code></a> <a href="https://redirect.github.com/npm/node-tar/pull/313">#313</a> remove dead link to benchmarks (<a href="https://redirect.github.com/isaacs/node-tar/issues/313">#313</a>) (<a href="https://github.com/yetzt"><code>@yetzt</code></a>)</li> <li><a href="https://github.com/npm/node-tar/commit/c1faa9f44001dfb0bc7638b2850eb6058bd56a4a"><code>c1faa9f</code></a> add examples/explanation of using tar.t (<a href="https://github.com/isaacs"><code>@isaacs</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md">tar's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>7.4</h2> <ul> <li>Deprecate <code>onentry</code> in favor of <code>onReadEntry</code> for clarity.</li> </ul> <h2>7.3</h2> <ul> <li>Add <code>onWriteEntry</code> option</li> </ul> <h2>7.2</h2> <ul> <li>DRY the command definitions into a single <code>makeCommand</code> method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.</li> </ul> <h2>7.1</h2> <ul> <li>Update minipass to v7.1.0</li> <li>Update the type definitions of <code>write()</code> and <code>end()</code> methods on <code>Unpack</code> and <code>Parser</code> classes to be compatible with the NodeJS.WritableStream type in the latest versions of <code>@types/node</code>.</li> </ul> <h2>7.0</h2> <ul> <li>Rewrite in TypeScript, provide ESM and CommonJS hybrid interface</li> <li>Add tree-shake friendly exports, like <code>import('tar/create')</code> and <code>import('tar/read-entry')</code> to get individual functions or classes.</li> <li>Add <code>chmod</code> option that defaults to false, and deprecate <code>noChmod</code>. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.</li> <li>Add <code>processUmask</code> option to avoid having to call <code>process.umask()</code> when <code>chmod: true</code> (or <code>noChmod: false</code>) is set.</li> </ul> <h2>6.2</h2> <ul> <li>Add support for brotli compression</li> <li>Add <code>maxDepth</code> option to prevent extraction into excessively deep folders.</li> </ul> <h2>6.1</h2> <ul> <li>remove dead link to benchmarks (<a href="https://redirect.github.com/isaacs/node-tar/issues/313">#313</a>) (<a href="https://github.com/yetzt"><code>@yetzt</code></a>)</li> <li>add examples/explanation of using tar.t (<a href="https://github.com/isaacs"><code>@isaacs</code></a>)</li> <li>ensure close event is emited after stream has ended (<a href="https://github.com/webark"><code>@webark</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-tar/commit/bef7b1e4ffab822681fea2a9b22187192ed14717"><code>bef7b1e</code></a> 6.2.1</li> <li><a href="https://github.com/isaacs/node-tar/commit/fe8cd57da5686f8695415414bda49206a545f7f7"><code>fe8cd57</code></a> prevent extraction in excessively deep subfolders</li> <li><a href="https://github.com/isaacs/node-tar/commit/fe7ebfdcede1f8a2e65db12e19ecc4b3a9934648"><code>fe7ebfd</code></a> remove security.md</li> <li><a href="https://github.com/isaacs/node-tar/commit/5bc9d404e88c39870e0fbb55655a53de6fbf0a04"><code>5bc9d40</code></a> 6.2.0</li> <li><a href="https://github.com/isaacs/node-tar/commit/fe1ef5ec87156ddadcec8b70cdec201f26665681"><code>fe1ef5e</code></a> changelog 6.2</li> <li><a href="https://github.com/isaacs/node-tar/commit/e483220935d931cf6b09292aba62170e68f36205"><code>e483220</code></a> get rid of npm lint stuff</li> <li><a href="https://github.com/isaacs/node-tar/commit/689928a0ba7d9b9014d88a5fa35261f9ae4ef2f3"><code>689928a</code></a> ci that works outside of npm org</li> <li><a href="https://github.com/isaacs/node-tar/commit/db6f53928650a04b340ecdc01db2d49937e5d63c"><code>db6f539</code></a> file inference improvements for .tbr and .tgz</li> <li><a href="https://github.com/isaacs/node-tar/commit/336fa8f27c44bec70d46a6482096af24c668ee16"><code>336fa8f</code></a> refactor: dry and other pr comments</li> <li><a href="https://github.com/isaacs/node-tar/commit/eeba22238736ed0832488efb3c515ada98073424"><code>eeba222</code></a> chore: lint fixes</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/node-tar/compare/v6.1.11...v6.2.1">compare view</a></li> </ul> </details> <br /> Updates `lerna` from 6.6.2 to 8.1.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lerna/lerna/releases">lerna's releases</a>.</em></p> <blockquote> <h2>v8.1.6</h2> <h2><a href="https://github.com/lerna/lerna/compare/v8.1.5...v8.1.6">8.1.6</a> (2024-07-05)</h2> <h3>Bug Fixes</h3> <ul> <li>set explicit string-width dependency (<a href="https://redirect.github.com/lerna/lerna/issues/4038">#4038</a>) (<a href="https://github.com/lerna/lerna/commit/5f3603a6f44a858ee65b1535ab91d3497812ddb8">5f3603a</a>)</li> </ul> <h2>v8.1.5</h2> <h2><a href="https://github.com/lerna/lerna/compare/v8.1.4...v8.1.5">8.1.5</a> (2024-06-24)</h2> <h3>Bug Fixes</h3> <ul> <li>update npm utility dependencies and related packages (<a href="https://redirect.github.com/lerna/lerna/issues/4033">#4033</a>) (<a href="https://github.com/lerna/lerna/commit/bd1c2d8a267af47b409e2933fde2186dd73f4772">bd1c2d8</a>)</li> </ul> <h2>v8.1.4</h2> <h2><a href="https://github.com/lerna/lerna/compare/v8.1.3...v8.1.4">8.1.4</a> (2024-06-09)</h2> <h3>Bug Fixes</h3> <ul> <li>specify 'dependencies: true' when prepping task runner options (<a href="https://redirect.github.com/lerna/lerna/issues/4017">#4017</a>) (<a href="https://github.com/lerna/lerna/commit/244462d59008f627ca7836c490a97951a9e5dd26">244462d</a>)</li> </ul> <h2>v8.1.3</h2> <h2><a href="https://github.com/lerna/lerna/compare/v8.1.2...v8.1.3">8.1.3</a> (2024-05-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> bump tar from 6.1.11 to 6.2.1 (<a href="https://redirect.github.com/lerna/lerna/issues/3990">#3990</a>) (<a href="https://github.com/lerna/lerna/commit/3fe0cf0b7f875f900f275320f3919853a953b3bb">3fe0cf0</a>)</li> <li><strong>list:</strong> flush output before exiting (<a href="https://redirect.github.com/lerna/lerna/issues/3971">#3971</a>) (<a href="https://github.com/lerna/lerna/commit/6426da86124e74800d5bd1414b0a9cdb0beaba4d">6426da8</a>)</li> <li>update to nx 19 (<a href="https://redirect.github.com/lerna/lerna/issues/4003">#4003</a>) (<a href="https://github.com/lerna/lerna/commit/03f476bb8f49de2ca602a903b27d16d0a3fc8ffc">03f476b</a>)</li> <li><strong>version:</strong> create release when using custom tag-version-separator (<a href="https://redirect.github.com/lerna/lerna/issues/3979">#3979</a>) (<a href="https://github.com/lerna/lerna/commit/cbe01baf7b591f89d830b5526a6d7043d98a2047">cbe01ba</a>)</li> </ul> <h2>v8.1.2</h2> <h2><a href="https://github.com/lerna/lerna/compare/v8.1.1...v8.1.2">8.1.2</a> (2024-02-05)</h2> <h3>Bug Fixes</h3> <ul> <li>improve git binary error (<a href="https://redirect.github.com/lerna/lerna/issues/3945">#3945</a>) (<a href="https://github.com/lerna/lerna/commit/763797295818876bb97d54ddced309d80315361f">7637972</a>)</li> </ul> <h2>v8.1.1</h2> <h2><a href="https://github.com/lerna/lerna/compare/v8.1.0...v8.1.1">8.1.1</a> (2024-02-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>list:</strong> explicitly exit upon completion (<a href="https://github.com/lerna/lerna/commit/bafe090e837675c0febb938bab3e8c71b27dbe70">bafe090</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md">lerna's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/lerna/lerna/compare/v8.1.5...v8.1.6">8.1.6</a> (2024-07-05)</h2> <h3>Bug Fixes</h3> <ul> <li>set explicit string-width dependency (<a href="https://redirect.github.com/lerna/lerna/issues/4038">#4038</a>) (<a href="https://github.com/lerna/lerna/commit/5f3603a6f44a858ee65b1535ab91d3497812ddb8">5f3603a</a>)</li> </ul> <h2><a href="https://github.com/lerna/lerna/compare/v8.1.4...v8.1.5">8.1.5</a> (2024-06-24)</h2> <h3>Bug Fixes</h3> <ul> <li>update npm utility dependencies and related packages (<a href="https://redirect.github.com/lerna/lerna/issues/4033">#4033</a>) (<a href="https://github.com/lerna/lerna/commit/bd1c2d8a267af47b409e2933fde2186dd73f4772">bd1c2d8</a>)</li> </ul> <h2><a href="https://github.com/lerna/lerna/compare/v8.1.3...v8.1.4">8.1.4</a> (2024-06-09)</h2> <p><strong>Note:</strong> Version bump only for package lerna</p> <h2><a href="https://github.com/lerna/lerna/compare/v8.1.2...v8.1.3">8.1.3</a> (2024-05-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> bump tar from 6.1.11 to 6.2.1 (<a href="https://redirect.github.com/lerna/lerna/issues/3990">#3990</a>) (<a href="https://github.com/lerna/lerna/commit/3fe0cf0b7f875f900f275320f3919853a953b3bb">3fe0cf0</a>)</li> <li>update to nx 19 (<a href="https://redirect.github.com/lerna/lerna/issues/4003">#4003</a>) (<a href="https://github.com/lerna/lerna/commit/03f476bb8f49de2ca602a903b27d16d0a3fc8ffc">03f476b</a>)</li> </ul> <h2><a href="https://github.com/lerna/lerna/compare/v8.1.1...v8.1.2">8.1.2</a> (2024-02-05)</h2> <p><strong>Note:</strong> Version bump only for package lerna</p> <h2><a href="https://github.com/lerna/lerna/compare/v8.1.0...v8.1.1">8.1.1</a> (2024-02-05)</h2> <p><strong>Note:</strong> Version bump only for package lerna</p> <h1><a href="https://github.com/lerna/lerna/compare/v8.0.2...v8.1.0">8.1.0</a> (2024-02-05)</h1> <h3>Features</h3> <ul> <li>support nx v18 (<a href="https://redirect.github.com/lerna/lerna/issues/3950">#3950</a>) (<a href="https://github.com/lerna/lerna/commit/ea3fb65b5f8f9af11a4acea3c63222283ea869d5">ea3fb65</a>)</li> </ul> <h2><a href="https://github.com/lerna/lerna/compare/v8.0.1...v8.0.2">8.0.2</a> (2024-01-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>add-caching:</strong> explicitly set targetDefaults for all scripts (<a href="https://redirect.github.com/lerna/lerna/issues/3929">#3929</a>) (<a href="https://github.com/lerna/lerna/commit/dae18c927a47326b29d35f8897e02632adb93790">dae18c9</a>)</li> </ul> <h2><a href="https://github.com/lerna/lerna/compare/v8.0.0...v8.0.1">8.0.1</a> (2023-12-15)</h2> <h3>Bug Fixes</h3> <ul> <li>update node-gyp usage to v10 to resolve npm warning (<a href="https://redirect.github.com/lerna/lerna/issues/3919">#3919</a>) (<a href="https://github.com/lerna/lerna/commit/f5fdcba1ef53fa8d779dcaf6c617cba3461f343c">f5fdcba</a>)</li> </ul> <h1><a href="https://github.com/lerna/lerna/compare/v7.4.2...v8.0.0">8.0.0</a> (2023-11-23)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lerna/lerna/commit/8d68f1d5977df0836abf17ce203eda998034da66"><code>8d68f1d</code></a> chore(misc): publish 8.1.6</li> <li><a href="https://github.com/lerna/lerna/commit/5f3603a6f44a858ee65b1535ab91d3497812ddb8"><code>5f3603a</code></a> fix: set explicit string-width dependency (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4038">#4038</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/3f91a3433fcca2c4a63a179497bbb7255cc86e16"><code>3f91a34</code></a> chore(misc): publish 8.1.5</li> <li><a href="https://github.com/lerna/lerna/commit/bd1c2d8a267af47b409e2933fde2186dd73f4772"><code>bd1c2d8</code></a> fix: update npm utility dependencies and related packages (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4033">#4033</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/7bd983510110d00d9c3db94fb99f74773ab75d40"><code>7bd9835</code></a> chore(misc): publish 8.1.4</li> <li><a href="https://github.com/lerna/lerna/commit/65657cd234e31c671de90b12aa58d630cff28280"><code>65657cd</code></a> chore: set corepack env vars in workflow (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4015">#4015</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/059864fd336b6131ee83f691de8f682a80901c32"><code>059864f</code></a> chore(misc): publish 8.1.3</li> <li><a href="https://github.com/lerna/lerna/commit/03f476bb8f49de2ca602a903b27d16d0a3fc8ffc"><code>03f476b</code></a> fix: update to nx 19 (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/4003">#4003</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/3fe0cf0b7f875f900f275320f3919853a953b3bb"><code>3fe0cf0</code></a> fix(deps): bump tar from 6.1.11 to 6.2.1 (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/3990">#3990</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/bb68e005cfcd3a8bea7091cbd2b40c97de17b6e1"><code>bb68e00</code></a> chore: update snapshots (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/3968">#3968</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lerna/lerna/commits/v8.1.6/packages/lerna">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/superset/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]
