-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning about deprecated sub-dep 'uuid' when installing cypress #17622
Comments
@flotwig we should move off of |
@JessicaSachs I agree. We use the fork at https://github.com/cypress-io/request but it is limiting since there's no support for HTTP2, QUIC, retries, etc... It would improve our code base and make the proxy layer faster if we switched to a modern request lib that speaks HTTP/2/3. Related issue on HTTP/2: #3708 We can avoid this deprecation issue today by upgrading the dep in |
The code for this is done in cypress-io/cypress#17813, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
warning cypress > @cypress/request > [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.
Desired behavior:
No warning
Cypress Version
8.2.0
Package Manager
yarn
Operating system
Linux
The text was updated successfully, but these errors were encountered: