nyc icon indicating copy to clipboard operation
nyc copied to clipboard

build: replace deprecated uuid dependency

Open johnrees opened this issue 3 years ago • 1 comments

UUID 3 is deprecated

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.

Upgrading it will be very helpful to push things along for libraries depending on this.

Thanks!

johnrees avatar Dec 11 '21 13:12 johnrees

Bump this

Duplicated: https://github.com/istanbuljs/nyc/pull/1413

pshenmic avatar Nov 04 '23 15:11 pshenmic