Bump @oceanprotocol/lib from 2.2.1 to 2.2.2 (#562)

Bumps [@oceanprotocol/lib](https://github.com/oceanprotocol/ocean.js) from 2.2.1 to 2.2.2.
- [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.2.1...v2.2.2)

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

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-10-17 12:52:59 +03:00 committed by GitHub
parent e9fdbb96d8
commit 5b787d72b5
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

@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@oceanprotocol/contracts": "^1.1.7",
"@oceanprotocol/lib": "^2.2.1",
"@oceanprotocol/lib": "^2.2.2",
"cross-fetch": "^3.1.4"
},
"devDependencies": {
@ -889,9 +889,9 @@
"integrity": "sha512-Oe+oBRiu1dlco9PQ7eUYcTYi2Nua69S3TiSw62H46AIpwnFK8ORuO0Ny20No++KisBA9F+84b5lDn6kQy5Lt/Q=="
},
"node_modules/@oceanprotocol/lib": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-2.2.1.tgz",
"integrity": "sha512-HNmT3DJJeyvFRwCbmgJucGpte90epIhgSy+68PSc83TLKRW2CF4N1mioMkoGxMwnK3rJzj6tEy4R9NKKLbdT5w==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-2.2.2.tgz",
"integrity": "sha512-OxbNKpCFx7AAPhroC6mRbwI7t0A8vOTp5KRx6rhf9/fIFt+dh0MVujs4SXZqsmuKeImVwfqz5Sw7MypQ+RUBNg==",
"dependencies": {
"@oceanprotocol/contracts": "^1.1.7",
"bignumber.js": "^9.1.0",
@ -14963,9 +14963,9 @@
"integrity": "sha512-Oe+oBRiu1dlco9PQ7eUYcTYi2Nua69S3TiSw62H46AIpwnFK8ORuO0Ny20No++KisBA9F+84b5lDn6kQy5Lt/Q=="
},
"@oceanprotocol/lib": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-2.2.1.tgz",
"integrity": "sha512-HNmT3DJJeyvFRwCbmgJucGpte90epIhgSy+68PSc83TLKRW2CF4N1mioMkoGxMwnK3rJzj6tEy4R9NKKLbdT5w==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-2.2.2.tgz",
"integrity": "sha512-OxbNKpCFx7AAPhroC6mRbwI7t0A8vOTp5KRx6rhf9/fIFt+dh0MVujs4SXZqsmuKeImVwfqz5Sw7MypQ+RUBNg==",
"requires": {
"@oceanprotocol/contracts": "^1.1.7",
"bignumber.js": "^9.1.0",

View File

@ -69,7 +69,7 @@
},
"dependencies": {
"@oceanprotocol/contracts": "^1.1.7",
"@oceanprotocol/lib": "^2.2.1",
"@oceanprotocol/lib": "^2.2.2",
"cross-fetch": "^3.1.4"
},
"repository": {