Merge pull request #529 from fraction/dependabot/npm_and_yarn/ssb-blobs-2.0.1

Bump ssb-blobs from 1.2.3 to 2.0.1
This commit is contained in:
Christian Bundy 2020-11-25 07:47:25 -08:00 committed by GitHub
commit 8a5a17124e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -8851,14 +8851,14 @@
}
},
"ssb-blobs": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/ssb-blobs/-/ssb-blobs-1.2.3.tgz",
"integrity": "sha512-iDRVrkCa7H0bhtVutYrO4GHFC7td2P5MEiEGMracL/DycF2gvZLYfoiWK5JrB3UwZ3LCVMv/YKZiA8ldZY1HwA==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/ssb-blobs/-/ssb-blobs-2.0.1.tgz",
"integrity": "sha512-WuF96Yc8bd0l62wGxpQNT2OGf2XEhdMLEYsWJeXilYtEJLW+IZoO4YUjPanmp4fkhU2KunN+a/cQr6vqDqLphA==",
"requires": {
"cont": "^1.0.3",
"debug": "^4.1.1",
"level": "^6.0.0",
"multiblob": "^1.12.0",
"obz": "^1.0.2",
"pull-defer": "^0.2.3",
"pull-level": "^2.0.4",
"pull-notify": "^0.1.0",
"pull-stream": "^3.3.0",

View File

@ -48,7 +48,7 @@
"sharp": "^0.26.3",
"ssb-about": "^2.0.1",
"ssb-backlinks": "^2.1.1",
"ssb-blobs": "^1.2.3",
"ssb-blobs": "^2.0.1",
"ssb-client": "^4.9.0",
"ssb-config": "^3.4.4",
"ssb-conn": "^0.19.1",