peerjs-server icon indicating copy to clipboard operation
peerjs-server copied to clipboard

upgrade uuid to version 7 or higher

Open jbowen4 opened this issue 4 years ago • 0 comments

I installed the peer package in my Node.js project with npm install peer

I received this warning: npm WARN deprecated [email protected]: 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.

I'm guessing that this means we need to update the package but not sure

jbowen4 avatar Aug 14 '21 18:08 jbowen4