Dependency upgrade.

This commit is contained in:
Daniel Scalzi
2023-01-15 11:25:21 -05:00
parent 50fc6a97a4
commit 4aeb570541
2 changed files with 327 additions and 264 deletions

View File

@@ -28,16 +28,16 @@
},
"homepage": "https://github.com/dscalzi/Nebula#readme",
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/luxon": "^3.1.0",
"@types/fs-extra": "^11.0.1",
"@types/luxon": "^3.2.0",
"@types/minimatch": "^5.1.2",
"@types/node": "^16.18.11",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"eslint": "^8.30.0",
"rimraf": "^3.0.2",
"@types/yargs": "^17.0.19",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.32.0",
"rimraf": "^4.0.5",
"typescript": "^4.9.4"
},
"dependencies": {
@@ -45,8 +45,8 @@
"fs-extra": "^11.1.0",
"got": "^11.8.6",
"helios-distribution-types": "^1.1.0",
"luxon": "^3.1.1",
"minimatch": "^5.1.2",
"luxon": "^3.2.1",
"minimatch": "^6.0.0",
"node-stream-zip": "^1.15.0",
"toml": "^3.0.0",
"triple-beam": "^1.3.0",