Skip to content

chore(deps): bump transitive deps to resolve high-severity advisories - #5588

Merged
svozza merged 1 commit into
mainfrom
chore/5587-security-audit-fix
Aug 25, 2026
Merged

chore(deps): bump transitive deps to resolve high-severity advisories#5588
svozza merged 1 commit into
mainfrom
chore/5587-security-audit-fix

Conversation

@svozza

@svozza svozza commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Summary

Changes

Runs npm audit fix to patch 4 high-severity advisories in transitive dev-scope dependencies. Lockfile-only change (no manifest/range edits); npm audit now reports 0 vulnerabilities.

Package From To Advisories
postcss 8.5.16 8.5.26 GHSA-fxqj-rqcc-2cmp, GHSA-r28c-9q8g-f849
brace-expansion 5.0.6 / 2.0.3 5.0.9 / 2.1.4 GHSA-3jxr-9vmj-r5cp, GHSA-mh99-v99m-4gvg, GHSA-rgw5-rvv9-x895
fast-uri 3.1.2 3.1.6 GHSA-v2hh-gcrm-f6hx, GHSA-7p8r-x3mc-p8w7, GHSA-4c8g-83qw-93j6
nanoid 3.3.15 3.3.18 GHSA-28wg-ghj8-5hjv, GHSA-2v37-7h3g-55p8

These were applied manually because the Dependabot security update job fails with all_versions_ignored (the advisory metadata it receives lacks patched-version info), so it never opens the fix PR.

Issue number: closes #5587


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Runs npm audit fix to patch 4 high-severity dev-scope advisories:
postcss 8.5.26, brace-expansion 5.0.9, fast-uri 3.1.6, nanoid 3.3.18.
Lockfile-only; npm audit now reports 0 vulnerabilities.

Closes #5587
@svozza
svozza merged commit 88901b8 into main Aug 25, 2026
40 checks passed
@svozza
svozza deleted the chore/5587-security-audit-fix branch August 25, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS PR between 0-9 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Maintenance: bump transitive dependencies to resolve high-severity security advisories

2 participants