-
v1.7.1
Stablereleased this
2026-07-31 07:09:12 -05:00 | 7 commits to main since this releaseDependency and lockfile hygiene. No runtime behavior change.
Fixed
- Cleared GHSA-mh99-v99m-4gvg (High) in
brace-expansion. Pinned to
^5.0.9via theoverridesblock. The advisory is a DoS through unbounded
brace expansion; the package is dev-only here, reached solely via
eslint → minimatch, so it was never present in the production image
(npm ci --omit=dev) — the exposure was limited to local and CI lint runs.
An override was required because neithernpm audit fixnor
npm update brace-expansionwould move the tree off 5.0.7, despite
minimatch's^5.0.5range permitting 5.0.9.npm auditis now clean. package-lock.jsonversion now trackspackage.json. The lockfile still
recorded1.5.3through the 1.6.0 and 1.7.0 releases — the bumps edited only
the manifest, so the two drifted. Both now read the same version.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Cleared GHSA-mh99-v99m-4gvg (High) in