Dependency upgrade.

This commit is contained in:
Daniel Scalzi
2022-07-29 11:56:45 -04:00
parent 8c224e3e39
commit ad6db8c3d3
2 changed files with 402 additions and 342 deletions

718
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -29,29 +29,29 @@
"homepage": "https://github.com/dscalzi/Nebula#readme",
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/luxon": "^2.3.1",
"@types/luxon": "^3.0.0",
"@types/minimatch": "^3.0.5",
"@types/node": "^16.11.26",
"@types/node": "^16.11.46",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"rimraf": "^3.0.2",
"typescript": "^4.6.3"
"typescript": "^4.7.4"
},
"dependencies": {
"dotenv": "^16.0.0",
"fs-extra": "^10.0.1",
"got": "^11.8.3",
"dotenv": "^16.0.1",
"fs-extra": "^10.1.0",
"got": "^11.8.5",
"helios-distribution-types": "^1.0.0",
"luxon": "^2.3.1",
"minimatch": "^5.0.1",
"luxon": "^3.0.1",
"minimatch": "^5.1.0",
"node-stream-zip": "^1.15.0",
"toml": "^3.0.0",
"triple-beam": "^1.3.0",
"ts-json-schema-generator": "^1.0.0",
"winston": "^3.6.0",
"yargs": "^17.4.0"
"winston": "^3.8.1",
"yargs": "^17.5.1"
}
}