TouchDesigner / WebRTC-Remote-Panel-Web-Demo

A simple React project that can receive a WebRTC video stream from TouchDesigner and send back mouse and keyboard events.
Other
23 stars 3 forks source link

Fix audit warning with CRA update #14

Closed jetXS closed 10 months ago

jetXS commented 1 year ago

Users might notice when installing the project or deploying (dependabot) that they are "security warnings".

Those security warnings can be safely ignored as they affect backend code which the project doesn't rely on. This backend code is used to build the project.

It is widely reported @ Create-React-App / Facebook folks and is awaiting the following pr to be merged https://github.com/facebook/create-react-app/pull/12172

Similar issues were already reported by React users: https://github.com/facebook/create-react-app/issues/11801

This issue goes extensively into why it can be ignored: https://github.com/facebook/create-react-app/issues/11174

jetXS commented 10 months ago

Fixed with @kyeshmz PR #16 and removal of CRA need. 8bfa446035c25a8fc3a8ee03db10dc57b52f695c