From c18d20141ddd5031d1147aca06e97c8cb6375ea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 13:01:27 +0100 Subject: [PATCH] Bump @oceanprotocol/lib from 1.1.5 to 1.1.6 (#488) Bumps [@oceanprotocol/lib](https://github.com/oceanprotocol/ocean.js) from 1.1.5 to 1.1.6. - [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.5...v1.1.6) --- updated-dependencies: - dependency-name: "@oceanprotocol/lib" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 477c3d9..090cc8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "version": "2.0.1", "license": "Apache-2.0", "dependencies": { - "@oceanprotocol/lib": "^1.1.5", + "@oceanprotocol/lib": "^1.1.6", "cross-fetch": "^3.1.4" }, "devDependencies": { @@ -838,9 +838,9 @@ "integrity": "sha512-rDCIooe1WHipLejuGhx2Wv/88SB7bWrN3+XHCWxXyPKTmmSQsgxKZPPzbIVBQ0ESChQZqGSBBJyqErqwwW4eBw==" }, "node_modules/@oceanprotocol/lib": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.1.5.tgz", - "integrity": "sha512-quc2SGAr8G1v664ll3eOystA2v94OQleW6KGKhVWEPXDldnNAAhlG/QTi86XWRU9HmncGE7OghC5am+9DRGWcQ==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.1.6.tgz", + "integrity": "sha512-n1ync5LYBjJDg9Znq61zajnkeXFeFGOU8dN2LCeewArljCOdfYW/SEgQtiLALQb1dgqsYSjMHym40O2jPTUxoQ==", "dependencies": { "@oceanprotocol/contracts": "^1.0.0", "bignumber.js": "^9.0.2", @@ -14970,9 +14970,9 @@ "integrity": "sha512-rDCIooe1WHipLejuGhx2Wv/88SB7bWrN3+XHCWxXyPKTmmSQsgxKZPPzbIVBQ0ESChQZqGSBBJyqErqwwW4eBw==" }, "@oceanprotocol/lib": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.1.5.tgz", - "integrity": "sha512-quc2SGAr8G1v664ll3eOystA2v94OQleW6KGKhVWEPXDldnNAAhlG/QTi86XWRU9HmncGE7OghC5am+9DRGWcQ==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.1.6.tgz", + "integrity": "sha512-n1ync5LYBjJDg9Znq61zajnkeXFeFGOU8dN2LCeewArljCOdfYW/SEgQtiLALQb1dgqsYSjMHym40O2jPTUxoQ==", "requires": { "@oceanprotocol/contracts": "^1.0.0", "bignumber.js": "^9.0.2", diff --git a/package.json b/package.json index 64dc236..33170e3 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "typescript": "^4.6.4" }, "dependencies": { - "@oceanprotocol/lib": "^1.1.5", + "@oceanprotocol/lib": "^1.1.6", "cross-fetch": "^3.1.4" }, "repository": {