We create a npm package that consume applicationinsights, and the users consuming our package are getting CG alerts as @azure/functions-old is referring to deprecated version of uuid package through the @azure/functions@3.5.1 version.
Overriding or adding this package as a direct dependency does not resolve the issue as it still install a nested vulnerable uuid package under node_modules/@azure/functions-old/node_modules/uuid to satisfy its declaration.
Is there any plan to remove the reference of this deprecated version?

We create a npm package that consume applicationinsights, and the users consuming our package are getting CG alerts as @azure/functions-old is referring to deprecated version of uuid package through the @azure/functions@3.5.1 version.
Overriding or adding this package as a direct dependency does not resolve the issue as it still install a nested vulnerable uuid package under node_modules/@azure/functions-old/node_modules/uuid to satisfy its declaration.
Is there any plan to remove the reference of this deprecated version?