From 15eec5d9d83f30ed60e6d2fcbc1d08ec8ec3d784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 23:19:30 +0000 Subject: [PATCH] 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] --- package-lock.json | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ed279b..551d4a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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"