dependabot[bot] opened a new pull request, #141:
URL: https://github.com/apache/cordova-fetch/pull/141

   Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.3 and updates 
ancestor dependency [pacote](https://github.com/npm/pacote). These dependencies 
need to be updated together.
   
   Updates `tar` from 7.4.3 to 7.5.3
   <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.5</h2>
   <ul>
   <li>Added <code>zstd</code> compression support.</li>
   </ul>
   <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>Drop support for node &lt;18</li>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/03138441b238f48070fb22824b2529c445bc70c7";><code>0313844</code></a>
 7.5.3</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/340eb285b6d986e91969a1170d7fe9b0face405e";><code>340eb28</code></a>
 fix: sanitize absolute linkpaths properly</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/8bb83f7e5154fad0302c8329f4b7472ef139f86b";><code>8bb83f7</code></a>
 update deps</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/1c4aedd28a3a1b125c9f00a3daa489fafe8d8512";><code>1c4aedd</code></a>
 Fix typo in onWriteEntry documentation</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/d9ea73a9b3fc0a2f9734fda65279f48c7cc99f28";><code>d9ea73a</code></a>
 7.5.2</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/5e1a8e638600d3c3a2969b4de6a6ec44fa8d74c9";><code>5e1a8e6</code></a>
 Fix sync tar.list when file size reduces while reading</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/0fbeaeddf583e5aee1281fc6bf2d2b435594bbbd";><code>0fbeaed</code></a>
 formatting</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/2dbacfe3398e262865beb80ffb278dc5bec8399e";><code>2dbacfe</code></a>
 add types for make-tar util</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/c5865d3120ab1367e78e64619ad03b1835d945ae";><code>c5865d3</code></a>
 remove unused taprc file</li>
   <li><a 
href="https://github.com/isaacs/node-tar/commit/bdb38096afdec3046e99b969971987c86c4e4292";><code>bdb3809</code></a>
 header: only read from ustar block if not specified in Pax</li>
   <li>Additional commits viewable in <a 
href="https://github.com/isaacs/node-tar/compare/v7.4.3...v7.5.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `pacote` from 21.0.0 to 21.0.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/npm/pacote/releases";>pacote's releases</a>.</em></p>
   <blockquote>
   <h2>v21.0.4</h2>
   <h2><a 
href="https://github.com/npm/pacote/compare/v21.0.3...v21.0.4";>21.0.4</a> 
(2025-11-13)</h2>
   <h3>Dependencies</h3>
   <ul>
   <li><a 
href="https://github.com/npm/pacote/commit/edbcc02933255ad72ab1d9f5adc070692e402c9b";><code>edbcc02</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/436";>#436</a> 
<code>[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/8dc1f2294ffc8843e65fe582dde49756581580e1";><code>8dc1f22</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/436";>#436</a> 
<code>@npmcli/[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/505c3b0c8335694c690e18c0aba373e68482545e";><code>505c3b0</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/436";>#436</a> 
<code>[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/a23fb17692d2978290441e99e2d8baf68a4bd22e";><code>a23fb17</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/436";>#436</a> 
<code>@npmcli/[email protected]</code></li>
   </ul>
   <h3>Chores</h3>
   <ul>
   <li><a 
href="https://github.com/npm/pacote/commit/ff261aa39e58437776043bb562fd388742d39185";><code>ff261aa</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/436";>#436</a> 
<code>@npmcli/[email protected]</code> (<a 
href="https://github.com/wraithgar";><code>@​wraithgar</code></a>)</li>
   <li><a 
href="https://github.com/npm/pacote/commit/2bba86201e3e5c226ff23544a18cdc8d480eb888";><code>2bba862</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/436";>#436</a> 
<code>@npmcli/[email protected]</code> (<a 
href="https://github.com/wraithgar";><code>@​wraithgar</code></a>)</li>
   </ul>
   <h2>v21.0.3</h2>
   <h2><a 
href="https://github.com/npm/pacote/compare/v21.0.2...v21.0.3";>21.0.3</a> 
(2025-09-17)</h2>
   <h3>Dependencies</h3>
   <ul>
   <li><a 
href="https://github.com/npm/pacote/commit/eed1bd52ea803bf075a81d3786c5240856aed9bf";><code>eed1bd5</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/431";>#431</a> 
<code>@npmcli/[email protected]</code> (<a 
href="https://redirect.github.com/npm/pacote/issues/431";>#431</a>)</li>
   </ul>
   <h2>v21.0.2</h2>
   <h2><a 
href="https://github.com/npm/pacote/compare/v21.0.1...v21.0.2";>21.0.2</a> 
(2025-09-17)</h2>
   <h3>Dependencies</h3>
   <ul>
   <li><a 
href="https://github.com/npm/pacote/commit/32cb6d13bb0ef38473a1660329076b73bf4e2dea";><code>32cb6d1</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/429";>#429</a> 
<code>[email protected]</code> (<a 
href="https://redirect.github.com/npm/pacote/issues/429";>#429</a>)</li>
   </ul>
   <h2>v21.0.1</h2>
   <h2><a 
href="https://github.com/npm/pacote/compare/v21.0.0...v21.0.1";>21.0.1</a> 
(2025-09-02)</h2>
   <h3>Dependencies</h3>
   <ul>
   <li><a 
href="https://github.com/npm/pacote/commit/aae7798cdd0b08fcb4f648490b12d08f79016942";><code>aae7798</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/428";>#428</a> 
<code>@npmcli/[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/1b233e33ecc6cde26a280aabc8745d60853da80c";><code>1b233e3</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/428";>#428</a> 
<code>@npmcli/[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/d4b97ec0960485166513cf1583a71c575456bdea";><code>d4b97ec</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/428";>#428</a> 
<code>[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/cf274873d6a5a94a20859329d0dadf40b4b66711";><code>cf27487</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/428";>#428</a> 
<code>[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/3e89235353d83e632408c322dc2a6ac21326e4e9";><code>3e89235</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/428";>#428</a> 
<code>[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/d46fc27cbc572f8a2c6310129d27876a977eb59b";><code>d46fc27</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/428";>#428</a> 
<code>[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/2a6a9f0b25b8451337e266379660561d7178a48d";><code>2a6a9f0</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/428";>#428</a> 
<code>[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/bbb72cfa30ed9a188c0117b6bf9a934ed381d453";><code>bbb72cf</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/428";>#428</a> 
<code>[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/8a642c0d83f1cc740d60293fcd38be2ac0d52083";><code>8a642c0</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/426";>#426</a> 
<code>[email protected]</code> (<a 
href="https://redirect.github.com/npm/pacote/issues/426";>#426</a>)</li>
   </ul>
   <h3>Chores</h3>
   <ul>
   <li><a 
href="https://github.com/npm/pacote/commit/f81d8ed2458d58fe42b3cb67f96f2befc5422d3d";><code>f81d8ed</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/417";>#417</a> bump 
<code>@​npmcli/arborist</code> from 8.0.0 to 9.0.0 (<a 
href="https://redirect.github.com/npm/pacote/issues/417";>#417</a>) (<a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot])</li>
   <li><a 
href="https://github.com/npm/pacote/commit/0310b7be04fea4919bf11f66acde1e204a18cff4";><code>0310b7b</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/422";>#422</a> tests 
should not inherit --ignore-scripts flag from `npm run t… (<a 
href="https://redirect.github.com/npm/pacote/issues/422";>#422</a>) (<a 
href="https://github.com/owlstronaut";><code>@​owlstronaut</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/npm/pacote/blob/main/CHANGELOG.md";>pacote's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/npm/pacote/compare/v21.0.3...v21.0.4";>21.0.4</a> 
(2025-11-13)</h2>
   <h3>Dependencies</h3>
   <ul>
   <li><a 
href="https://github.com/npm/pacote/commit/edbcc02933255ad72ab1d9f5adc070692e402c9b";><code>edbcc02</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/436";>#436</a> 
<code>[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/8dc1f2294ffc8843e65fe582dde49756581580e1";><code>8dc1f22</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/436";>#436</a> 
<code>@npmcli/[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/505c3b0c8335694c690e18c0aba373e68482545e";><code>505c3b0</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/436";>#436</a> 
<code>[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/a23fb17692d2978290441e99e2d8baf68a4bd22e";><code>a23fb17</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/436";>#436</a> 
<code>@npmcli/[email protected]</code></li>
   </ul>
   <h3>Chores</h3>
   <ul>
   <li><a 
href="https://github.com/npm/pacote/commit/ff261aa39e58437776043bb562fd388742d39185";><code>ff261aa</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/436";>#436</a> 
<code>@npmcli/[email protected]</code> (<a 
href="https://github.com/wraithgar";><code>@​wraithgar</code></a>)</li>
   <li><a 
href="https://github.com/npm/pacote/commit/2bba86201e3e5c226ff23544a18cdc8d480eb888";><code>2bba862</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/436";>#436</a> 
<code>@npmcli/[email protected]</code> (<a 
href="https://github.com/wraithgar";><code>@​wraithgar</code></a>)</li>
   </ul>
   <h2><a 
href="https://github.com/npm/pacote/compare/v21.0.2...v21.0.3";>21.0.3</a> 
(2025-09-17)</h2>
   <h3>Dependencies</h3>
   <ul>
   <li><a 
href="https://github.com/npm/pacote/commit/eed1bd52ea803bf075a81d3786c5240856aed9bf";><code>eed1bd5</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/431";>#431</a> 
<code>@npmcli/[email protected]</code> (<a 
href="https://redirect.github.com/npm/pacote/issues/431";>#431</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/npm/pacote/compare/v21.0.1...v21.0.2";>21.0.2</a> 
(2025-09-17)</h2>
   <h3>Dependencies</h3>
   <ul>
   <li><a 
href="https://github.com/npm/pacote/commit/32cb6d13bb0ef38473a1660329076b73bf4e2dea";><code>32cb6d1</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/429";>#429</a> 
<code>[email protected]</code> (<a 
href="https://redirect.github.com/npm/pacote/issues/429";>#429</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/npm/pacote/compare/v21.0.0...v21.0.1";>21.0.1</a> 
(2025-09-02)</h2>
   <h3>Dependencies</h3>
   <ul>
   <li><a 
href="https://github.com/npm/pacote/commit/aae7798cdd0b08fcb4f648490b12d08f79016942";><code>aae7798</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/428";>#428</a> 
<code>@npmcli/[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/1b233e33ecc6cde26a280aabc8745d60853da80c";><code>1b233e3</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/428";>#428</a> 
<code>@npmcli/[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/d4b97ec0960485166513cf1583a71c575456bdea";><code>d4b97ec</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/428";>#428</a> 
<code>[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/cf274873d6a5a94a20859329d0dadf40b4b66711";><code>cf27487</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/428";>#428</a> 
<code>[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/3e89235353d83e632408c322dc2a6ac21326e4e9";><code>3e89235</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/428";>#428</a> 
<code>[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/d46fc27cbc572f8a2c6310129d27876a977eb59b";><code>d46fc27</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/428";>#428</a> 
<code>[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/2a6a9f0b25b8451337e266379660561d7178a48d";><code>2a6a9f0</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/428";>#428</a> 
<code>[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/bbb72cfa30ed9a188c0117b6bf9a934ed381d453";><code>bbb72cf</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/428";>#428</a> 
<code>[email protected]</code></li>
   <li><a 
href="https://github.com/npm/pacote/commit/8a642c0d83f1cc740d60293fcd38be2ac0d52083";><code>8a642c0</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/426";>#426</a> 
<code>[email protected]</code> (<a 
href="https://redirect.github.com/npm/pacote/issues/426";>#426</a>)</li>
   </ul>
   <h3>Chores</h3>
   <ul>
   <li><a 
href="https://github.com/npm/pacote/commit/f81d8ed2458d58fe42b3cb67f96f2befc5422d3d";><code>f81d8ed</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/417";>#417</a> bump 
<code>@​npmcli/arborist</code> from 8.0.0 to 9.0.0 (<a 
href="https://redirect.github.com/npm/pacote/issues/417";>#417</a>) (<a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot])</li>
   <li><a 
href="https://github.com/npm/pacote/commit/0310b7be04fea4919bf11f66acde1e204a18cff4";><code>0310b7b</code></a>
 <a href="https://redirect.github.com/npm/pacote/pull/422";>#422</a> tests 
should not inherit --ignore-scripts flag from `npm run t… (<a 
href="https://redirect.github.com/npm/pacote/issues/422";>#422</a>) (<a 
href="https://github.com/owlstronaut";><code>@​owlstronaut</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/npm/pacote/commit/4b559c4c663a23f988f6be5094c9a45faf6231bc";><code>4b559c4</code></a>
 chore: release 21.0.4 (<a 
href="https://redirect.github.com/npm/pacote/issues/437";>#437</a>)</li>
   <li><a 
href="https://github.com/npm/pacote/commit/ff261aa39e58437776043bb562fd388742d39185";><code>ff261aa</code></a>
 chore: <code>@​npmcli/eslint-config</code><a 
href="https://github.com/6";><code>@​6</code></a>.0.0</li>
   <li><a 
href="https://github.com/npm/pacote/commit/2bba86201e3e5c226ff23544a18cdc8d480eb888";><code>2bba862</code></a>
 chore: <code>@​npmcli/template-oss</code><a 
href="https://github.com/4";><code>@​4</code></a>.28.0</li>
   <li><a 
href="https://github.com/npm/pacote/commit/edbcc02933255ad72ab1d9f5adc070692e402c9b";><code>edbcc02</code></a>
 deps: [email protected]</li>
   <li><a 
href="https://github.com/npm/pacote/commit/8dc1f2294ffc8843e65fe582dde49756581580e1";><code>8dc1f22</code></a>
 deps: <code>@​npmcli/installed-package-contents</code><a 
href="https://github.com/4";><code>@​4</code></a>.0.0</li>
   <li><a 
href="https://github.com/npm/pacote/commit/505c3b0c8335694c690e18c0aba373e68482545e";><code>505c3b0</code></a>
 deps: [email protected]</li>
   <li><a 
href="https://github.com/npm/pacote/commit/a23fb17692d2978290441e99e2d8baf68a4bd22e";><code>a23fb17</code></a>
 deps: <code>@​npmcli/promise-spawn</code><a 
href="https://github.com/9";><code>@​9</code></a>.0.0</li>
   <li><a 
href="https://github.com/npm/pacote/commit/5a3261c5f96a838e828b834851431aa03d459a27";><code>5a3261c</code></a>
 chore: release 21.0.3 (<a 
href="https://redirect.github.com/npm/pacote/issues/432";>#432</a>)</li>
   <li><a 
href="https://github.com/npm/pacote/commit/eed1bd52ea803bf075a81d3786c5240856aed9bf";><code>eed1bd5</code></a>
 deps: <code>@​npmcli/git</code><a 
href="https://github.com/7";><code>@​7</code></a>.0.0 (<a 
href="https://redirect.github.com/npm/pacote/issues/431";>#431</a>)</li>
   <li><a 
href="https://github.com/npm/pacote/commit/2c8720d0c9856c1fa7bb3037cd26bd1570f134bf";><code>2c8720d</code></a>
 chore: release 21.0.2 (<a 
href="https://redirect.github.com/npm/pacote/issues/430";>#430</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/npm/pacote/compare/v21.0.0...v21.0.4";>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 pacote since your current version.</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 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/cordova-fetch/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