Skip to content

Commit cee177d

Browse files
priyanshu92claude
andcommitted
Fix Dependabot security vulnerabilities (#132, #133)
- Updated tar override from ^7.5.8 to ^7.5.10 (resolves to 7.5.11) Addresses #133: Hardlink Path Traversal via Drive-Relative Linkpath (high) - Added @tootallnate/once override ^3.0.1 Addresses #132: Incorrect Control Flow Scoping (low) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 38015c0 commit cee177d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,8 @@
18581858
"@octokit/plugin-paginate-rest": "^9.2.2",
18591859
"@octokit/request-error": "^5.1.1",
18601860
"qs": "^6.14.2",
1861-
"tar": "^7.5.8",
1861+
"tar": "^7.5.10",
1862+
"@tootallnate/once": "^3.0.1",
18621863
"lodash": "^4.17.23",
18631864
"minimatch": "^10.2.3",
18641865
"serialize-javascript": "^7.0.3",

0 commit comments

Comments
 (0)