fix(deps): override fast-uri and fast-xml-builder to patched versions#273
Merged
hdamker merged 1 commit intoMay 11, 2026
Merged
Conversation
Closes 4 open Dependabot alerts in validation/ on transitive deps: - fast-uri 3.1.0 -> 3.1.2 (GHSA-q3j6-qgpj-74h6, GHSA-v39h-62p7-jpjc) - fast-xml-builder 1.1.5 -> 1.1.9 (GHSA-45c6-75p6-83cc, GHSA-5wm8-gmm8-39j9) Parent ranges (ajv "fast-uri": "^3.0.1", fast-xml-parser "fast-xml-builder": "^1.1.5") already permit the patched versions but no upstream bump has shipped, so this pins via package.json overrides to match the existing lodash/postcss/ protobufjs pattern. fast-xml-builder pinned to ~1.1.7 to stay on the 1.1.x line and avoid the new xml-naming@0.1.0 transitive that 1.2.0 introduces. npm audit clean. 1011/1011 validation tests pass.
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.
What type of PR is this?
What this PR does / why we need it:
Closes 4 open Dependabot alerts on transitive dependencies in
validation/by pinningfast-uriandfast-xml-builderto patched versions viapackage.jsonoverrides.@/:)Both vulnerable packages are transitive —
fast-uriunderajv,fast-xml-builderunderfast-xml-parser. Parent ranges (ajv "fast-uri": "^3.0.1",fast-xml-parser "fast-xml-builder": "^1.1.5") already permit the patched versions but no upstream consumer release has shipped, so apackage.jsonoverride is sufficient — no major bump of the direct deps needed. Same pattern as the existinglodash/postcss/protobufjsoverrides added in tooling#265.fast-xml-builderpinned to~1.1.7(not^1.1.7) to stay on the patched 1.1.x line — 1.2.0 would otherwise introduce a brand-newxml-naming@0.1.0transitive that the build has no use for.Which issue(s) this PR fixes:
(no separate issue — Dependabot alerts auto-close on merge)
Special notes for reviewers:
Verification:
npm auditreports 0 vulnerabilitiesReleaseTest/sample-service.yamlsucceedsajv8.x,fast-xml-parser5.7.x) — no behavior change expectedShould fold into the upcoming
@v1-rcadvance E2E alongside the other in-flightvalidation/changes.Changelog input
Additional documentation