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
Install node-quickbooks package via npm. Then you can see warning
npm WARN deprecated [email protected]: 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.
Expected result
No uuid upgrade warning
Possible solution
Upgrade uuid version to version 7 or higher.
The text was updated successfully, but these errors were encountered:
Description
Current uuid version is out of date:
https://github.com/mcohen01/node-quickbooks/blob/master/package.json#L25
Steps to reproduce
Install node-quickbooks package via npm. Then you can see warning
npm WARN deprecated [email protected]: 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.
Expected result
No uuid upgrade warning
Possible solution
Upgrade uuid version to version 7 or higher.
The text was updated successfully, but these errors were encountered: