microsoft / vscode-deploy-azure

VS code extension: Deploy To Azure, which helps set up CI/CD for deployment to Azure Resources.
MIT License
18 stars 19 forks source link

Fix high vulnerable dependencies #92

Closed bishal-pdMSFT closed 4 years ago

bishal-pdMSFT commented 4 years ago

Please note that there are still some low impact vulnerabilities. I tried to update all dependencies to latest version to fix all vulnerabilities, but for that I had to update vscode engine version. This will cause the extension to not work for older version of VS Code. Hence I am only pushing a small part of that change.

bishal-pdMSFT commented 4 years ago

I have also fixed/suppressed linting errors.

bishal-pdMSFT commented 4 years ago

@vineetmimrot @anuragc617 please review this