Update dependencies.

This commit is contained in:
Daniel Scalzi
2022-03-25 15:15:22 -04:00
parent c044535091
commit 77a118125b
2 changed files with 532 additions and 447 deletions

953
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", "homepage": "https://github.com/dscalzi/Nebula#readme",
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^9.0.13", "@types/fs-extra": "^9.0.13",
"@types/luxon": "^2.0.9", "@types/luxon": "^2.3.1",
"@types/minimatch": "^3.0.5", "@types/minimatch": "^3.0.5",
"@types/node": "^16.11.24", "@types/node": "^16.11.26",
"@types/triple-beam": "^1.3.2", "@types/triple-beam": "^1.3.2",
"@types/yargs": "^17.0.8", "@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.11.0", "@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.11.0", "@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.8.0", "eslint": "^8.11.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"typescript": "^4.5.5" "typescript": "^4.6.3"
}, },
"dependencies": { "dependencies": {
"dotenv": "^16.0.0", "dotenv": "^16.0.0",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.1",
"got": "^11.8.3", "got": "^11.8.3",
"helios-distribution-types": "^1.0.0", "helios-distribution-types": "^1.0.0",
"luxon": "^2.3.0", "luxon": "^2.3.1",
"minimatch": "^3.0.5", "minimatch": "^5.0.1",
"node-stream-zip": "^1.15.0", "node-stream-zip": "^1.15.0",
"toml": "^3.0.0", "toml": "^3.0.0",
"triple-beam": "^1.3.0", "triple-beam": "^1.3.0",
"ts-json-schema-generator": "^0.97.0", "ts-json-schema-generator": "^1.0.0",
"winston": "^3.5.1", "winston": "^3.6.0",
"yargs": "^17.3.1" "yargs": "^17.4.0"
} }
} }