mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user