rollbar / rollbar.js

Error tracking and logging from Javascript to Rollbar

Home Page:https://docs.rollbar.com/docs/javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UUID dependency is outdated

philipboeken opened this issue · comments

This package currently requires uuid@3.0.x, whereas the current version of uuid is 8.3.2.

It also gives a warning after running yarn:

warning rollbar > uuid@3.0.1: 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.

They have made an upgrade guide, however I'm not familiar with the rollbar.js source code so I'd rather not make a PR for this upgrade.

I hate to that guy, but is there an update?