Bump ssb-conn from 2.1.0 to 3.0.0

Bumps [ssb-conn](https://github.com/staltz/ssb-conn) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/staltz/ssb-conn/releases)
- [Changelog](https://github.com/staltz/ssb-conn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/staltz/ssb-conn/compare/v2.1.0...v3.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-15 05:07:55 +00:00 committed by GitHub
parent b8e675525a
commit 859d298930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -10395,9 +10395,9 @@
}
},
"ssb-conn": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/ssb-conn/-/ssb-conn-2.1.0.tgz",
"integrity": "sha512-cs3AVZ0QVvhbLkSuP2LIAoJv/6t5pMtri8aD/F1rmSFarz81RC0nks//uuziH4R2946mH3SHb02G3ExAyzvl1g==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/ssb-conn/-/ssb-conn-3.0.0.tgz",
"integrity": "sha512-OU/HbTFplTHN5uop4sp4H6HN5tu59ZkrR3F772wqqs0BfcW26+iKnWPT2nVd3DsFPhIsbthqwzwnxRO0o7OlbQ==",
"requires": {
"debug": "^4.3.0",
"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": "^2.0.0",
"ssb-conn": "^3.0.0",
"ssb-db": "^20.3.0",
"ssb-ebt": "^5.6.7",
"ssb-friends": "^4.3.0",