segmentio/analytics.js-core

Udgrade uuid@3.4 to v7 or v8 since it's deprecated

Opened this issue · 0 comments

Hello :D

I am getting this warning when running yarn install with yarn 2, using @segment/analytics.js-core@^4.1.11.

uuid@npm:3.4.0 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.

image

I realized this package is using uuid@3.4.0 and I think is a good idea to upgrade it to v7 or v8.

My project is private so I can't add the link here.
My OS is Ubuntu 20.04.