when I run npm install I get high severity vulnerabilities warning.
running npm audit fix gives me the following report
GHSA-35jh-r3h4-6jhm
GHSA-ww39-953v-wcq6

running npm audit fix --force does not fix the problem and I get the same report. How can this vulnerability issue be fixed in gulp-typescript?
when I run
npm installI get high severity vulnerabilities warning.running npm audit fix gives me the following report
GHSA-35jh-r3h4-6jhm
GHSA-ww39-953v-wcq6
running npm audit fix --force does not fix the problem and I get the same report. How can this vulnerability issue be fixed in
gulp-typescript?