Updating axios package to fix component governance issue. (#15339)

* Updating axios package and related libraries.

* Adding node fetch due to a test failure
This commit is contained in:
Aasim Khan
2021-05-06 18:48:36 +00:00
committed by GitHub
parent 9405795d4a
commit 18b2524528
6 changed files with 177 additions and 135 deletions

View File

@@ -325,9 +325,10 @@
"hasAzureResourceProviders": true
},
"dependencies": {
"@azure/arm-resourcegraph": "^2.0.0",
"@azure/arm-subscriptions": "1.0.0",
"@azure/arm-resourcegraph": "^4.0.0",
"@azure/arm-subscriptions": "^3.0.0",
"axios": "^0.21.1",
"node-fetch": "^2.6.1",
"qs": "^6.9.1",
"vscode-nls": "^4.0.0",
"ws": "^7.2.0"