1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Merge pull request #398 from oceanprotocol/greenkeeper/@ethereum-navigator/navigator-0.5.0

Update @ethereum-navigator/navigator to the latest version 🚀
This commit is contained in:
Matthias Kretschmann 2020-04-14 18:20:05 +02:00 committed by GitHub
commit 67699c1a21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -235,12 +235,12 @@
"integrity": "sha512-ZK8S30ITBolyJaJp0DQNcf8Ish+hPHdJ9otlaIyJUbRXSfzPyPNBeP3NbYG9pxDDrYvfxy/07HH1tUcsRecrIA==" "integrity": "sha512-ZK8S30ITBolyJaJp0DQNcf8Ish+hPHdJ9otlaIyJUbRXSfzPyPNBeP3NbYG9pxDDrYvfxy/07HH1tUcsRecrIA=="
}, },
"@ethereum-navigator/navigator": { "@ethereum-navigator/navigator": {
"version": "0.4.1", "version": "0.5.0",
"resolved": "https://registry.npmjs.org/@ethereum-navigator/navigator/-/navigator-0.4.1.tgz", "resolved": "https://registry.npmjs.org/@ethereum-navigator/navigator/-/navigator-0.5.0.tgz",
"integrity": "sha512-wOLlwiJprq6fAJETCM1dG1kft2UxXOSr2qU5ZxCkX0uRqL6mikUTZVAJif9e5HgL+EzVFI4/u03rpoGzljriWw==", "integrity": "sha512-fBy9j7lhb9xP1LhBQO2FkBom+7TWv/3CUjChZwTWVvmtKE0rczLatgcJuabKy8Bh+zMwImmptpOqBtLt6wOlug==",
"requires": { "requires": {
"@ethereum-navigator/atlas": "~0.5.1", "@ethereum-navigator/atlas": "~0.5.1",
"web3": "^1.2.4" "web3": "^1.2.6"
} }
}, },
"@iarna/toml": { "@iarna/toml": {

View File

@ -51,7 +51,7 @@
"web3": "^1.2.3" "web3": "^1.2.3"
}, },
"dependencies": { "dependencies": {
"@ethereum-navigator/navigator": "^0.4.1", "@ethereum-navigator/navigator": "^0.5.0",
"@oceanprotocol/keeper-contracts": "^0.13.2", "@oceanprotocol/keeper-contracts": "^0.13.2",
"@oceanprotocol/secret-store-client": "^0.0.15", "@oceanprotocol/secret-store-client": "^0.0.15",
"bignumber.js": "^9.0.0", "bignumber.js": "^9.0.0",