This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Description
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.

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.