From b465053d4640ed9e1cc23f73cdbfb85f5d632414 Mon Sep 17 00:00:00 2001 From: Piotr Galar Date: Tue, 22 Nov 2022 20:45:39 +0100 Subject: [PATCH] feat: kubo v0.17.0 (#539) Part of https://github.com/ipfs/kubo/issues/9319 https://github.com/ipfs/kubo/releases/tag/v0.17.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e1e2d776..f4358392 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "ipfs-interop": "bin/ipfs-interop.js" }, "devDependencies": { - "go-ipfs": "^0.16.0", + "go-ipfs": "^0.17.0", "ipfs": "^0.64.2", "ipfs-http-client": "^58.0.1", "kubo-rpc-client": "^1.0.1" @@ -11631,9 +11631,9 @@ } }, "node_modules/go-ipfs": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/go-ipfs/-/go-ipfs-0.16.0.tgz", - "integrity": "sha512-AxA/CGZgXlU3NCIAFJKdnCcF5TmOiryxtjxH4SmT7FdquAwemgQWzOWxUZzhDDzqlk32mqoDID2sVxmAOfcfcA==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/go-ipfs/-/go-ipfs-0.17.0.tgz", + "integrity": "sha512-D3IUkTzLrnvgOs38HNqE8TK+sP7FDhdygVEzedsgwY1UIxPwxPFYuxRrdOcDHGQiwxHRORUHNudy2mEdxvHKkQ==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -35662,9 +35662,9 @@ } }, "go-ipfs": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/go-ipfs/-/go-ipfs-0.16.0.tgz", - "integrity": "sha512-AxA/CGZgXlU3NCIAFJKdnCcF5TmOiryxtjxH4SmT7FdquAwemgQWzOWxUZzhDDzqlk32mqoDID2sVxmAOfcfcA==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/go-ipfs/-/go-ipfs-0.17.0.tgz", + "integrity": "sha512-D3IUkTzLrnvgOs38HNqE8TK+sP7FDhdygVEzedsgwY1UIxPwxPFYuxRrdOcDHGQiwxHRORUHNudy2mEdxvHKkQ==", "dev": true, "requires": { "cachedir": "^2.3.0", diff --git a/package.json b/package.json index 7c13c6fd..28b6e421 100644 --- a/package.json +++ b/package.json @@ -204,7 +204,7 @@ "wherearewe": "^2.0.1" }, "devDependencies": { - "go-ipfs": "^0.16.0", + "go-ipfs": "^0.17.0", "ipfs": "^0.64.2", "ipfs-http-client": "^58.0.1", "kubo-rpc-client": "^1.0.1"