From 957f9836c4b73ce231ee66fae80b69c343841490 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 01:26:56 +0000 Subject: [PATCH] Bump ipfs-http-client from 44.1.0 to 44.1.1 in /client Bumps [ipfs-http-client](https://github.com/ipfs/js-ipfs) from 44.1.0 to 44.1.1. - [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.0...ipfs-http-client@44.1.1) Signed-off-by: dependabot-preview[bot] --- client/package-lock.json | 12 ++++++------ client/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index c8a58de..6c4dea3 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -6033,9 +6033,9 @@ "dev": true }, "cids": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.8.0.tgz", - "integrity": "sha512-HdKURxtSOnww3H28CJU2TauIklEBsOn+ouGl2EOnSfVCVkH6+sWTj7to2D/BmuWvwzEy2+ZIKdcIwsXHJBQVew==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/cids/-/cids-0.8.1.tgz", + "integrity": "sha512-bs9hGUYHzsclGSt4ipi6SRUBIWYpuEHhd2uPc5hUatNQl6y5mFr+6JvJtN3fGUiNZNohc7rkY6OpXamwj6PQeg==", "requires": { "buffer": "^5.5.0", "class-is": "^1.1.0", @@ -11022,9 +11022,9 @@ } }, "ipfs-http-client": { - "version": "44.1.0", - "resolved": "https://registry.npmjs.org/ipfs-http-client/-/ipfs-http-client-44.1.0.tgz", - "integrity": "sha512-1zgBMPLI7Heomj14xxeY96kwDQDOarRMBIbik/YAnIrFcgIiBxRHtJr2FytQuLjZqwmeqT4rSUqfKLXaWcMLwA==", + "version": "44.1.1", + "resolved": "https://registry.npmjs.org/ipfs-http-client/-/ipfs-http-client-44.1.1.tgz", + "integrity": "sha512-+rK572yN2qkyrxqayF0RKcRYgthsDSkMoJ4HI06XcTkBiZ8CQU7nEn2vEswLGk3T45NK2TLb8lMUHfSELVvfqw==", "requires": { "abort-controller": "^3.0.0", "any-signal": "^1.1.0", diff --git a/client/package.json b/client/package.json index 06bb202..dd492aa 100644 --- a/client/package.json +++ b/client/package.json @@ -23,7 +23,7 @@ "ethereum-blockies": "github:MyEtherWallet/blockies", "filesize": "^6.1.0", "history": "^4.10.1", - "ipfs-http-client": "44.1.0", + "ipfs-http-client": "44.1.1", "is-url-superb": "^3.0.0", "moment": "^2.26.0", "node-sass": "^4.14.1",