Fix: Apply non-breaking npm audit fixes#274
Merged
ModeSevenIndustrialSolutions merged 1 commit intoJul 1, 2026
Merged
Conversation
Applied npm audit fix without --force. Updated transitive dependency versions in package-lock.json. Audit counts drop from 55 vulnerabilities: - before: 18 low, 23 moderate, 12 high, 2 critical - after: 9 low, 17 moderate, 0 high, 0 critical Remaining advisories require breaking major upgrades to: - probot 14.3.2 - jest 30.4.2 Closes dcoapp#259 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
|
@tykeal is attempting to deploy a commit to the DCO App Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ModeSevenIndustrialSolutions
approved these changes
Jul 1, 2026
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.
Summary
npm audit fixwithout--force.package-lock.jsontransitive dependency versions only.Audit counts
Remaining major-only advisories
All remaining fixes require
npm audit fix --forceand breaking upgrades toprobot@14.3.2orjest@30.4.2:@octokit/plugin-paginate-restReDoS (moderate), GHSA-h5c3-5r3r-rr8q; requiresprobot@14.3.2.@octokit/requestReDoS (moderate), GHSA-rmvr-2pp2-xj38; requiresprobot@14.3.2.@octokit/request-errorReDoS (moderate), GHSA-xx4v-prfh-6cgc; requiresprobot@14.3.2.uuidmissing buffer bounds check (moderate), GHSA-w5hq-g745-h8pq; requiresprobot@14.3.2.@tootallnate/onceincorrect control flow scoping (low), GHSA-vpq2-c234-7xj6; requiresjest@30.4.2.Validation
npm cinpm teston Node v24.18.0 vianpx -p node@24Closes #259