From 4aa78c2170e17959a5ad814af740bc92367756db Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Fri, 16 Jul 2021 11:05:26 +0200 Subject: [PATCH 1/2] chore: update multiformats --- packages/ipfs-unixfs-exporter/package.json | 2 +- packages/ipfs-unixfs-importer/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index a8e80d9d..da371a6c 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -63,7 +63,7 @@ "interface-blockstore": "^1.0.0", "ipfs-unixfs": "^5.0.0", "it-last": "^1.0.5", - "multiformats": "^9.0.4", + "multiformats": "^9.4.2", "murmurhash3js-revisited": "^3.0.0", "uint8arrays": "^2.1.5" }, diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index dd5bf7ba..c6138706 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -57,7 +57,7 @@ "it-first": "^1.0.6", "it-parallel-batch": "^1.0.9", "merge-options": "^3.0.4", - "multiformats": "^9.0.4", + "multiformats": "^9.4.2", "murmurhash3js-revisited": "^3.0.0", "rabin-wasm": "^0.1.4", "uint8arrays": "^2.1.2" From 86c6c00826f2fea5c9a1b07227546132e8032cb7 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Fri, 16 Jul 2021 12:46:28 +0100 Subject: [PATCH 2/2] chore: update uint8arrays --- packages/ipfs-unixfs-exporter/package.json | 2 +- packages/ipfs-unixfs-importer/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index da371a6c..c42ed587 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -65,7 +65,7 @@ "it-last": "^1.0.5", "multiformats": "^9.4.2", "murmurhash3js-revisited": "^3.0.0", - "uint8arrays": "^2.1.5" + "uint8arrays": "^2.1.7" }, "types": "dist/src/index.d.ts", "files": [ diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index c6138706..a59b97e4 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -60,7 +60,7 @@ "multiformats": "^9.4.2", "murmurhash3js-revisited": "^3.0.0", "rabin-wasm": "^0.1.4", - "uint8arrays": "^2.1.2" + "uint8arrays": "^2.1.7" }, "types": "dist/src/index.d.ts", "files": [