fix issue reported by component governance (#17678)

* update json-schema version

* remove unused packages

* update package.json
This commit is contained in:
Alan Ren
2021-11-15 17:45:21 -08:00
committed by GitHub
parent 5fccd8ebcd
commit fc0d175f39
20 changed files with 165 additions and 767 deletions

View File

@@ -27,12 +27,12 @@
"type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git"
},
"capabilities": {
"capabilities": {
"virtualWorkspaces": false,
"untrustedWorkspaces": {
"supported": true
}
},
},
"main": "./out/extension",
"contributes": {
"dataExplorer": {
@@ -362,5 +362,8 @@
},
"devDependencies": {
"@types/request": "^2.48.3"
},
"resolutions": {
"json-schema": "0.4.0"
}
}