-
Notifications
You must be signed in to change notification settings - Fork 22
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
chore: update dependencies fixing vulnerabilities #1231
Conversation
Deploying refinitiv-ui with Cloudflare Pages
|
Size Change: 0 B Total Size: 1.56 MB ℹ️ View Unchanged
|
There are test cases that failed when running test locally on Chrome 130, Windows 10. The test cases that fail is about width/height pixel value doesn't match with expected value by about .2 decimal points. There are 2 cases for layout and 5 cases for overlay. |
After the investigation, setting the screen scale to 125% caused pixel value to include decimal points. Reducing the scale to 100% resolved this issue. |
Description
Update dependencies fixing vulnerabilities notably
body-parser
,cookie
,cross-spawn
,path-to-regexp
&rollup
.Checklist