From 1de699c41d3f372e7e6ecd057a30487a54e08913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 04:30:47 +0000 Subject: [PATCH] Bump ipfs-http-client from 46.1.1 to 47.0.1 Bumps [ipfs-http-client](https://github.com/ipfs/js-ipfs) from 46.1.1 to 47.0.1. - [Release notes](https://github.com/ipfs/js-ipfs/releases) - [Changelog](https://github.com/ipfs/js-ipfs/blob/master/CHANGELOG.md) - [Commits](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@46.1.1...ipfs-http-client@47.0.1) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index d709622..55f459a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9527,9 +9527,9 @@ } }, "ipfs-http-client": { - "version": "46.1.1", - "resolved": "https://registry.npmjs.org/ipfs-http-client/-/ipfs-http-client-46.1.1.tgz", - "integrity": "sha512-8E2tKdLke9Sd/7burgfokhIcOnQoWAjWrYR/i2CYC0pBTkxHeKcEGUG3oQ1cMPfyWVsRqDG4QskYRYppjsBjHg==", + "version": "47.0.1", + "resolved": "https://registry.npmjs.org/ipfs-http-client/-/ipfs-http-client-47.0.1.tgz", + "integrity": "sha512-IAQf+uTLvXw5QFOzbyhu/5lH3rn7jEwwwdCGaNKVhoPI7yfyOV0wRse3hVWejjP1Id0P9mKuMKG8rhcY7pVAdQ==", "requires": { "abort-controller": "^3.0.0", "any-signal": "^1.1.0", @@ -13253,9 +13253,9 @@ } }, "multicodec": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-2.0.0.tgz", - "integrity": "sha512-2SLsdTCXqOpUfoSHkTaVzxnjjl5fsSO283Idb9rAYgKGVu188NFP5KncuZ8Ifg8H2gc5GOi2rkuhLumqv9nweQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-2.0.1.tgz", + "integrity": "sha512-YDYeWn9iGa76hOHAyyZa0kbt3tr5FLg1ZXUHrZUJltjnxxdbTIbHnxWLd2zTcMOjdT3QyO+Xs4bQgJUcC2RWUA==", "requires": { "uint8arrays": "1.0.0", "varint": "^5.0.0" diff --git a/package.json b/package.json index 3242694..ec677d1 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "MIT", "dependencies": { "axios": "^0.20.0", - "ipfs-http-client": "^46.1.1", + "ipfs-http-client": "^47.0.1", "next": "^9.5.3", "next-seo": "^4.7.3", "next-svgr": "^0.0.2",