analytics.js-core
analytics.js-core copied to clipboard
chore(deps): update uuid to v8 since v3.4 is deprecated
Description
I am getting this warning using Yarn 2
uuid@npm:3.4.0 is deprecated: 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.
I realized this package is using [email protected] and I think is a good idea to upgrade it to v8, no breaking changes included.
I have followed this doc https://github.com/uuidjs/uuid#upgrading-from-uuid3
Test plan
- Testing completed successfully using - tried to run
yarn testbut I've got an error IDK exactly how to fix.
Release plan
HISTORY.md has been updated.
Checklist
- [x] Thorough explanation of the issue/solution, and a link to the related issue
- [ ] CI tests are passing
- [ ] Unit tests were written for any new code
- [x] Code coverage is at least maintained, or increased.