Commit de1f9ad
committed
Resolves two open high-severity Dependabot alerts. Both packages are
transitive-only -- neither is declared as a direct dependency in any
workspace -- so both are pinned through scoped root resolutions.
- nanoid 3.3.16 -> 3.3.18 (alert #264, GHSA-2v37-7h3g-55p8,
CVE-2026-67213): custom generators can loop indefinitely when size is
zero. Reaches the tree via postcss@8.5.23. Fixed with a
descriptor-scoped resolution "nanoid@npm:^3.3.16" so the patch stays
on the 3.x line instead of forcing the breaking 5.x/6.x major, and so
any other nanoid major would remain untouched.
- js-yaml 4.3.0 -> 4.3.1 (alert #262, GHSA-5p4m-2wfm-xmqj): quadratic
CPU consumption in !!omap resolution. The existing root resolution
already collapses every js-yaml descriptor onto the 4.x line, so this
is a patch-level bump of that entry (^4.3.0 -> ^4.3.1). Deliberately
not re-scoped per descriptor: doing so would un-collapse the 3.x
requesters and reintroduce a js-yaml 3.14.x entry, which is itself
vulnerable under the same advisory.
Lockfile regenerated with `corepack yarn install`, never hand-edited.
The resolved-entry count in yarn.lock is unchanged at 2144 with exactly
two removals and two additions, so there is no unrelated churn.
1 parent 0a38f0f commit de1f9ad
2 files changed
Lines changed: 11 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18309 | 18309 | | |
18310 | 18310 | | |
18311 | 18311 | | |
18312 | | - | |
18313 | | - | |
18314 | | - | |
| 18312 | + | |
| 18313 | + | |
| 18314 | + | |
18315 | 18315 | | |
18316 | 18316 | | |
18317 | 18317 | | |
18318 | 18318 | | |
18319 | | - | |
| 18319 | + | |
18320 | 18320 | | |
18321 | 18321 | | |
18322 | 18322 | | |
| |||
19581 | 19581 | | |
19582 | 19582 | | |
19583 | 19583 | | |
19584 | | - | |
19585 | | - | |
19586 | | - | |
| 19584 | + | |
| 19585 | + | |
| 19586 | + | |
19587 | 19587 | | |
19588 | 19588 | | |
19589 | | - | |
| 19589 | + | |
19590 | 19590 | | |
19591 | 19591 | | |
19592 | 19592 | | |
| |||
0 commit comments