From 8c1317a6973cc2542aff75653d6c1dbe47f42ee0 Mon Sep 17 00:00:00 2001 From: galargh Date: Mon, 20 Mar 2023 15:27:05 +0000 Subject: [PATCH] chore: update Kubo --- 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 c502a7978..4b1c2cfda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "electron-updater": "^5.3.0", "fix-path": "3.0.0", "fs-extra": "^10.0.1", - "go-ipfs": "^0.18.1", + "go-ipfs": "^0.19.0", "i18next": "^21.8.14", "i18next-fs-backend": "1.1.4", "i18next-icu": "^2.0.3", @@ -4697,9 +4697,9 @@ } }, "node_modules/go-ipfs": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/go-ipfs/-/go-ipfs-0.18.1.tgz", - "integrity": "sha512-hXfjQRqet/H8mTSQVKiuTSMrvjv8cAGQMHbr12DHAHGsSMS9IuGCOntkVEhnNOnmP/WXcrxRVxLu6xz/mPLlZg==", + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/go-ipfs/-/go-ipfs-0.19.0.tgz", + "integrity": "sha512-YqpQtCrxg0Xe/x75wDY1nVzVBC8WHVCXDTmbChchhvPto1Fika+lBhbnDGLv2S3/pa/wn7PiyrVHMhlPdBcuAQ==", "hasInstallScript": true, "dependencies": { "cachedir": "^2.3.0", @@ -14773,9 +14773,9 @@ } }, "go-ipfs": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/go-ipfs/-/go-ipfs-0.18.1.tgz", - "integrity": "sha512-hXfjQRqet/H8mTSQVKiuTSMrvjv8cAGQMHbr12DHAHGsSMS9IuGCOntkVEhnNOnmP/WXcrxRVxLu6xz/mPLlZg==", + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/go-ipfs/-/go-ipfs-0.19.0.tgz", + "integrity": "sha512-YqpQtCrxg0Xe/x75wDY1nVzVBC8WHVCXDTmbChchhvPto1Fika+lBhbnDGLv2S3/pa/wn7PiyrVHMhlPdBcuAQ==", "requires": { "cachedir": "^2.3.0", "got": "^11.7.0", diff --git a/package.json b/package.json index 68c1296f3..0a0480eb4 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "electron-updater": "^5.3.0", "fix-path": "3.0.0", "fs-extra": "^10.0.1", - "go-ipfs": "^0.18.1", + "go-ipfs": "^0.19.0", "i18next": "^21.8.14", "i18next-fs-backend": "1.1.4", "i18next-icu": "^2.0.3",