microsoft / azure-devops-extension-sample

Sample web extension for Azure DevOps
MIT License
235 stars 154 forks source link

Removing node-sass and request package and adding sass instead #142

Closed lohitakshgupta closed 1 year ago

lohitakshgupta commented 1 year ago

Removing node-sass and request and adding sass package instead to resolve alert: https://github.com/microsoft/azure-devops-extension-sample/security/dependabot/38

Ran the following commands: npm uninstall node-sass npm install sass npm audit fix (which removed request package from package-lock.json)