-
Notifications
You must be signed in to change notification settings - Fork 685
fix: Revert "fix: update tmp dependency to solve CVE-2026-44705"
#6875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+51
−13
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -71,7 +71,7 @@ | |
| "@snyk/fix": "file:packages/snyk-fix", | ||
| "@snyk/gemfile": "1.2.0", | ||
| "@snyk/snyk-cocoapods-plugin": "3.1.0", | ||
| "@snyk/snyk-hex-plugin": "2.1.0", | ||
| "@snyk/snyk-hex-plugin": "2.1.1", | ||
| "@types/marked": "^4.0.0", | ||
| "abbrev": "^1.1.1", | ||
| "adm-zip": "^0.5.9", | ||
|
|
@@ -116,7 +116,7 @@ | |
| "snyk-config": "^5.0.0", | ||
| "snyk-cpp-plugin": "^2.24.3", | ||
| "snyk-docker-plugin": "9.7.0", | ||
| "snyk-go-plugin": "2.1.1", | ||
| "snyk-go-plugin": "2.1.2", | ||
| "snyk-gradle-plugin": "7.0.0", | ||
| "snyk-module": "3.1.0", | ||
| "snyk-mvn-plugin": "^4.7.0", | ||
|
|
@@ -190,7 +190,9 @@ | |
| "overrides": { | ||
| "cross-spawn@7.0.3": "7.0.6", | ||
| "minimatch@^3.1.2": "3.1.3", | ||
| "tmp": "0.2.7", | ||
| "snyk-python-plugin": { | ||
| "tmp@<0.2.6": "^0.2.6" | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am adding this override here until snyk-python-plugin will be fixed upstream |
||
| }, | ||
| "@yarnpkg/core@4.5.0": { | ||
| "tar": "7.5.11" | ||
| }, | ||
|
|
||
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robertolopezlopez Why is this diff so big? Did you use a different NodeJs version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI also has a few weird failures, I think something is not right.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v22.22.2 as stated in
.nvmrc. I have not added anythingpackage-lock.jsonapart from whatnpm installdid.Yes, I have seen those strange errors and do not really understand the reason :-/
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The big diff may be related to the version bump for
@snyk/snyk-hex-pluginandsnyk-go-pluginThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you try to regenerate this again? I did the same changes locally to the package.json file and I got this diff for the lockfile, which I think makes more sense. The +7.8k -5.5k sounds too big for just 2-3 dependency changes (also most of them are minor updates).
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird enough, I applied the same commands once again and got much smaller diff. Still, not the +46-10 you got
So what are you doing exactly? Which node.js version? Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
npm i