mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Upgrade packages to remove dependency on the vulnerable package minimist 0.0.8 (#19455)
* new mocha version * test fix * test * new vscodetestcov version * use rc1 * use 1.2.1 * remove all 0.0.8 of minimist * a few more
This commit is contained in:
@@ -329,7 +329,8 @@
|
||||
"Notebook"
|
||||
],
|
||||
"configuration": "./language-configuration.json"
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"id": "dib",
|
||||
"extensions": [
|
||||
".dib"
|
||||
@@ -712,7 +713,9 @@
|
||||
"MSSQL"
|
||||
],
|
||||
"blockedOnSAW": true,
|
||||
"supportedLanguages": ["python"]
|
||||
"supportedLanguages": [
|
||||
"python"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "sparkkernel",
|
||||
@@ -720,7 +723,9 @@
|
||||
"connectionProviderIds": [
|
||||
"MSSQL"
|
||||
],
|
||||
"supportedLanguages": ["scala"],
|
||||
"supportedLanguages": [
|
||||
"scala"
|
||||
],
|
||||
"blockedOnSAW": true
|
||||
},
|
||||
{
|
||||
@@ -729,20 +734,26 @@
|
||||
"connectionProviderIds": [
|
||||
"MSSQL"
|
||||
],
|
||||
"supportedLanguages": ["r"],
|
||||
"supportedLanguages": [
|
||||
"r"
|
||||
],
|
||||
"blockedOnSAW": true
|
||||
},
|
||||
{
|
||||
"name": "python3",
|
||||
"displayName": "Python 3",
|
||||
"connectionProviderIds": [],
|
||||
"supportedLanguages": ["python"]
|
||||
"supportedLanguages": [
|
||||
"python"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "powershell",
|
||||
"displayName": "PowerShell",
|
||||
"connectionProviderIds": [],
|
||||
"supportedLanguages": ["powershell"]
|
||||
"supportedLanguages": [
|
||||
"powershell"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -769,7 +780,7 @@
|
||||
"@types/fs-extra": "^5.0.0",
|
||||
"@types/glob": "^7.1.1",
|
||||
"@types/js-yaml": "^3.12.1",
|
||||
"@types/mocha": "^5.2.5",
|
||||
"@types/mocha": "^7.0.2",
|
||||
"@types/node": "^12.11.7",
|
||||
"@types/request": "^2.48.1",
|
||||
"@types/rimraf": "^2.0.2",
|
||||
@@ -777,14 +788,14 @@
|
||||
"@types/tar": "^4.0.3",
|
||||
"@types/uuid": "^3.4.5",
|
||||
"assert": "^1.4.1",
|
||||
"mocha": "^5.2.0",
|
||||
"mocha": "^7.1.1",
|
||||
"mocha-junit-reporter": "^1.17.0",
|
||||
"mocha-multi-reporters": "^1.1.7",
|
||||
"nock": "^13.0.2",
|
||||
"should": "^13.2.3",
|
||||
"sinon": "^9.0.2",
|
||||
"typemoq": "^2.1.0",
|
||||
"@microsoft/vscodetestcover": "^1.2.0"
|
||||
"@microsoft/vscodetestcover": "^1.2.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"url-parse": "^1.5.8",
|
||||
|
||||
Reference in New Issue
Block a user