From ebb65890d9fa4f92f7b6781b8e43337306f45e44 Mon Sep 17 00:00:00 2001 From: "Abd El-Twab M. Fakhry" Date: Sat, 20 Aug 2022 13:52:10 +0200 Subject: [PATCH] Fix versioning bu --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index d17403c..55bea81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "ethereum-waffle": "^3.4.4", "ethers": "^5.6.9", "hardhat": "^2.10.1", - "ipfs-http-client": "^57.0.3", + "ipfs-http-client": "57.0.1", "it-all": "^1.0.6", "next": "^12.2.3", "react": "^18.1.0", @@ -17657,9 +17657,9 @@ } }, "node_modules/ipfs-http-client": { - "version": "57.0.3", - "resolved": "https://registry.npmjs.org/ipfs-http-client/-/ipfs-http-client-57.0.3.tgz", - "integrity": "sha512-IOqxcMei7Y2bxU2Se98YB+HEv2rZp9aTbkQjNY4XgoeG3eMp0zU/6tpguOHzC5a6SOCojZRrcAAZq2RAwdmrhg==", + "version": "57.0.1", + "resolved": "https://registry.npmjs.org/ipfs-http-client/-/ipfs-http-client-57.0.1.tgz", + "integrity": "sha512-ULwA6DenevB2qnVFxUXhSJSkHaBJIANHmUHKQwuu+y3O7oo2Vy8AmbJvstm37bJT5pWFaj9jZdZ4Am0VwHn5fg==", "dependencies": { "@ipld/dag-cbor": "^7.0.0", "@ipld/dag-json": "^8.0.1", @@ -17670,8 +17670,8 @@ "any-signal": "^3.0.0", "dag-jose": "^1.0.0", "err-code": "^3.0.1", - "ipfs-core-types": "^0.11.1", - "ipfs-core-utils": "^0.15.1", + "ipfs-core-types": "^0.11.0", + "ipfs-core-utils": "^0.15.0", "ipfs-utils": "^9.0.6", "it-first": "^1.0.6", "it-last": "^1.0.4", @@ -42082,9 +42082,9 @@ } }, "ipfs-http-client": { - "version": "57.0.3", - "resolved": "https://registry.npmjs.org/ipfs-http-client/-/ipfs-http-client-57.0.3.tgz", - "integrity": "sha512-IOqxcMei7Y2bxU2Se98YB+HEv2rZp9aTbkQjNY4XgoeG3eMp0zU/6tpguOHzC5a6SOCojZRrcAAZq2RAwdmrhg==", + "version": "57.0.1", + "resolved": "https://registry.npmjs.org/ipfs-http-client/-/ipfs-http-client-57.0.1.tgz", + "integrity": "sha512-ULwA6DenevB2qnVFxUXhSJSkHaBJIANHmUHKQwuu+y3O7oo2Vy8AmbJvstm37bJT5pWFaj9jZdZ4Am0VwHn5fg==", "requires": { "@ipld/dag-cbor": "^7.0.0", "@ipld/dag-json": "^8.0.1", @@ -42095,8 +42095,8 @@ "any-signal": "^3.0.0", "dag-jose": "^1.0.0", "err-code": "^3.0.1", - "ipfs-core-types": "^0.11.1", - "ipfs-core-utils": "^0.15.1", + "ipfs-core-types": "^0.11.0", + "ipfs-core-utils": "^0.15.0", "ipfs-utils": "^9.0.6", "it-first": "^1.0.6", "it-last": "^1.0.4", diff --git a/package.json b/package.json index 81055a6..6a212e1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "ethereum-waffle": "^3.4.4", "ethers": "^5.6.9", "hardhat": "^2.10.1", - "ipfs-http-client": "^57.0.3", + "ipfs-http-client": "57.0.1", "it-all": "^1.0.6", "next": "^12.2.3", "react": "^18.1.0",