Merge pull request #272 from kremalicious/dependabot/npm_and_yarn/oceanprotocol/contracts-0.5.10

Bump @oceanprotocol/contracts from 0.5.8 to 0.5.10
This commit is contained in:
Matthias Kretschmann 2021-03-01 11:56:42 +01:00 committed by GitHub
commit fac3d7534c
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": { "@oceanprotocol/contracts": {
"version": "0.5.8", "version": "0.5.10",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.5.8.tgz", "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.5.10.tgz",
"integrity": "sha512-yoGk4kpTy9E06OWusd3Fa/W3yjmFNKND/I92YtmrMnX0i3gm/kom/Z7XrRiAHVC8JVnM9Q79FojGLd2eOL4opg==" "integrity": "sha512-6GrBk1jy+zxjDjh2SPra06etrqdp8CB6RaZaTq2OQpK8dA2Dq91hqCbj+6eb21MlU8bDY3/atnxax9rgPgsxkA=="
}, },
"@octokit/auth-token": { "@octokit/auth-token": {
"version": "2.4.5", "version": "2.4.5",

View File

@ -27,7 +27,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@coingecko/cryptoformat": "^0.4.2", "@coingecko/cryptoformat": "^0.4.2",
"@oceanprotocol/contracts": "^0.5.8", "@oceanprotocol/contracts": "^0.5.10",
"axios": "^0.21.1", "axios": "^0.21.1",
"ethereum-address": "^0.0.4", "ethereum-address": "^0.0.4",
"ethereum-blockies": "github:MyEtherWallet/blockies", "ethereum-blockies": "github:MyEtherWallet/blockies",