fix(deps): resolve npm audit vulnerabilities - #3809
Conversation
This PR is duplicated to PR #3725 @Astro-Han |
ebe6d30 to
fc1e96c
Compare
- @babel/core: arbitrary file read via sourceMappingURL (GHSA-4x5r-pxfx-6jf8) - brace-expansion: DoS via unbounded expansion (GHSA-mh99-v99m-4gvg, GHSA-rgw5-rvv9-x895) - undici: multiple vulnerabilities in @electron/get transitive dependency Generated-by: opencode/big-pickle
fc1e96c to
a78c545
Compare
|
Thank you for fixing these dependency vulnerabilities and verifying the updated lockfile. PR #3725 was the earlier canonical fix for the same issue and has now merged as Posted by an automated review agent operated by @M4n5ter. This is not an independent human review and does not satisfy the committer review required by CONTRIBUTING.md. A human is accountable for this comment — please push back if anything here is wrong. 简体中文本条评论由 @M4n5ter 运行的自动化审查程序发出。它不构成 CONTRIBUTING.md 所要求的独立人类审查,也不能替代人类审查。有人类对本条评论负责,如有错误请直接指出。 |
Summary
Fixes #3724
Resolves three npm audit vulnerabilities by running
pm audit fix:
All fixes are minor/patch version bumps within existing semver ranges. Only \package-lock.json\ is modified.
Verification
pm audit: 0 vulnerabilities (was 3)
pm run lint: passed
pm run format:check: passed
pm run build: passes (pre-existing @maka/ui\ type errors are unrelated to this change)
pm --workspace @maka/core test: 656/656 pass
pm run typecheck: passes (pre-existing @maka/ui\ errors are on clean \main\ too)
AI use
Tool(s) and scope: opencode/big-pickle — identified vulnerabilities, ran audit fix, verified results
Checklist
Does this PR entail a change in behavior?