1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Bump @oceanprotocol/contracts from 0.2.3 to 0.3.0

Bumps [@oceanprotocol/contracts](https://github.com/oceanprotocol/contracts) from 0.2.3 to 0.3.0.
- [Release notes](https://github.com/oceanprotocol/contracts/releases)
- [Changelog](https://github.com/oceanprotocol/ocean-contracts/blob/v0.3.0/CHANGELOG.md)
- [Commits](https://github.com/oceanprotocol/contracts/compare/v0.2.3...v0.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-07-20 01:04:16 +00:00 committed by GitHub
parent 83bf7c6e04
commit 91572e06bb
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

@ -881,9 +881,9 @@
}
},
"@oceanprotocol/contracts": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.2.3.tgz",
"integrity": "sha512-5Oohzno3tnISMYG1jhtHxKMMkcIypTZAPlIoFjE5vDlAW51tyuxwYxBXHYQ2/FLRVFkmUmy5yASKg9zbnKKwQw=="
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.3.0.tgz",
"integrity": "sha512-AogCVCq6pwXXF7snXEZcFfoEQpnhJFBayJbn80mcUYDPVRCvsy1zOm6UR3lmkns0DrAFB1P9x8Z2PxMtIs+izQ=="
},
"@octokit/auth-token": {
"version": "2.4.2",

View File

@ -38,7 +38,7 @@
},
"dependencies": {
"@ethereum-navigator/navigator": "^0.5.0",
"@oceanprotocol/contracts": "^0.2.3",
"@oceanprotocol/contracts": "^0.3.0",
"bignumber.js": "^9.0.0",
"fs": "0.0.1-security",
"node-fetch": "^2.6.0",