From 4cf3cae9558db04f868a7d1dc4247fc693e57bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 01:07:39 +0000 Subject: [PATCH] Bump ipfs-http-client from 44.1.1 to 44.2.0 Bumps [ipfs-http-client](https://github.com/ipfs/js-ipfs) from 44.1.1 to 44.2.0. - [Release notes](https://github.com/ipfs/js-ipfs/releases) - [Changelog](https://github.com/ipfs/js-ipfs/blob/master/docs/RELEASES.md) - [Commits](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@44.1.1...ipfs-http-client@44.2.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2fe1a1b..06a8dc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6163,9 +6163,9 @@ } }, "ipfs-http-client": { - "version": "44.1.1", - "resolved": "https://registry.npmjs.org/ipfs-http-client/-/ipfs-http-client-44.1.1.tgz", - "integrity": "sha512-+rK572yN2qkyrxqayF0RKcRYgthsDSkMoJ4HI06XcTkBiZ8CQU7nEn2vEswLGk3T45NK2TLb8lMUHfSELVvfqw==", + "version": "44.2.0", + "resolved": "https://registry.npmjs.org/ipfs-http-client/-/ipfs-http-client-44.2.0.tgz", + "integrity": "sha512-M8MGu3DZHbYOYRbdUe36JOJlE++XAgwZyl3Nwgg2cLHlSyfMBcpdRkbJBbzSe06KpXow6M7VilP6D90mc2ir8w==", "requires": { "abort-controller": "^3.0.0", "any-signal": "^1.1.0", diff --git a/package.json b/package.json index cd28f3a..5d989bf 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@oceanprotocol/art": "^2.2.0", "@oceanprotocol/typographies": "^0.1.0", "axios": "^0.19.2", - "ipfs-http-client": "^44.1.1", + "ipfs-http-client": "^44.2.0", "next": "^9.4.4", "next-seo": "^4.5.0", "next-svgr": "^0.0.2",