Merge pull request #716 from fraction/dependabot/npm_and_yarn/ssb-conn-5.0.0

Bump ssb-conn from 4.0.1 to 5.0.0
This commit is contained in:
Christian Bundy 2021-06-29 22:33:59 -07:00 committed by GitHub
commit 7bda39dbe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -8967,9 +8967,9 @@
"integrity": "sha512-6dOYeZfS3O9RtRD1caom0sMxgK59b27+IwoNy8RDPsmslSGOyU+mpTamlaIW7aNKi90ZQZ9DFaZL3YRoiSCULQ=="
},
"ws": {
"version": "7.4.5",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz",
"integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g=="
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.1.tgz",
"integrity": "sha512-2c6faOUH/nhoQN6abwMloF7Iyl0ZS2E9HGtsiLrWn0zOOMWlhtDmdf/uihDt6jnuCxgtwGBNy6Onsoy2s2O2Ow=="
}
}
},
@ -10458,9 +10458,9 @@
}
},
"ssb-conn": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/ssb-conn/-/ssb-conn-4.0.1.tgz",
"integrity": "sha512-ibob1I1VJdYsPhXUtIuTrhhCCUUdjEke3Uigb9ZNTjz8ukQU1Qtx9jSe5xX9v1HcVrg+mAYSBBuputP8vQhCug==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/ssb-conn/-/ssb-conn-5.0.0.tgz",
"integrity": "sha512-eCVxtJQaFzflS4AOZGldnN8BFlQnPiY6vJkBEYuVKnkxzkjqXK9YPfnhpLGuTJ2CwHxIIAe4im/6ZSucHVAdrA==",
"requires": {
"debug": "^4.3.1",
"has-network2": ">=0.0.3",

View File

@ -51,7 +51,7 @@
"ssb-blobs": "^2.0.1",
"ssb-client": "^4.9.0",
"ssb-config": "^3.4.4",
"ssb-conn": "^4.0.1",
"ssb-conn": "^5.0.0",
"ssb-db": "^20.3.0",
"ssb-ebt": "^6.0.0",
"ssb-friends": "^5.0.0",