mcollina/hyperid

bump uuid version

panmona opened this issue · 2 comments

Slonik uses your package and I got the following warning when installing it:
hyperid > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
Can & should we bump the version of the uuid package used here?

Would you like to send a PR?

Sure. I will give it a try.

Sidenote for my personal interest: I'm wondering how this library can be so much faster if it is internally using uuid?