Bump ssb-friends from 4.1.4 to 4.3.0

Bumps [ssb-friends](https://github.com/ssbc/ssb-friends) from 4.1.4 to 4.3.0.
- [Release notes](https://github.com/ssbc/ssb-friends/releases)
- [Commits](https://github.com/ssbc/ssb-friends/compare/v4.1.4...v4.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-22 20:25:27 +00:00 committed by GitHub
parent 76789a0ed6
commit 91b5c37207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 4 deletions

24
package-lock.json generated
View File

@ -8823,16 +8823,32 @@
}
},
"ssb-friends": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/ssb-friends/-/ssb-friends-4.1.4.tgz",
"integrity": "sha512-rjQP2rLocqnUoiI+SSUehLQwMB4H5TKD13hfnweGVIgAWw4mylbl9bPOuXtTU23ubPkdbSNadlp3uivsCkWLxw==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ssb-friends/-/ssb-friends-4.3.0.tgz",
"integrity": "sha512-5NgtiuYM8M2g8crzQF2nCpenM70zhsb6PNeL6B0iXalAl/IN2wwEWSUhU8++2gTh9dZ7icZJ8nC/kCzIoUdmgA==",
"requires": {
"flumeview-reduce": "^1.3.0",
"flumeview-reduce": "^1.3.17",
"layered-graph": "^1.1.1",
"pull-flatmap": "0.0.1",
"pull-notify": "^0.1.1",
"pull-stream": "^3.6.0",
"ssb-ref": "^2.7.1"
},
"dependencies": {
"flumeview-reduce": {
"version": "1.3.17",
"resolved": "https://registry.npmjs.org/flumeview-reduce/-/flumeview-reduce-1.3.17.tgz",
"integrity": "sha512-Li09TntlRpN51GtFKllIh5nDdBcyDazvi5a/yvbdUCS9xAFb8OA6H6uu32W9gG+4GyvfUi9AsOyN8RQ8OcREQA==",
"requires": {
"async-single": "^1.0.5",
"atomic-file": "^2.0.0",
"deep-equal": "^1.0.1",
"flumecodec": "0.0.0",
"obv": "0.0.1",
"pull-notify": "^0.1.1",
"pull-stream": "^3.5.0"
}
}
}
},
"ssb-invite": {