From 9fb268cde9e1dabf54fde1f95bc39a04d157e776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 13:31:23 +0300 Subject: [PATCH] Bump @oceanprotocol/lib from 1.1.7 to 1.1.8 (#519) Bumps [@oceanprotocol/lib](https://github.com/oceanprotocol/ocean.js) from 1.1.7 to 1.1.8. - [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.7...v1.1.8) --- updated-dependencies: - dependency-name: "@oceanprotocol/lib" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 ae90043..b647815 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "version": "2.0.3", "license": "Apache-2.0", "dependencies": { - "@oceanprotocol/lib": "^1.1.7", + "@oceanprotocol/lib": "^1.1.8", "cross-fetch": "^3.1.4" }, "devDependencies": { @@ -863,9 +863,9 @@ "integrity": "sha512-rDCIooe1WHipLejuGhx2Wv/88SB7bWrN3+XHCWxXyPKTmmSQsgxKZPPzbIVBQ0ESChQZqGSBBJyqErqwwW4eBw==" }, "node_modules/@oceanprotocol/lib": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.1.7.tgz", - "integrity": "sha512-gp6S1mKgNLD49Wd0e38EMohhFnfThXjXFA12FIEMS91tEzgBwCiCkyA5375FZkE3dHQfeGjNKidxmPuZV5Rhnw==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.1.8.tgz", + "integrity": "sha512-PT4Z7jhrOkNFnz7tROJCyQicA3pCj9HqKOtXEXHyttDvYIQxwhq5yrB8lC272463rptxWOI4yBTUYK4lVP3/Pg==", "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.7", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.1.7.tgz", - "integrity": "sha512-gp6S1mKgNLD49Wd0e38EMohhFnfThXjXFA12FIEMS91tEzgBwCiCkyA5375FZkE3dHQfeGjNKidxmPuZV5Rhnw==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.1.8.tgz", + "integrity": "sha512-PT4Z7jhrOkNFnz7tROJCyQicA3pCj9HqKOtXEXHyttDvYIQxwhq5yrB8lC272463rptxWOI4yBTUYK4lVP3/Pg==", "requires": { "@oceanprotocol/contracts": "^1.0.0", "bignumber.js": "^9.0.2", diff --git a/package.json b/package.json index 51211b8..c957f3e 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "typescript": "^4.7.4" }, "dependencies": { - "@oceanprotocol/lib": "^1.1.7", + "@oceanprotocol/lib": "^1.1.8", "cross-fetch": "^3.1.4" }, "repository": {