On upgrading to applicationinsights@3.15.1, I'm still seeing the vulnerable uuid@8.3.0 dependency via @azure/identity@^4.13.1 -> @azure/msal-node@^5.1.0 despite a fix in #1498.
It may be that something about my setup is not automatically upgrading to @azure/msal-node@5.1.5 or newer as appears to have been the assumption in that fix and the expectation given the minor version compatibility. As it stands I've had to pin @azure/msal-node@^5.1.5 myself, which would preferably be handled by an upstream package instead.
On upgrading to
applicationinsights@3.15.1, I'm still seeing the vulnerableuuid@8.3.0dependency via@azure/identity@^4.13.1->@azure/msal-node@^5.1.0despite a fix in #1498.It may be that something about my setup is not automatically upgrading to
@azure/msal-node@5.1.5or newer as appears to have been the assumption in that fix and the expectation given the minor version compatibility. As it stands I've had to pin@azure/msal-node@^5.1.5myself, which would preferably be handled by an upstream package instead.