## 🐛 Bug Report When I installed our packages, I got the following warning: ```sh warning @workday/canvas-kit-react > uuid@3.4.0: 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. ``` ## To Reproduce ```sh npx create-react-app test-app cd test-app yarn add @workday/canvas-kit-react ``` ## Expected Behavior No warnings ## Actual Results ## Browser (if applicable) n/a ## Link to repl or repo (highly encouraged) n/a