cherrie-k opened a new pull request, #4798: URL: https://github.com/apache/zeppelin/pull/4798
### What is this PR for? This PR addresses a deprecation warning that was encountered when running the Zeppelin frontend using 'npm start'. The warning was caused by the websocket-driver package, which was using the deprecated process.binding('http_parser') API. The websocket-driver package has been installed to a newer version that removes the deprecated API usage, resolving the warning. ### What type of PR is it? Improvement ### Todos * [x] - Install newer version of the package, and verify that the update does not introduce any other issues or warnings. ### What is the Jira issue? [ZEPPELIN-6061](https://issues.apache.org/jira/browse/ZEPPELIN-6061) ### How should this be tested? * Strongly recommended: add automated unit tests for any new or changed behavior * Outline any manual steps to test the PR here. ### Screenshots (if appropriate) **Before** <img width="798" alt="image" src="https://github.com/user-attachments/assets/339aaa01-a754-4d9f-9410-6b797f23c814"> **After** <img width="816" alt="image" src="https://github.com/user-attachments/assets/3c74c04a-9a30-48bb-81bb-3199bae0e34d"> ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org