node-restify icon indicating copy to clipboard operation
node-restify copied to clipboard

Update uuid to 8.3.2

Open nikeee opened this issue 4 years ago • 1 comments

Breaking changes include changes in exports, which don't seem to affect restify as it uses it today.

This PR resolves the following install 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.

nikeee avatar Jan 18 '22 12:01 nikeee

Is there anything that I can do to get this merged? I'm trying to reduce warnings on npm install.

nikeee avatar Mar 28 '22 23:03 nikeee

As of writing this there is now a version 9 of uuid as well

acommodari avatar Sep 30 '22 19:09 acommodari