From 89db52ff411c6a1f9d03e53df051cfbed2f7446d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 14:10:34 +0300 Subject: [PATCH] Bump @oceanprotocol/lib from 2.3.0 to 2.4.0 (#568) Bumps [@oceanprotocol/lib](https://github.com/oceanprotocol/ocean.js) from 2.3.0 to 2.4.0. - [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.3.0...v2.4.0) --- updated-dependencies: - dependency-name: "@oceanprotocol/lib" dependency-type: direct:production update-type: version-update:semver-minor ... 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 | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index e640e2a..a9324c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@oceanprotocol/contracts": "^1.1.8", - "@oceanprotocol/lib": "^2.3.0", + "@oceanprotocol/lib": "^2.4.0", "cross-fetch": "^3.1.4" }, "devDependencies": { @@ -889,11 +889,11 @@ "integrity": "sha512-I6xoADZpP/8EyN3VWZ+dLYv24DbJj3xzmSDcYv0FolXeAUF3FluzminL5AgQtAaoyUtlHl1D3ij1B++KupWcQQ==" }, "node_modules/@oceanprotocol/lib": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-2.3.0.tgz", - "integrity": "sha512-5P/SCeHiyto1Jjk2MjDFOLcI1J2Fy7tQ0INM0Ddos07jokM/ihyasLdckPQRVnr/DCBaNp5j1H3b8FuslfRhJQ==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-2.4.0.tgz", + "integrity": "sha512-4p2eaDZ2fOna3dEOLGpdzA/46UMCXuktw2JMfUIDMZ+3gRGFg8JzRDJ6w5qAYF8Omm+JkRCZnmEzKJtvlrNIvg==", "dependencies": { - "@oceanprotocol/contracts": "^1.1.7", + "@oceanprotocol/contracts": "^1.1.8", "bignumber.js": "^9.1.0", "cross-fetch": "^3.1.5", "crypto-js": "^4.1.1", @@ -14956,11 +14956,11 @@ "integrity": "sha512-I6xoADZpP/8EyN3VWZ+dLYv24DbJj3xzmSDcYv0FolXeAUF3FluzminL5AgQtAaoyUtlHl1D3ij1B++KupWcQQ==" }, "@oceanprotocol/lib": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-2.3.0.tgz", - "integrity": "sha512-5P/SCeHiyto1Jjk2MjDFOLcI1J2Fy7tQ0INM0Ddos07jokM/ihyasLdckPQRVnr/DCBaNp5j1H3b8FuslfRhJQ==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-2.4.0.tgz", + "integrity": "sha512-4p2eaDZ2fOna3dEOLGpdzA/46UMCXuktw2JMfUIDMZ+3gRGFg8JzRDJ6w5qAYF8Omm+JkRCZnmEzKJtvlrNIvg==", "requires": { - "@oceanprotocol/contracts": "^1.1.7", + "@oceanprotocol/contracts": "^1.1.8", "bignumber.js": "^9.1.0", "cross-fetch": "^3.1.5", "crypto-js": "^4.1.1", diff --git a/package.json b/package.json index 986eb4b..95a5a40 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ }, "dependencies": { "@oceanprotocol/contracts": "^1.1.8", - "@oceanprotocol/lib": "^2.3.0", + "@oceanprotocol/lib": "^2.4.0", "cross-fetch": "^3.1.4" }, "repository": {