fabric icon indicating copy to clipboard operation
fabric copied to clipboard

Update `uuid` in `jayson` dependency

Open martindale opened this issue 2 years ago • 1 comments

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"
  },
  ...
}

martindale avatar Aug 01 '22 16:08 martindale

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.

casey-bowman avatar Oct 13 '22 01:10 casey-bowman

Closing as seems to no longer be an issue after dealing with numerous other deprecations

martindale avatar Apr 14 '23 20:04 martindale