we are using mssql npm package it has dependency with like below:
mssql > tedious > @azure/identity > @azure/msal-node > jsonwebtoken
Now we are getting below audit error:
https://github.com/advisories/GHSA-27h2-hvpr-p74q

Any one already having this issue and know any workaround?
As a temporary measure, I had to use yarn's Selective dependency resolutions https://classic.yarnpkg.com/en/docs/selective-version-resolutions/
in package.json: