chore(askui-nodejs): apply non-breaking npm audit fixes - #884
Merged
Conversation
Bumps @babel/core, brace-expansion, js-yaml, tar, and ws to patched versions within their existing semver ranges (npm audit fix, no --force). Fixes a critical tar vulnerability among others; brings the report from 15 down to 7 findings. Remaining findings all require --force / breaking changes and are deferred: sharp (a version bump previously broke TS compilation here and needs a follow-up code change), @cyclonedx/cyclonedx-npm (SBOM script only), inquirer/tmp (outside declared range), and release-it/undici (needed as-is for releasing right now). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
npm audit fix(no--force) inpackages/askui-nodejs: bumps@babel/core,brace-expansion,js-yaml,tar, andwsto patched versions within their existing declared semver ranges —package.jsonis unchanged, onlypackage-lock.json.tarvulnerability plus several high-severity ones; bringsnpm auditfrom 15 findings down to 7.--force/breaking changes and are intentionally deferred:sharp→ 0.35.3 previously broke TS compilation here (different type layout) and needs a follow-up code change, not just a version bump.@cyclonedx/cyclonedx-npm→ only used by thegenerate:SBOMscript.inquirer/tmp→ fix would install a version outside the declared dependency range.release-it/undici→ needed as-is for releasing; not touching right before a release.Test plan
npm test— 12/12 suites pass.npm run lint— clean.npm run build— succeeds.🤖 Generated with Claude Code