fix(deps): bump tar from 7.4.3 to 7.5.1#249
Merged
mcous merged 2 commits intoJS-DevTools:mainfrom Sep 26, 2025
Merged
Conversation
mcous
reviewed
Sep 26, 2025
Member
mcous
left a comment
There was a problem hiding this comment.
Thanks for the contribution and getting this resolved upstream! It looks like the lockfile got some unrelated changes - this can happen when using pnpm update.
Would you mind running a quick command to regenerate the lockfile with just the tar-related changes? I'd do it myself but it doesn't look like I have push permissions on this branch
git restore --source=main -- pnpm-lock.yaml && pnpm install
Contributor
Author
|
@mcous Sure! Thanks for the quick response. $ git restore --source=main -- pnpm-lock.yaml && pnpm install
Packages: +40 -40
++++++++++++++++++++++++++++++++++++++++----------------------------------------
Progress: resolved 404, reused 318, downloaded 28, added 40, done
node_modules/.pnpm/esbuild@0.25.9/node_modules/esbuild: Running postinstall script, done in 375ms
devDependencies:
- @types/node 24.5.2
+ @types/node 24.4.0
- eslint 9.36.0
+ eslint 9.35.0
- eslint-plugin-jsdoc 57.2.1
+ eslint-plugin-jsdoc 57.0.8
Done in 8.4s using pnpm v10.16.1I've just pushed these changes. Please take a look. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is related to #243 issue. The issue itself has been fixed in the
node-tarrepository (isaacs/node-tar@5330eb0) and new version has been released: https://github.com/isaacs/node-tar/releases/tag/v7.5.1In this PR I've bumped
tarversion to the5.7.1, builtdistdirectory and checked the results withcodeql- no issues are found: