Skip to content

fix: resolve npm audit vulnerabilities (19 → 6 low) - #398

Open
hong6316 wants to merge 1 commit into
developfrom
feature/NXT-18549
Open

fix: resolve npm audit vulnerabilities (19 → 6 low)#398
hong6316 wants to merge 1 commit into
developfrom
feature/NXT-18549

Conversation

@hong6316

@hong6316hong6316 commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Update node-polyfill-webpack-plugin from 4.0.0 to ^4.1.0
  • Add uuid override (^11.1.1) to fix buffer bounds check vulnerability (GHSA-w5hq-g745-h8pq)
  • npm audit fix resolves: body-parser, svgo, tar, nanoid, postcss, image-size/less

Remaining vulnerabilities (not fixable in this module)

  • elliptic (low): all versions affected (GHSA-848j-6mx2-7j84), no upstream fix available
  • brace-expansion/js-yaml/fast-uri: from @enact/dev-utils and eslint-config-enact subdependencies (already fixed in those modules' PRs)

What was tested

  • npm audit confirms resolved: body-parser, svgo, tar, nanoid, postcss, image-size, uuid
  • npm run lint -- -- --report-unused-disable-directives --max-warnings 0 passes
  • Node.js 20.20.2 compatible

- Update node-polyfill-webpack-plugin from 4.0.0 to ^4.1.0
- Add uuid override (^11.1.1) to fix buffer bounds check vulnerability
- npm audit fix resolves: body-parser, svgo, tar, nanoid, postcss, image-size/less
Remaining vulnerabilities (not fixable here):
- elliptic: all versions affected, no fix available from upstream
- brace-expansion/js-yaml/fast-uri: from @enact/dev-utils and eslint-config-enact
subdependencies (already fixed in those modules)
Sign up for freeto 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

@hong6316