aws-samples / amazon-neptune-samples

Samples and documentation for using the Amazon Neptune graph database service
MIT No Attribution
355 stars 142 forks source link

Upgrade chatbot react-force component to handle the known issues with debug library #62

Closed bechbd closed 3 years ago

bechbd commented 4 years ago

The react-force component used for the graph visualization has a dependency on the "debug" library which is known to have a low severity issue with the detail being here: https://github.com/aws-samples/amazon-neptune-samples/network/alert/gremlin/chatbot-full-stack-application/code/web-ui/neptune-chatbot/yarn.lock/debug/closed

This issue needs an upgrade/change of the component to remove the issue.

bechbd commented 3 years ago

Fixed as part of PR https://github.com/aws-samples/amazon-neptune-samples/pull/65