Upgrade typescript
Client: nodejs
Patch: Cameron Martin
Typescript was on a really old version, and upgrading this is necessary for future changes. Upgrading this required upgrading `@types/node` and `commander`, since the old versions of these are not compatible with the newer version of typescript.
This closes #3084
diff --git a/lib/ts/package.json b/lib/ts/package.json
index 13aefaa..17988c6 100644
--- a/lib/ts/package.json
+++ b/lib/ts/package.json
@@ -27,7 +27,7 @@
"jslint": "^0.12.0",
"node-int64": "^0.4.0",
"phantom": "^6.0.3",
- "typescript": "^3.2.4"
+ "typescript": "^5.7.2"
},
"dependencies": {
"bufferutil": "^4.0.1",