forked from coracle/flotilla
Fix auth timeout on space join, bump welshman
This commit is contained in:
Generated
+9
-9
@@ -34,8 +34,8 @@
|
||||
"@welshman/content": "~0.0.12",
|
||||
"@welshman/dvm": "~0.0.10",
|
||||
"@welshman/feeds": "~0.0.25",
|
||||
"@welshman/lib": "~0.0.24",
|
||||
"@welshman/net": "~0.0.35",
|
||||
"@welshman/lib": "~0.0.26",
|
||||
"@welshman/net": "~0.0.36",
|
||||
"@welshman/signer": "~0.0.14",
|
||||
"@welshman/store": "~0.0.12",
|
||||
"@welshman/util": "~0.0.45",
|
||||
@@ -4117,9 +4117,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@welshman/lib": {
|
||||
"version": "0.0.24",
|
||||
"resolved": "https://registry.npmjs.org/@welshman/lib/-/lib-0.0.24.tgz",
|
||||
"integrity": "sha512-MQxCt02IzenSv2hpe/Y2/Gtki/evBprW4EqV7pwO7h2HAjfr1Lo1OYu0b2t6sSTbiFMdIkKIOOWYyeBEFggXQQ==",
|
||||
"version": "0.0.26",
|
||||
"resolved": "https://registry.npmjs.org/@welshman/lib/-/lib-0.0.26.tgz",
|
||||
"integrity": "sha512-RMOsRBb0YXKfAupx1bmrNxacv13pheYvdc91DxGYbtvraPeP+B5C0RR9cQzLfFkv0neCpMA318fYXeTk1KeXaQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@scure/base": "^1.1.6",
|
||||
@@ -4130,12 +4130,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@welshman/net": {
|
||||
"version": "0.0.35",
|
||||
"resolved": "https://registry.npmjs.org/@welshman/net/-/net-0.0.35.tgz",
|
||||
"integrity": "sha512-imPA2DbcQuqMYghhVQiWDf4CfHfgi3f1dn8TYMTw6/gY/9VzUCiquXwkNENR9LfOvhNxm8VZWkIJoqzngWbr8Q==",
|
||||
"version": "0.0.36",
|
||||
"resolved": "https://registry.npmjs.org/@welshman/net/-/net-0.0.36.tgz",
|
||||
"integrity": "sha512-ZRYC9Hl45bI/kfnKd+DSX/RnbDIA4VhEGUpQTGikqCjfmbWxvN8zr3ajvkUMQHhe95VyKyjpjQKPpkJn9g6+MQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.24",
|
||||
"@welshman/lib": "~0.0.25",
|
||||
"@welshman/util": "~0.0.45",
|
||||
"isomorphic-ws": "^5.0.0",
|
||||
"ws": "^8.16.0"
|
||||
|
||||
Reference in New Issue
Block a user