Bump ssb-ebt from 7.0.1 to 7.0.4

Bumps [ssb-ebt](https://github.com/ssbc/ssb-ebt) from 7.0.1 to 7.0.4.
- [Release notes](https://github.com/ssbc/ssb-ebt/releases)
- [Commits](https://github.com/ssbc/ssb-ebt/compare/v7.0.1...v7.0.4)

---
updated-dependencies:
- dependency-name: ssb-ebt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-09 23:19:30 +00:00 committed by GitHub
parent eabc34e6c4
commit 15eec5d9d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 6 deletions

19
package-lock.json generated
View File

@ -10702,28 +10702,35 @@
}
},
"ssb-ebt": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/ssb-ebt/-/ssb-ebt-7.0.1.tgz",
"integrity": "sha512-6+9IFgc/D99bWOQqo1CjIo85kY4UZrSc8ImBorpAiI+oSbpdKfhaD2oZLJ5bvbSeJWLNZXawEU4K2xVwicikEw==",
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/ssb-ebt/-/ssb-ebt-7.0.4.tgz",
"integrity": "sha512-cXY8WMwZtnJy7KuRRRRQ13PAq3sqxzbkCm6A4QCgLN9jsqyicNaSfYkNdE2u/NiMbxj7y5eEDk7MJw6PCH+vRQ==",
"requires": {
"base64-url": "^2.2.0",
"epidemic-broadcast-trees": "^8.0.4",
"lossy-store": "^1.2.3",
"obz": "^1.0.3",
"pull-defer": "^0.2.3",
"pull-stream": "^3.6.0",
"push-stream-to-pull-stream": "^1.0.4",
"ssb-network-errors": "^1.0.0",
"ssb-ref": "^2.13.0"
},
"dependencies": {
"obz": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/obz/-/obz-1.0.3.tgz",
"integrity": "sha512-rH3U4eLHsV+OgkOS29ULiC9JLspwMCyCIH/+BglLPXDxQs13IK8AGD+nVmkGXqGN5JefZu85YhfIi05CsOKWPw=="
},
"push-stream": {
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/push-stream/-/push-stream-11.0.1.tgz",
"integrity": "sha512-Cb5aOY6Z6JxjAKBmpmmzoJ+8I6pJlRjJ5WYoM2Vw3kSlClojmIXzA+FP0yglJ4ELokrqLX223frxJTnxUx0dpw=="
},
"push-stream-to-pull-stream": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/push-stream-to-pull-stream/-/push-stream-to-pull-stream-1.0.4.tgz",
"integrity": "sha512-W1ysxl25uU6410OGipJM0/FvlNoXvuZqIgSLGELkZ6+MaXPAp/wr2EvAYKrs1o4blzhYssv/cFXiiRJkMnnhrA==",
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/push-stream-to-pull-stream/-/push-stream-to-pull-stream-1.0.5.tgz",
"integrity": "sha512-oQfzDroAv+SySQIXFiBVkShIh8Vgpr+hd7TrwyUna1kVrbv3i6D+QQC+31QdI7D6Jow61QLQW+uWToxv4cXI2w==",
"requires": {
"pull-looper": "^1.0.0",
"push-stream": "^11.0.1"