node-quickbooks icon indicating copy to clipboard operation
node-quickbooks copied to clipboard

Upgrade deprecated uuid version

Open Vad-Gmnk opened this issue 1 year ago • 0 comments

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.

Vad-Gmnk avatar Jun 16 '23 11:06 Vad-Gmnk