From 98c1a3750768334c600fa6cfb896f45434e414b2 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Thu, 13 Jun 2024 09:45:49 +0100 Subject: [PATCH] fix: update blob-fetcher dependency --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38ed008..4041cf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@ipld/dag-cbor": "^9.0.8", "@ipld/dag-json": "^10.1.7", "@ipld/dag-pb": "^4.0.8", - "@web3-storage/blob-fetcher": "^2.1.3", + "@web3-storage/blob-fetcher": "^2.2.0", "@web3-storage/gateway-lib": "^5.0.1", "cardex": "^3.0.0", "dagula": "^8.0.0", @@ -5292,13 +5292,13 @@ } }, "node_modules/@web3-storage/blob-fetcher": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@web3-storage/blob-fetcher/-/blob-fetcher-2.1.3.tgz", - "integrity": "sha512-vWqOvAdbE/3xV2PfkdqQfPZ9R1jDfDhTYY77jrPk5/fV7wOQZgux6NOQsiajy/GwYL+S8XRIWRHnO+7pG/LPPA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@web3-storage/blob-fetcher/-/blob-fetcher-2.2.0.tgz", + "integrity": "sha512-JsbvcJ9aPOxjnqGZzTMyQbUoFHeWyHs7UfvT0U4eKf23UOxC39MTHxiBznikALg2i0jgnvBCx+pa2P+WIIIAJw==", "dependencies": { "@ucanto/interface": "^10.0.1", "@web3-storage/blob-index": "^1.0.2", - "@web3-storage/content-claims": "^5.0.0", + "@web3-storage/content-claims": "^5.1.0", "multiformats": "^13.1.0", "multipart-byte-range": "^3.0.1", "p-defer": "^4.0.1", @@ -5430,9 +5430,9 @@ } }, "node_modules/@web3-storage/content-claims": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@web3-storage/content-claims/-/content-claims-5.0.0.tgz", - "integrity": "sha512-HJFRFsR0qHCe0cOERsb3AjAxxzohYMMoIWaGJgrShDycnl6yqXHrGcdua1BWUDu5pmvKzwD9D7VmI8aSfrCcRA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@web3-storage/content-claims/-/content-claims-5.1.0.tgz", + "integrity": "sha512-3VStFKoeieRpRU7brFjKTsAuAffQzYDIZ8F3Gh0+niw+MgzBK72osW+fftdquT8neWir34Ndu3mBUKKJ3ck1RQ==", "dependencies": { "@ucanto/client": "^9.0.1", "@ucanto/interface": "^10.0.0", diff --git a/package.json b/package.json index 5d6d243..4f86f3a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@ipld/dag-cbor": "^9.0.8", "@ipld/dag-json": "^10.1.7", "@ipld/dag-pb": "^4.0.8", - "@web3-storage/blob-fetcher": "^2.1.3", + "@web3-storage/blob-fetcher": "^2.2.0", "@web3-storage/gateway-lib": "^5.0.1", "cardex": "^3.0.0", "dagula": "^8.0.0",