Update Claritas, dependencies.

This commit is contained in:
Daniel Scalzi
2020-10-01 21:30:39 -04:00
parent 42e47f4748
commit b6cb191aca
4 changed files with 76 additions and 113 deletions

View File

@@ -28,26 +28,26 @@
"devDependencies": {
"@types/fs-extra": "^9.0.1",
"@types/minimatch": "^3.0.3",
"@types/node": "^12.12.58",
"@types/node": "^12.12.62",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^15.0.5",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"eslint": "^7.9.0",
"@types/yargs": "^15.0.7",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"eslint": "^7.10.0",
"rimraf": "^3.0.2",
"typescript": "^4.0.2"
"typescript": "^4.0.3"
},
"dependencies": {
"dotenv": "^8.2.0",
"fs-extra": "^9.0.1",
"got": "^11.6.2",
"got": "^11.7.0",
"helios-distribution-types": "^1.0.0-rc.1",
"minimatch": "^3.0.4",
"moment": "^2.27.0",
"moment": "^2.29.0",
"node-stream-zip": "^1.11.3",
"toml": "^3.0.0",
"triple-beam": "^1.3.0",
"ts-json-schema-generator": "^0.73.0",
"ts-json-schema-generator": "^0.74.0",
"winston": "^3.3.3",
"yargs": "^16.0.3"
}