From 8134fe6339f62899c3904b277cef2d231db03560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 10:17:02 +0000 Subject: [PATCH] chore(deps): bump @aave/contract-helpers from 0.26.2 to 1.5.0 Bumps [@aave/contract-helpers](https://github.com/aave/aave-utilities) from 0.26.2 to 1.5.0. - [Release notes](https://github.com/aave/aave-utilities/releases) - [Commits](https://github.com/aave/aave-utilities/compare/@aave/contract-helpers@0.26.2...@aave/contract-helpers@1.5.0) --- updated-dependencies: - dependency-name: "@aave/contract-helpers" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) 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",