Upgrade dependencies (#74)

This commit is contained in:
Samuel Marks
2024-09-15 12:33:50 -05:00
committed by GitHub
parent ea67304151
commit 75552cbb7d
13 changed files with 9829 additions and 11342 deletions

View File

@@ -11,7 +11,7 @@
"intercept-stdout": "^0.1.2",
"long": "^5.2.3",
"nice-grpc": "^2.1.9",
"protobufjs": "^7.3.2"
"protobufjs": "^7.4.0"
},
"devDependencies": {
"@types/intercept-stdout": "^0.1.3",
@@ -19,7 +19,7 @@
"nodemon": "^3.1.4",
"npm-run-all": "^4.1.5",
"ts-node": "^10.9.2",
"ts-proto": "^1.180.0",
"typescript": "^5.5.2"
"ts-proto": "^2.2.0",
"typescript": "^5.6.2"
}
}