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

Bump @ethereum-navigator/navigator from 0.5.2 to 0.5.3 (#763)

Bumps [@ethereum-navigator/navigator](https://github.com/ethereum-navigator/navigator) from 0.5.2 to 0.5.3.
- [Release notes](https://github.com/ethereum-navigator/navigator/releases)
- [Commits](https://github.com/ethereum-navigator/navigator/compare/v0.5.2...v0.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-04-22 09:04:52 +03:00 committed by GitHub
parent 69a01c75df
commit bfbd11a83b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "@oceanprotocol/lib",
"version": "0.14.2",
"version": "0.14.5",
"license": "Apache-2.0",
"dependencies": {
"@ethereum-navigator/navigator": "^0.5.2",
@ -1762,14 +1762,16 @@
}
},
"node_modules/@ethereum-navigator/atlas": {
"version": "0.7.1",
"license": "MIT"
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/@ethereum-navigator/atlas/-/atlas-0.7.3.tgz",
"integrity": "sha512-kCyV/8wOqSU/gn+H7uSaR/Xc+ZogXrW2QmF5MfZL2+NUS4+y0emlfBphTGwP5bOB0Cg2goJTcI7Y6+0LNcJYzg=="
},
"node_modules/@ethereum-navigator/navigator": {
"version": "0.5.2",
"license": "MIT",
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/@ethereum-navigator/navigator/-/navigator-0.5.3.tgz",
"integrity": "sha512-AOhS1EXPrVeWbLvW3fVbw5AZ2mPYXDKOqMojgVz602U/tEjRXAsw/Gwa+oSOssAyU37SNKBaIorEhBiEY+RYdA==",
"dependencies": {
"@ethereum-navigator/atlas": "^0.7.1",
"@ethereum-navigator/atlas": "^0.7.2",
"web3": "^1.2.7"
}
},
@ -22079,12 +22081,16 @@
}
},
"@ethereum-navigator/atlas": {
"version": "0.7.1"
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/@ethereum-navigator/atlas/-/atlas-0.7.3.tgz",
"integrity": "sha512-kCyV/8wOqSU/gn+H7uSaR/Xc+ZogXrW2QmF5MfZL2+NUS4+y0emlfBphTGwP5bOB0Cg2goJTcI7Y6+0LNcJYzg=="
},
"@ethereum-navigator/navigator": {
"version": "0.5.2",
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/@ethereum-navigator/navigator/-/navigator-0.5.3.tgz",
"integrity": "sha512-AOhS1EXPrVeWbLvW3fVbw5AZ2mPYXDKOqMojgVz602U/tEjRXAsw/Gwa+oSOssAyU37SNKBaIorEhBiEY+RYdA==",
"requires": {
"@ethereum-navigator/atlas": "^0.7.1",
"@ethereum-navigator/atlas": "^0.7.2",
"web3": "^1.2.7"
}
},