OpenSearch-Dashboards
OpenSearch-Dashboards copied to clipboard
[BUG] The uuid dependency is on a deprecated version of uuid (3.3.2)
Describe the bug
OpenSearch-Dashboards uses uuidv4 for many identifiers used in the application. To work with UUIDs, OSD has a dependency on the uuid node package which is currently on version 3.3.2.
This version is currently deprecated and should be upgraded to a supported version of the dependency.