Bump ssb-conn from 0.19.1 to 1.0.0

Bumps [ssb-conn](https://github.com/staltz/ssb-conn) from 0.19.1 to 1.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/v0.19.1...v1.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-29 05:04:44 +00:00 committed by GitHub
parent 3530560f25
commit 099a563c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -10113,9 +10113,9 @@
}
},
"ssb-conn": {
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/ssb-conn/-/ssb-conn-0.19.1.tgz",
"integrity": "sha512-7HEiZPZyeIurrZsL1kxYgM164eNU+PRbqfhMzGNwQOrU5Ku+tciZhrZsbYtgNJHHIaoQQZfX79IaQQsD1ZrW5A==",
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/ssb-conn/-/ssb-conn-1.0.0.tgz",
"integrity": "sha512-hFJS+VZIiQHToN/GuhKdOAG8BLnb93mKQGY74uj03cY8Dz89kAjcq17+KYRlnJL5bgcvczYl04ewOzm9MjfV0A==",
"requires": {
"debug": "~4.2.0",
"has-network2": ">=0.0.3",
@ -10178,9 +10178,9 @@
}
},
"ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
},
"ssb-ref": {
"version": "2.13.9",
@ -10859,9 +10859,9 @@
}
},
"ssb-typescript": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/ssb-typescript/-/ssb-typescript-2.1.0.tgz",
"integrity": "sha512-UlnCQO4d24+bCoo7g6vXLipoCOnouPR6+ch+PT+BqvxwDJLJDdNDDWBH3g8GNJa6No2JoojNoubzpAStDBHgmg=="
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/ssb-typescript/-/ssb-typescript-2.2.0.tgz",
"integrity": "sha512-2xdkB0FyJqjOkmv7r7SOTRP934r2Kz/bHPZlUFk5qStDVekMuTeeOkP+czTXHTgp0GYYKIQmq2ChZroz1C8AJA=="
},
"ssb-unix-socket": {
"version": "1.0.0",

View File

@ -51,7 +51,7 @@
"ssb-blobs": "^2.0.1",
"ssb-client": "^4.9.0",
"ssb-config": "^3.4.4",
"ssb-conn": "^0.19.1",
"ssb-conn": "^1.0.0",
"ssb-db": "^20.3.0",
"ssb-ebt": "^5.6.7",
"ssb-friends": "^4.3.0",