Merge branch 'master' into clink-types

This commit is contained in:
boufni95 2025-05-27 19:47:41 +00:00
commit e3cbae9af9
4 changed files with 44 additions and 26 deletions

View file

@ -45,7 +45,7 @@
"csv": "^6.3.8",
"dotenv": "^16.4.5",
"eccrypto": "^1.1.6",
"express": "^4.21.1",
"express": "^4.21.2",
"globby": "^13.1.2",
"grpc-tools": "^1.12.4",
"jsonwebtoken": "^9.0.2",
@ -55,14 +55,14 @@
"reflect-metadata": "^0.2.2",
"rimraf": "^3.0.2",
"rxjs": "^7.5.5",
"secp256k1": "^4.0.4",
"secp256k1": "^5.0.1",
"sqlite3": "^5.1.7",
"ts-node": "^10.7.0",
"ts-proto": "^1.131.2",
"typeorm": "0.3.15",
"typescript": "^5.5.4",
"uuid": "^8.3.2",
"websocket": "^1.0.34",
"websocket": "^1.0.35",
"websocket-polyfill": "^0.0.3",
"why-is-node-running": "^3.2.0",
"wrtc": "^0.4.7",
@ -79,7 +79,7 @@
"@types/node": "^16.11.10",
"@types/node-fetch": "^2.6.3",
"@types/uuid": "^8.3.4",
"@types/websocket": "^1.0.6",
"@types/websocket": "^1.0.10",
"@types/ws": "^8.5.12",
"nodemon": "^2.0.20",
"ts-node": "10.7.0",