Dependency upgrade.

This commit is contained in:
Daniel Scalzi
2022-02-11 16:20:17 -05:00
parent 2f143d74a7
commit c044535091
2 changed files with 147 additions and 130 deletions

View File

@@ -31,27 +31,27 @@
"@types/fs-extra": "^9.0.13",
"@types/luxon": "^2.0.9",
"@types/minimatch": "^3.0.5",
"@types/node": "^16.11.21",
"@types/node": "^16.11.24",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.7.0",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint": "^8.8.0",
"rimraf": "^3.0.2",
"typescript": "^4.5.5"
},
"dependencies": {
"dotenv": "^14.2.0",
"dotenv": "^16.0.0",
"fs-extra": "^10.0.0",
"got": "^11.8.3",
"helios-distribution-types": "^1.0.0-rc.2",
"helios-distribution-types": "^1.0.0",
"luxon": "^2.3.0",
"minimatch": "^3.0.4",
"minimatch": "^3.0.5",
"node-stream-zip": "^1.15.0",
"toml": "^3.0.0",
"triple-beam": "^1.3.0",
"ts-json-schema-generator": "^0.97.0",
"winston": "^3.4.0",
"winston": "^3.5.1",
"yargs": "^17.3.1"
}
}