Dependency upgrade.

This commit is contained in:
Daniel Scalzi
2023-11-01 19:12:02 -04:00
parent 1a537e33f4
commit 318452e44e
2 changed files with 232 additions and 232 deletions

View File

@@ -29,29 +29,29 @@
},
"homepage": "https://github.com/dscalzi/Nebula#readme",
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/luxon": "^3.3.1",
"@types/node": "^18.17.5",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.47.0",
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
"@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",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
},
"dependencies": {
"dotenv": "^16.3.1",
"fs-extra": "^11.1.1",
"got": "^13.0.0",
"helios-distribution-types": "^1.2.0",
"luxon": "^3.4.0",
"luxon": "^3.4.3",
"minimatch": "^9.0.3",
"node-stream-zip": "^1.15.0",
"toml": "^3.0.0",
"triple-beam": "^1.4.1",
"ts-json-schema-generator": "^1.2.0",
"winston": "^3.10.0",
"ts-json-schema-generator": "^1.4.0",
"winston": "^3.11.0",
"yargs": "^17.7.2"
}
}