Update all dependencies

This commit is contained in:
hensm
2020-05-06 00:40:40 +01:00
parent 484b0327f4
commit f59b0d620e
7 changed files with 1700 additions and 1889 deletions

View File

@@ -21,18 +21,18 @@
},
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/semver": "^6.2.0",
"@types/uuid": "^3.4.6",
"@types/ws": "^6.0.4",
"fs-extra": "^8.1.0",
"@types/semver": "^7.1.0",
"@types/uuid": "^7.0.3",
"@types/ws": "^7.2.4",
"fs-extra": "^9.0.0",
"glob": "^7.1.6",
"jasmine-console-reporter": "^3.1.0",
"minimist": "^1.2.3",
"selenium-webdriver": "^4.0.0-alpha.5",
"semver": "^6.3.0",
"tslint": "^6.0.0",
"typescript": "^3.8.2",
"uuid": "^3.3.3",
"ws": "^7.2.1"
"minimist": "^1.2.5",
"selenium-webdriver": "^4.0.0-alpha.7",
"semver": "^7.3.2",
"tslint": "^6.1.2",
"typescript": "^3.8.3",
"uuid": "^8.0.0",
"ws": "^7.2.5"
}
}