Skip to content

chore(askui-nodejs): apply non-breaking npm audit fixes - #884

Merged
programminx-askui merged 1 commit into
mainfrom
chore/npm-audit-fix-askui-nodejs
Aug 10, 2026
Merged

chore(askui-nodejs): apply non-breaking npm audit fixes#884
programminx-askui merged 1 commit into
mainfrom
chore/npm-audit-fix-askui-nodejs

Conversation

@programminx-askui

Copy link
Copy Markdown
Contributor

Summary

  • Runs npm audit fix (no --force) in packages/askui-nodejs: bumps @babel/core, brace-expansion, js-yaml, tar, and ws to patched versions within their existing declared semver ranges — package.json is unchanged, only package-lock.json.
  • Fixes a critical tar vulnerability plus several high-severity ones; brings npm audit from 15 findings down to 7.
  • Remaining 7 findings all require --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 the generate:SBOM script.
    • 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

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>
@programminx-askui
programminx-askui merged commit 7415b8f into main Aug 10, 2026
3 checks passed
@programminx-askui
programminx-askui deleted the chore/npm-audit-fix-askui-nodejs branch August 10, 2026 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant