Skip to content

fix(deps): bump uuid to resolve vulnerability - #33

Merged
wesleyboar merged 1 commit into
mainfrom
fix/bump-uuid-vulnerability
Aug 27, 2026
Merged

fix(deps): bump uuid to resolve vulnerability#33
wesleyboar merged 1 commit into
mainfrom
fix/bump-uuid-vulnerability

Conversation

@wesleyboar

@wesleyboar wesleyboar commented Aug 27, 2026

Copy link
Copy Markdown
Member

Overview

Bumps the uuid dependency to resolve GHSA-w5hq-g745-h8pq.

Why?

Flagged by npm audit in downstream consumer TACC-Cloud/hazmapper.

Related

Changes

  • updated uuid dependency
  • regenerated package-lock.json

Testing

  1. npm install
  2. npm audit — confirm no findings under the direct uuid dependency
  3. npm test — all tests pass (93 passed, 2 skipped)
  4. npm run build — build succeeds

UI

N/A

Updates the uuid dependency range from "^8 || ^9" to "^11.1.1", which
includes a fix for GHSA-w5hq-g745-h8pq (missing buffer bounds check in
v3/v5/v6 when buf is provided). Only v4() is used in this package, so
the API is unaffected.

Also regenerates package-lock.json, which had drifted out of sync with
package.json since #28/#29 (storybook deps moved to devDependencies,
version bumped to 0.0.5, but the lockfile was never updated to match).
@qodo-code-review

Copy link
Copy Markdown

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@wesleyboar wesleyboar changed the title fix(deps): bump uuid to resolve buffer bounds check vulnerability fix(deps): bump uuid to resolve vulnerability Aug 27, 2026
Comment thread package-lock.json

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drifted out of sync with package.json since #28/#29 (storybook deps moved to devDependencies, version bumped to 0.0.5, but the lockfile wasn't updated to match).

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