Commit ad76a2c
LTS-4981 / LTS-5094: bump fast-uri + js-yaml security floors
- fast-uri: override floor 3.1.5 -> 3.1.6 (GHSA-5jgf-p345-68v8, CVE-2026-75931).
3.1.5 was itself still inside the vulnerable range (>=3.1.3, <3.1.6) for a
host-confusion bug in resolve() on scheme-relative references; patched
floors per advisory are 2.4.5 / 3.1.6 / 4.1.3, resolves to 3.1.8 in-tree.
- js-yaml: version-scoped override floors bumped for both installed majors
(GHSA-2883-xcg3-v3hh, CVE-2026-84375) - maxTotalMergeKeys doesn't count
empty merge-source mappings, allowing O(N*K) CPU blowup:
- js-yaml@3: ^3.15.1 -> ^3.15.2 (consumed by js-yaml-cloudformation-schema)
- js-yaml@4: ^4.3.1 -> ^4.3.2 (direct + other transitive consumers)
Kept the version-scoped override split from LTS-4699/4700 so the 3.x
consumer isn't force-upgraded onto 4.x (safeLoad was removed in 4.x).
Also converted the remaining exact-pinned overrides (qs, jws,
fast-xml-builder, path-expression-matcher) to caret ranges - exact pins are
exactly how fast-uri's prior override re-aged into a vulnerable range.
Left `tmp` alone since it's covered by an unrelated open dependabot PR.
Verified via `npm ci` from a clean install + `npm ls fast-uri/js-yaml --all`:
the js-yaml 3.x consumer stays on 3.15.2 (not forced to 4.x), fast-uri
resolves to 3.1.8, and `npm audit` no longer flags either package.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent e2cbbab commit ad76a2c
2 files changed
Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments