Skip to content

Commit 546d26a

Browse files
chore(deps): bump tar from 7.4.3 to 7.5.3 (#3126)
Bumps [tar](https://github.com/isaacs/node-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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar&package-manager=npm_and_yarn&previous-version=7.4.3&new-version=7.5.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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/hyochan/react-native-iap/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0db5dc commit 546d26a

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

yarn.lock

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11138,6 +11138,15 @@ __metadata:
1113811138
languageName: node
1113911139
linkType: hard
1114011140

11141+
"minizlib@npm:^3.1.0":
11142+
version: 3.1.0
11143+
resolution: "minizlib@npm:3.1.0"
11144+
dependencies:
11145+
minipass: ^7.1.2
11146+
checksum: a15e6f0128f514b7d41a1c68ce531155447f4669e32d279bba1c1c071ef6c2abd7e4d4579bb59ccc2ed1531346749665968fdd7be8d83eb6b6ae2fe1f3d370a7
11147+
languageName: node
11148+
linkType: hard
11149+
1114111150
"mkdirp@npm:^1.0.4":
1114211151
version: 1.0.4
1114311152
resolution: "mkdirp@npm:1.0.4"
@@ -11147,15 +11156,6 @@ __metadata:
1114711156
languageName: node
1114811157
linkType: hard
1114911158

11150-
"mkdirp@npm:^3.0.1":
11151-
version: 3.0.1
11152-
resolution: "mkdirp@npm:3.0.1"
11153-
bin:
11154-
mkdirp: dist/cjs/src/bin.js
11155-
checksum: 972deb188e8fb55547f1e58d66bd6b4a3623bf0c7137802582602d73e6480c1c2268dcbafbfb1be466e00cc7e56ac514d7fd9334b7cf33e3e2ab547c16f83a8d
11156-
languageName: node
11157-
linkType: hard
11158-
1115911159
"ms@npm:2.0.0":
1116011160
version: 2.0.0
1116111161
resolution: "ms@npm:2.0.0"
@@ -13683,16 +13683,15 @@ __metadata:
1368313683
linkType: hard
1368413684

1368513685
"tar@npm:^7.4.3":
13686-
version: 7.4.3
13687-
resolution: "tar@npm:7.4.3"
13686+
version: 7.5.3
13687+
resolution: "tar@npm:7.5.3"
1368813688
dependencies:
1368913689
"@isaacs/fs-minipass": ^4.0.0
1369013690
chownr: ^3.0.0
1369113691
minipass: ^7.1.2
13692-
minizlib: ^3.0.1
13693-
mkdirp: ^3.0.1
13692+
minizlib: ^3.1.0
1369413693
yallist: ^5.0.0
13695-
checksum: 8485350c0688331c94493031f417df069b778aadb25598abdad51862e007c39d1dd5310702c7be4a6784731a174799d8885d2fde0484269aea205b724d7b2ffa
13694+
checksum: 146cd30727cd886c6cbed9e8f67c280f98bcab57c69d7acdb44d8a743987aac9b27cb10a98c2ea3cd416ded44ee93cad84c4acd6abad900f6aaa4845ceaf1b46
1369613695
languageName: node
1369713696
linkType: hard
1369813697

0 commit comments

Comments
 (0)