Replace UUID to native (#8719)
I have replaced in the packages `packages/turbo-telemetry` and
`packages/turbo-test-utils` the `uuid` dependency with native code.
This is recommended by the `uuid` library itself that to do a uuidv4 use
crypto.randomUUID().
You can see it at: [here](https://www.npmjs.com/package/uuid)
---------
Co-authored-by: torresgol10.itd <torresgol10.itd@gmail.com>
Co-authored-by: Anthony Shew <anthony.shew@vercel.com>