Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Use
crypto.randomUUID()
instead of uuid
module
The `crypto` global is available in all supported Node.js versions as well as [in all major browsers](https://caniuse.com/mdn-api_crypto_randomuuid). The uuid module is rendered unnecessary for uuidv4.
- Loading branch information