From d378ec88b384c725be80733653027db04d27519b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 04:17:37 +0000 Subject: [PATCH] Bump @oceanprotocol/contracts from 0.5.10 to 1.1.0 Bumps [@oceanprotocol/contracts](https://github.com/oceanprotocol/contracts) from 0.5.10 to 1.1.0. - [Release notes](https://github.com/oceanprotocol/contracts/releases) - [Commits](https://github.com/oceanprotocol/contracts/compare/v0.5.10...v1.1.0) --- updated-dependencies: - dependency-name: "@oceanprotocol/contracts" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d26571..d21f3ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7193,9 +7193,9 @@ } }, "@oceanprotocol/contracts": { - "version": "0.5.10", - "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.5.10.tgz", - "integrity": "sha512-6GrBk1jy+zxjDjh2SPra06etrqdp8CB6RaZaTq2OQpK8dA2Dq91hqCbj+6eb21MlU8bDY3/atnxax9rgPgsxkA==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-1.1.0.tgz", + "integrity": "sha512-b6/SPzsRUnTC9pt5U8zokeyYXq0N+ukhL+oUDoBKCtICuOgH61Q2OcfrX7AiPbNDBhWCUILspRz+tEiXA8vy3g==" }, "@octokit/auth-token": { "version": "2.4.5", diff --git a/package.json b/package.json index f5b5f11..9bfcd9e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "license": "MIT", "dependencies": { "@coingecko/cryptoformat": "^0.4.2", - "@oceanprotocol/contracts": "^0.5.10", + "@oceanprotocol/contracts": "^1.1.0", "axios": "^0.24.0", "ethereum-address": "^0.0.4", "ethereum-blockies": "github:MyEtherWallet/blockies",