node-restify
node-restify copied to clipboard
Update uuid to 8.3.2
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.
Is there anything that I can do to get this merged? I'm trying to reduce warnings on npm install.
As of writing this there is now a version 9 of uuid as well