Bump @oceanprotocol/lib from 0.17.0 to 0.17.1 (#189)

Bumps [@oceanprotocol/lib](https://github.com/oceanprotocol/ocean.js) from 0.17.0 to 0.17.1.
- [Release notes](https://github.com/oceanprotocol/ocean.js/releases)
- [Changelog](https://github.com/oceanprotocol/ocean.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/oceanprotocol/ocean.js/compare/v0.17.0...v0.17.1)

---
updated-dependencies:
- dependency-name: "@oceanprotocol/lib"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-08-13 06:53:40 -07:00 committed by GitHub
parent e02bd2d898
commit 76234da55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -8,7 +8,7 @@
"version": "1.1.2",
"license": "Apache-2.0",
"dependencies": {
"@oceanprotocol/lib": "^0.17.0",
"@oceanprotocol/lib": "^0.17.1",
"cross-fetch": "^3.1.4"
},
"devDependencies": {
@ -1767,9 +1767,9 @@
}
},
"node_modules/@oceanprotocol/lib": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.17.0.tgz",
"integrity": "sha512-xXe4KLb61YKT90uJ1e74aLd6qF373ybdAV8VkjJQBHIoVXXa8fC1DK/nee+At0gX2zu6B3ROXuET37YEc0AHmg==",
"version": "0.17.1",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.17.1.tgz",
"integrity": "sha512-vC1uMoGkCocawK8Ckl7JuGO3X9K38nJ8OFPY7e8bZAsYJRBjJ9O24ohWgdro513ugiX6X9Xx84ppxyy1+D5pjg==",
"dependencies": {
"@ethereum-navigator/navigator": "^0.5.3",
"@oceanprotocol/contracts": "^0.6.5",
@ -30063,9 +30063,9 @@
}
},
"@oceanprotocol/lib": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.17.0.tgz",
"integrity": "sha512-xXe4KLb61YKT90uJ1e74aLd6qF373ybdAV8VkjJQBHIoVXXa8fC1DK/nee+At0gX2zu6B3ROXuET37YEc0AHmg==",
"version": "0.17.1",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.17.1.tgz",
"integrity": "sha512-vC1uMoGkCocawK8Ckl7JuGO3X9K38nJ8OFPY7e8bZAsYJRBjJ9O24ohWgdro513ugiX6X9Xx84ppxyy1+D5pjg==",
"requires": {
"@ethereum-navigator/navigator": "^0.5.3",
"@oceanprotocol/contracts": "^0.6.5",

View File

@ -59,7 +59,7 @@
"typescript": "^4.3.5"
},
"dependencies": {
"@oceanprotocol/lib": "^0.17.0",
"@oceanprotocol/lib": "^0.17.1",
"cross-fetch": "^3.1.4"
},
"repository": {