Bump @oceanprotocol/lib from 1.1.6 to 1.1.7 (#512)

Bumps [@oceanprotocol/lib](https://github.com/oceanprotocol/ocean.js) from 1.1.6 to 1.1.7.
- [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/v1.1.6...v1.1.7)

---
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] 2022-08-08 10:04:27 +03:00 committed by GitHub
parent 06bbaa54c2
commit c84c299dbc
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": "2.0.3",
"license": "Apache-2.0",
"dependencies": {
"@oceanprotocol/lib": "^1.1.6",
"@oceanprotocol/lib": "^1.1.7",
"cross-fetch": "^3.1.4"
},
"devDependencies": {
@ -863,9 +863,9 @@
"integrity": "sha512-rDCIooe1WHipLejuGhx2Wv/88SB7bWrN3+XHCWxXyPKTmmSQsgxKZPPzbIVBQ0ESChQZqGSBBJyqErqwwW4eBw=="
},
"node_modules/@oceanprotocol/lib": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.1.6.tgz",
"integrity": "sha512-n1ync5LYBjJDg9Znq61zajnkeXFeFGOU8dN2LCeewArljCOdfYW/SEgQtiLALQb1dgqsYSjMHym40O2jPTUxoQ==",
"version": "1.1.7",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.1.7.tgz",
"integrity": "sha512-gp6S1mKgNLD49Wd0e38EMohhFnfThXjXFA12FIEMS91tEzgBwCiCkyA5375FZkE3dHQfeGjNKidxmPuZV5Rhnw==",
"dependencies": {
"@oceanprotocol/contracts": "^1.0.0",
"bignumber.js": "^9.0.2",
@ -15280,9 +15280,9 @@
"integrity": "sha512-rDCIooe1WHipLejuGhx2Wv/88SB7bWrN3+XHCWxXyPKTmmSQsgxKZPPzbIVBQ0ESChQZqGSBBJyqErqwwW4eBw=="
},
"@oceanprotocol/lib": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.1.6.tgz",
"integrity": "sha512-n1ync5LYBjJDg9Znq61zajnkeXFeFGOU8dN2LCeewArljCOdfYW/SEgQtiLALQb1dgqsYSjMHym40O2jPTUxoQ==",
"version": "1.1.7",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.1.7.tgz",
"integrity": "sha512-gp6S1mKgNLD49Wd0e38EMohhFnfThXjXFA12FIEMS91tEzgBwCiCkyA5375FZkE3dHQfeGjNKidxmPuZV5Rhnw==",
"requires": {
"@oceanprotocol/contracts": "^1.0.0",
"bignumber.js": "^9.0.2",

View File

@ -61,7 +61,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@oceanprotocol/lib": "^1.1.6",
"@oceanprotocol/lib": "^1.1.7",
"cross-fetch": "^3.1.4"
},
"repository": {