Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] 2dc059e234
Bump ssb-conn from 5.0.0 to 5.1.0
Bumps [ssb-conn](https://github.com/staltz/ssb-conn) from 5.0.0 to 5.1.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/v5.0.0...v5.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-30 23:02:43 +00:00
1 changed files with 3 additions and 3 deletions

6
package-lock.json generated
View File

@ -10458,9 +10458,9 @@
}
},
"ssb-conn": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/ssb-conn/-/ssb-conn-5.0.0.tgz",
"integrity": "sha512-eCVxtJQaFzflS4AOZGldnN8BFlQnPiY6vJkBEYuVKnkxzkjqXK9YPfnhpLGuTJ2CwHxIIAe4im/6ZSucHVAdrA==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/ssb-conn/-/ssb-conn-5.1.0.tgz",
"integrity": "sha512-A3YBeMpxRFP1b9mnA60NS0S/pchIkDBE68AbPJpxJ4iOsm6Qy95wp3beIqwnCpBRAyCRddlnxpJdsa628lYjfg==",
"requires": {
"debug": "^4.3.1",
"has-network2": ">=0.0.3",