Bump ssb-conn from 4.0.1 to 5.0.0

Bumps [ssb-conn](https://github.com/staltz/ssb-conn) from 4.0.1 to 5.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/v4.0.1...v5.0.0)

---
updated-dependencies:
- dependency-name: ssb-conn
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-29 23:02:21 +00:00 committed by GitHub
parent 51e1dd251c
commit bfb23c8642
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",