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
Is your feature request related to a problem? Please describe.
uuid module is still 3.4.0 at release version Describe the solution you'd like
Described here: google/eventid-js#156
This module uses version 1.0.0 of eventid that still uses uuid 3.4.0 at release version 1.0.0 , even though it was upgraded to 8 and upper at main branch...
So you get this error when installing logging module:
warning @google-cloud/logging > eventid > uuid@3.4.0: 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.
Would be great if it was updated.
Describe alternatives you've considered
Not using outdated packages Additional context
Thank you guys.
Is your feature request related to a problem? Please describe.
uuid module is still 3.4.0 at release version
Describe the solution you'd like
Described here: google/eventid-js#156
This module uses version 1.0.0 of eventid that still uses uuid 3.4.0 at release version 1.0.0 , even though it was upgraded to 8 and upper at
mainbranch...So you get this error when installing logging module:
Would be great if it was updated.
Describe alternatives you've considered
Not using outdated packages
Additional context
Thank you guys.