Merge branch 'master' of github.com:shocknet/Lightning.Pub

This commit is contained in:
hatim 2023-05-08 21:31:08 +02:00
commit 29788aac81
3 changed files with 165 additions and 257 deletions

View file

@ -41,7 +41,7 @@
"express": "^4.18.1",
"globby": "^13.1.2",
"grpc-tools": "^1.11.2",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"nostr-tools": "^1.9.0",
"pg": "^8.4.0",
@ -49,10 +49,10 @@
"rimraf": "^3.0.2",
"rxjs": "^7.5.5",
"secp256k1": "^4.0.3",
"sqlite3": "^5.1.2",
"sqlite3": "^5.1.5",
"ts-node": "^10.7.0",
"ts-proto": "^1.112.1",
"typeorm": "0.3.10",
"typeorm": "0.3.15",
"typescript": "^4.6.4",
"uuid": "^8.3.2"
},