fix(deps): resolve transitive security advisories#2941
Merged
Conversation
Force patched versions of transitive-only dependencies flagged by Dependabot. All direct runtime deps were already patched; these overrides clear the nested copies pulled by build/dev tooling. - node-gyp 11.2.0: replaces tar 6.2.1 with patched 7.5.15 (GHSA-r6q2-hw4h-h46w, -8qq5-rm4j-mr97, -34x7-hfp2-rc4v, -83g3-92jg-28cx, -qffp-2rhf-9h96, -9ppj-qmqm-q256) - minimatch 9.0.9: ReDoS fixes (GHSA-7r86-cg39-jmmj and related) - yaml 1.10.3: stack overflow (GHSA-48c2-rrv3-qjmp) - ajv 8.20.0: $data ReDoS (GHSA-2g4f-4pwh-qvx6) - undici 6.25.0: WebSocket/smuggling/decompression fixes via cheerio (GHSA-f269-vfmq-vjvj, -2mjp-6q6p-2qxm, -vrm6-8vpv-qv8q, -v9p9-hfj2-hcw8, -4992-7rv2-5pvq, -g9mf-h72j-4rw9)
Contributor
|
🎉 This PR is included in version 3.12.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Adds
resolutionsoverrides to force patched versions of transitive-only dependencies flagged by Dependabot. All direct runtime deps were already patched; these clear the nested copies pulled by build/dev tooling.node-gyp@11.2.0tar@6.2.1with patched7.5.15; dedupes the duplicate node-gyp build subtreeminimatch@9.0.9glob@10.5.0yaml@1.10.3cosmiconfigajv@8.20.0@angular-devkit/coreundici@6.25.0cheerioNot addressed (deliberately): residual
undici@5.29.0and theglobCLI alert (#108) come from release-only tooling (@semantic-release/npm) and never ship in the production image;nodemailer(#196 #179),ip-address(#206), andtmp(#92) would require breaking major bumps on transitive consumers for vectors not reachable from the running server.