fabric
fabric copied to clipboard
Update `uuid` in `jayson` dependency
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.
"node_modules/jayson": {
...
"dependencies": {
...
"uuid": "^3.4.0"
},
...
}
Nothing to be done, as discussed in open hours.
When running npm for production,
rm -rf node_modules && rm package-lock.json && npm i --production
there's no issue, just an unrelated warning.
Closing as seems to no longer be an issue after dealing with numerous other deprecations