opensearch-project / OpenSearch-Dashboards

📊 Open source visualization dashboards for OpenSearch.
https://opensearch.org/docs/latest/dashboards/index/
Apache License 2.0
1.65k stars 855 forks source link

[BUG] The uuid dependency is on a deprecated version of uuid (3.3.2) #7141

Open cwperks opened 2 months ago

cwperks commented 2 months ago

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.

kavilla commented 2 months ago

@cwperks I agree. Would you like to take a stab at it?