From ac4390e9180e90754b36bd738f04bf689468d033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 04:13:46 +0000 Subject: [PATCH] Bump @oceanprotocol/contracts from 0.5.8 to 0.5.10 Bumps [@oceanprotocol/contracts](https://github.com/oceanprotocol/contracts) from 0.5.8 to 0.5.10. - [Release notes](https://github.com/oceanprotocol/contracts/releases) - [Changelog](https://github.com/oceanprotocol/contracts/blob/master/CHANGELOG.md) - [Commits](https://github.com/oceanprotocol/contracts/compare/v0.5.8...v0.5.10) 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 d2b5ac5..0329d00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6034,9 +6034,9 @@ } }, "@oceanprotocol/contracts": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.5.8.tgz", - "integrity": "sha512-yoGk4kpTy9E06OWusd3Fa/W3yjmFNKND/I92YtmrMnX0i3gm/kom/Z7XrRiAHVC8JVnM9Q79FojGLd2eOL4opg==" + "version": "0.5.10", + "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.5.10.tgz", + "integrity": "sha512-6GrBk1jy+zxjDjh2SPra06etrqdp8CB6RaZaTq2OQpK8dA2Dq91hqCbj+6eb21MlU8bDY3/atnxax9rgPgsxkA==" }, "@octokit/auth-token": { "version": "2.4.5", diff --git a/package.json b/package.json index 2fa5b4f..b5ed4a0 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "license": "MIT", "dependencies": { "@coingecko/cryptoformat": "^0.4.2", - "@oceanprotocol/contracts": "^0.5.8", + "@oceanprotocol/contracts": "^0.5.10", "axios": "^0.21.1", "ethereum-address": "^0.0.4", "ethereum-blockies": "github:MyEtherWallet/blockies",