bump uuid version
panmona opened this issue · 2 comments
panmona commented
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?
mcollina commented
Would you like to send a PR?
panmona commented
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?