Fixing almost all security depenency issues#1842
Merged
titanism merged 10 commits intoforwardemail:masterfrom Jan 6, 2026
Merged
Fixing almost all security depenency issues#1842titanism merged 10 commits intoforwardemail:masterfrom
titanism merged 10 commits intoforwardemail:masterfrom
Conversation
Automatically fixes one one low priority.
The project has been unmaintained for almost a decade and has dozens of security issues. https://github.com/defunctzombie/zuul/
Fixes security issue, https://github.com/expressjs/body-parser/releases/tag/1.20.4.
Fixes several transitive security issues.
Fixes some security dependencies.
Fixes some security dependencies, although there is still an unresolved upstream security dependency issue, browserify/tinyify#45. Adding a temporary override to avoid vulnerable terser version. No significant changes in tinyify, https://github.com/browserify/tinyify/blob/default/CHANGELOG.md. https://github.com/terser/terser/blob/master/CHANGELOG.md mentions breaking change on variables property in 4.0.0. Relevant?
Fixes some security dependencies. No significant changes, https://github.com/amilajack/eslint-plugin-compat/releases
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Collaborator
|
Can't use tinyify 4.0.0 due to browserify/tinyify#26 |
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.
Checklist
All commits pass
testandlintwithgit test.When starting, there were close to 70 issues (including several critical), the only three remaining are low priority and related to eslint and I think resolving those will require updating from eslint 8 to 9, so that's where I stopped.
All commits should be orthogonal and this PR can be split up in smaller ones if wanted.