Skip to content

Commit 0a24be2

Browse files
build(deps-dev): bump tar from 7.5.1 to 7.5.2 (#441)
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.1 to 7.5.2. <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/isaacs/node-tar/commit/d094cd7b710fc51f6b0a466a1f95ce068ee4591a"><code>d094cd7</code></a> BlueOak-1.0.0</li> <li><a href="https://github.com/isaacs/node-tar/commit/4a6ae729bf28a3e2065a9efec3f254d5a56601e4"><code>4a6ae72</code></a> Verify invulnerability to tarmageddon attack</li> <li>See full diff in <a href="https://github.com/isaacs/node-tar/compare/v7.5.1...v7.5.2">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.5.1&new-version=7.5.2)](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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 237de29 commit 0a24be2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"split2": "^4.2.0",
213213
"stacktrace-parser": "^0.1.11",
214214
"supports-color": "^10.2.2",
215-
"tar": "^7.5.1",
215+
"tar": "^7.5.2",
216216
"ts-node": "^10.9.2",
217217
"tsx": "^4.20.6",
218218
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)