Dependency upgrade.

This commit is contained in:
Daniel Scalzi
2021-09-28 21:26:54 -04:00
parent aeda32cf02
commit 3656bf52e4
2 changed files with 167 additions and 128 deletions

View File

@@ -27,30 +27,30 @@
},
"homepage": "https://github.com/dscalzi/Nebula#readme",
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/luxon": "^1.27.0",
"@types/minimatch": "^3.0.4",
"@types/node": "^14.17.4",
"@types/fs-extra": "^9.0.13",
"@types/luxon": "^2.0.4",
"@types/minimatch": "^3.0.5",
"@types/node": "^14.17.19",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.29.0",
"@types/yargs": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"eslint": "^7.32.0",
"rimraf": "^3.0.2",
"typescript": "^4.3.5"
"typescript": "^4.4.3"
},
"dependencies": {
"dotenv": "^10.0.0",
"fs-extra": "^10.0.0",
"got": "^11.8.2",
"helios-distribution-types": "^1.0.0-rc.2",
"luxon": "^1.27.0",
"luxon": "^2.0.2",
"minimatch": "^3.0.4",
"node-stream-zip": "^1.13.6",
"node-stream-zip": "^1.15.0",
"toml": "^3.0.0",
"triple-beam": "^1.3.0",
"ts-json-schema-generator": "^0.93.0",
"ts-json-schema-generator": "^0.95.0",
"winston": "^3.3.3",
"yargs": "^17.0.1"
"yargs": "^17.2.1"
}
}