Dependency upgrade.

This commit is contained in:
Daniel Scalzi
2022-12-26 15:13:36 -05:00
parent 5111e29512
commit 41a4e7fdcb
2 changed files with 241 additions and 293 deletions

View File

@@ -31,26 +31,26 @@
"@types/fs-extra": "^9.0.13",
"@types/luxon": "^3.1.0",
"@types/minimatch": "^5.1.2",
"@types/node": "^16.18.3",
"@types/node": "^16.18.11",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"@types/yargs": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"eslint": "^8.30.0",
"rimraf": "^3.0.2",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"dependencies": {
"dotenv": "^16.0.3",
"fs-extra": "^10.1.0",
"got": "^11.8.5",
"fs-extra": "^11.1.0",
"got": "^11.8.6",
"helios-distribution-types": "^1.1.0",
"luxon": "^3.1.0",
"minimatch": "^5.1.0",
"luxon": "^3.1.1",
"minimatch": "^5.1.2",
"node-stream-zip": "^1.15.0",
"toml": "^3.0.0",
"triple-beam": "^1.3.0",
"ts-json-schema-generator": "^1.1.2",
"ts-json-schema-generator": "^1.2.0",
"winston": "^3.8.2",
"yargs": "^17.6.2"
}