diff --git a/package-lock.json b/package-lock.json index 409cbabb3..76075ce04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@0x/subproviders": "^6.5.4", "@aave/aave-ui-kit": "^0.1.16", - "@aave/contract-helpers": "0.26.2", + "@aave/contract-helpers": "1.5.0", "@aave/math-utils": "0.26.2", "@aave/protocol-js": "4.3.0", "@apollo/client": "^3.4.16", @@ -529,14 +529,15 @@ } }, "node_modules/@aave/contract-helpers": { - "version": "0.26.2", - "resolved": "https://registry.npmjs.org/@aave/contract-helpers/-/contract-helpers-0.26.2.tgz", - "integrity": "sha512-Fme8Ius2LdqohXtGhRq6dKLfGZgPZZdkkkN31KBlL0U/zbnuJQJ83t2sAO37ovHRx7qGOEbcGwHn+yfBQ5NTbg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@aave/contract-helpers/-/contract-helpers-1.5.0.tgz", + "integrity": "sha512-5+ega+VUYWirXAD0E45v/NdVHite9ZVLczq9KjrCoPF9FWe5+JwnLGWX9RWO+czyZ3/4Hd+/Xb67bR+Cq5GeJw==", "dependencies": { "isomorphic-unfetch": "^3.1.0" }, "peerDependencies": { - "ethers": "~5.4.7" + "ethers": "5.x", + "reflect-metadata": "0.1.x" } }, "node_modules/@aave/math-utils": { @@ -53684,9 +53685,9 @@ } }, "@aave/contract-helpers": { - "version": "0.26.2", - "resolved": "https://registry.npmjs.org/@aave/contract-helpers/-/contract-helpers-0.26.2.tgz", - "integrity": "sha512-Fme8Ius2LdqohXtGhRq6dKLfGZgPZZdkkkN31KBlL0U/zbnuJQJ83t2sAO37ovHRx7qGOEbcGwHn+yfBQ5NTbg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@aave/contract-helpers/-/contract-helpers-1.5.0.tgz", + "integrity": "sha512-5+ega+VUYWirXAD0E45v/NdVHite9ZVLczq9KjrCoPF9FWe5+JwnLGWX9RWO+czyZ3/4Hd+/Xb67bR+Cq5GeJw==", "requires": { "isomorphic-unfetch": "^3.1.0" } diff --git a/package.json b/package.json index 294f92b6f..3c8f26233 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@0x/subproviders": "^6.5.4", "@aave/aave-ui-kit": "^0.1.16", - "@aave/contract-helpers": "0.26.2", + "@aave/contract-helpers": "1.5.0", "@aave/math-utils": "0.26.2", "@aave/protocol-js": "4.3.0", "@apollo/client": "^3.4.16",