Dependency upgrade.

This commit is contained in:
Daniel Scalzi
2023-12-03 17:45:11 -05:00
parent 76ab09a010
commit b783e4784d
2 changed files with 139 additions and 139 deletions

View File

@@ -29,28 +29,28 @@
},
"homepage": "https://github.com/dscalzi/Nebula#readme",
"devDependencies": {
"@types/fs-extra": "^11.0.3",
"@types/luxon": "^3.3.3",
"@types/node": "^18.18.8",
"@types/triple-beam": "^1.3.4",
"@types/yargs": "^17.0.29",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"@types/fs-extra": "^11.0.4",
"@types/luxon": "^3.3.6",
"@types/node": "^18.19.2",
"@types/triple-beam": "^1.3.5",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.55.0",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"dependencies": {
"dotenv": "^16.3.1",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"got": "^13.0.0",
"helios-distribution-types": "^1.3.0",
"luxon": "^3.4.3",
"luxon": "^3.4.4",
"minimatch": "^9.0.3",
"node-stream-zip": "^1.15.0",
"toml": "^3.0.0",
"triple-beam": "^1.4.1",
"ts-json-schema-generator": "^1.4.0",
"ts-json-schema-generator": "^1.4.1",
"winston": "^3.11.0",
"yargs": "^17.7.2"
}