From 610f75e218f559d809c3e9db9431a68a9316004f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 04:06:10 +0000 Subject: [PATCH] Bump @oceanprotocol/contracts from 0.5.10 to 1.0.0 Bumps [@oceanprotocol/contracts](https://github.com/oceanprotocol/contracts) from 0.5.10 to 1.0.0. - [Release notes](https://github.com/oceanprotocol/contracts/releases) - [Commits](https://github.com/oceanprotocol/contracts/compare/v0.5.10...v1.0.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..fa567a8 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.0.0", + "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-1.0.0.tgz", + "integrity": "sha512-rDCIooe1WHipLejuGhx2Wv/88SB7bWrN3+XHCWxXyPKTmmSQsgxKZPPzbIVBQ0ESChQZqGSBBJyqErqwwW4eBw==" }, "@octokit/auth-token": { "version": "2.4.5", diff --git a/package.json b/package.json index f5b5f11..852baad 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.0.0", "axios": "^0.24.0", "ethereum-address": "^0.0.4", "ethereum-blockies": "github:MyEtherWallet/blockies",