Bump @oceanprotocol/lib from 2.4.0 to 2.5.1 (#569)

Bumps [@oceanprotocol/lib](https://github.com/oceanprotocol/ocean.js) from 2.4.0 to 2.5.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/v2.4.0...v2.5.1)

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

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

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-11-07 11:31:39 +03:00 committed by GitHub
parent 89db52ff41
commit bb90457b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@oceanprotocol/contracts": "^1.1.8", "@oceanprotocol/contracts": "^1.1.8",
"@oceanprotocol/lib": "^2.4.0", "@oceanprotocol/lib": "^2.5.1",
"cross-fetch": "^3.1.4" "cross-fetch": "^3.1.4"
}, },
"devDependencies": { "devDependencies": {
@ -889,9 +889,9 @@
"integrity": "sha512-I6xoADZpP/8EyN3VWZ+dLYv24DbJj3xzmSDcYv0FolXeAUF3FluzminL5AgQtAaoyUtlHl1D3ij1B++KupWcQQ==" "integrity": "sha512-I6xoADZpP/8EyN3VWZ+dLYv24DbJj3xzmSDcYv0FolXeAUF3FluzminL5AgQtAaoyUtlHl1D3ij1B++KupWcQQ=="
}, },
"node_modules/@oceanprotocol/lib": { "node_modules/@oceanprotocol/lib": {
"version": "2.4.0", "version": "2.5.1",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-2.4.0.tgz", "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-2.5.1.tgz",
"integrity": "sha512-4p2eaDZ2fOna3dEOLGpdzA/46UMCXuktw2JMfUIDMZ+3gRGFg8JzRDJ6w5qAYF8Omm+JkRCZnmEzKJtvlrNIvg==", "integrity": "sha512-PA4qUG96IEh9AfGGRw67YdltfadrErM3JcAadOyOL8P6bMlSvlUh9v6rUCrQWT3GwiC5fk2Mv4OqJ3FEwrYbsQ==",
"dependencies": { "dependencies": {
"@oceanprotocol/contracts": "^1.1.8", "@oceanprotocol/contracts": "^1.1.8",
"bignumber.js": "^9.1.0", "bignumber.js": "^9.1.0",
@ -903,7 +903,7 @@
"web3-eth-contract": "^1.8.0" "web3-eth-contract": "^1.8.0"
}, },
"peerDependencies": { "peerDependencies": {
"web3": "^1.7.4" "web3": "^1.8.0"
} }
}, },
"node_modules/@octokit/auth-token": { "node_modules/@octokit/auth-token": {
@ -14956,9 +14956,9 @@
"integrity": "sha512-I6xoADZpP/8EyN3VWZ+dLYv24DbJj3xzmSDcYv0FolXeAUF3FluzminL5AgQtAaoyUtlHl1D3ij1B++KupWcQQ==" "integrity": "sha512-I6xoADZpP/8EyN3VWZ+dLYv24DbJj3xzmSDcYv0FolXeAUF3FluzminL5AgQtAaoyUtlHl1D3ij1B++KupWcQQ=="
}, },
"@oceanprotocol/lib": { "@oceanprotocol/lib": {
"version": "2.4.0", "version": "2.5.1",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-2.4.0.tgz", "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-2.5.1.tgz",
"integrity": "sha512-4p2eaDZ2fOna3dEOLGpdzA/46UMCXuktw2JMfUIDMZ+3gRGFg8JzRDJ6w5qAYF8Omm+JkRCZnmEzKJtvlrNIvg==", "integrity": "sha512-PA4qUG96IEh9AfGGRw67YdltfadrErM3JcAadOyOL8P6bMlSvlUh9v6rUCrQWT3GwiC5fk2Mv4OqJ3FEwrYbsQ==",
"requires": { "requires": {
"@oceanprotocol/contracts": "^1.1.8", "@oceanprotocol/contracts": "^1.1.8",
"bignumber.js": "^9.1.0", "bignumber.js": "^9.1.0",

View File

@ -69,7 +69,7 @@
}, },
"dependencies": { "dependencies": {
"@oceanprotocol/contracts": "^1.1.8", "@oceanprotocol/contracts": "^1.1.8",
"@oceanprotocol/lib": "^2.4.0", "@oceanprotocol/lib": "^2.5.1",
"cross-fetch": "^3.1.4" "cross-fetch": "^3.1.4"
}, },
"repository": { "repository": {