update deps

This commit is contained in:
2023-08-14 10:22:09 +02:00
parent deef56776d
commit a2803a13da
7 changed files with 809 additions and 486 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "2.3.2",
"version": "2.3.3",
"name": "cryptgeon",
"repository": {
"type": "git",
@@ -26,18 +26,18 @@
"dist"
],
"devDependencies": {
"@commander-js/extra-typings": "^10.0.3",
"@commander-js/extra-typings": "^11.0.0",
"@cryptgeon/shared": "workspace:*",
"@types/inquirer": "^9.0.3",
"@types/mime": "^3.0.1",
"@types/node": "^20.1.3",
"commander": "^10.0.1",
"esbuild": "^0.17.19",
"inquirer": "^9.2.2",
"@types/node": "^20.5.0",
"commander": "^11.0.0",
"esbuild": "^0.19.2",
"inquirer": "^9.2.10",
"mime": "^3.0.0",
"occulto": "^2.0.1",
"pkg": "^5.8.1",
"pretty-bytes": "^6.1.0",
"typescript": "^5.0.4"
"pretty-bytes": "^6.1.1",
"typescript": "^5.1.6"
}
}