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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-01 04:13:46 +00:00 committed by GitHub
parent 9a729ff1e0
commit ac4390e918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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",

View File

@ -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",