Skip to content

fix(utils): use crypto.randomUUID for UUID generation - #1552

Closed
Fizzybrew wants to merge 1 commit into
vercel:mainfrom
Fizzybrew:fix/1551-use-crypto-randomuuid
Closed

Fizzybrew wants to merge 1 commit into
vercel:mainfrom
Fizzybrew:fix/1551-use-crypto-randomuuid

Conversation

@Fizzybrew

Copy link
Copy Markdown

Summary

  • Replace the custom Math.random()-based UUID implementation with the native crypto.randomUUID() API.
  • Keep the existing generateUUID() abstraction and call sites unchanged.

Closes #1551

@vercel

vercel Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

@Fizzybrew is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

@Fizzybrew Fizzybrew closed this by deleting the head repository Sep 12, 2026
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.

Replace custom UUID v4 helper with native crypto.randomUUID()

1 participant