build(build-tools): Update danger dependency (start of CVE remediation) #25081
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.
Description
Updates the
danger
dependency in build-tools to the latest version to get rid of the transitive dependency onparse-git-config
which is affected by https://nvd.nist.gov/vuln/detail/CVE-2025-25975. A PR was opened in their repo to fix it but the maintainer has not responded in several months.danger
decided to replace it with something else in v13.0.0 (see CHANGELOG). The breaking change announced there doesn't seem like something that should affect us as consumers ofdanger
.Note: since build-tools has a dev dependency on a previous version of itself, fully addressing the Component Governance alert (getting rid of all references to danger<13.0.0 in lockfiles) will need us to release build-tools with this fix, and update the dev dep to that version.
Reviewer Guidance
The review process is outlined on this wiki page.
AB#35181