You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
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 [email protected] 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.
The text was updated successfully, but these errors were encountered:
Hello :D
I am getting this warning when running
yarn install
withyarn 2
, using@segment/analytics.js-core@^4.1.11
.I realized this package is using
[email protected]
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.
The text was updated successfully, but these errors were encountered: