From 6ff0655979fd04d707658ae1f00a416b7cbec509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 16:47:31 +0200 Subject: [PATCH] Bump @oceanprotocol/lib from 0.9.18 to 0.9.20 (#203) Bumps [@oceanprotocol/lib](https://github.com/oceanprotocol/ocean.js) from 0.9.18 to 0.9.20. - [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/v0.9.18...v0.9.20) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b576a0..88d76a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1516,17 +1516,17 @@ } }, "@oceanprotocol/contracts": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.5.7.tgz", - "integrity": "sha512-p0oOHXr60hXZuLNsQ/PsOQtCfia79thm7MjPxTrnnBvD+csJoHzARYMB0IFj/KTw6U5vLXODgjJAn8x6QksLwg==" + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.5.8.tgz", + "integrity": "sha512-yoGk4kpTy9E06OWusd3Fa/W3yjmFNKND/I92YtmrMnX0i3gm/kom/Z7XrRiAHVC8JVnM9Q79FojGLd2eOL4opg==" }, "@oceanprotocol/lib": { - "version": "0.9.18", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.9.18.tgz", - "integrity": "sha512-RsP4CjAnauI2kDH0923LOO3NhdKNB1y8WwpAviVwIwz9sYqsIIcac6MKXIm5oDeLNhmCIhJXbwvQehf17wRL5Q==", + "version": "0.9.20", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.9.20.tgz", + "integrity": "sha512-90fgeiQ+B89nbRjc3lNKtZ1/UoXoiGnXu09KI4S4ePbQx61HnLQmDWUcRLlTcdGzIiQyYISTvwXLTipOTBSy9g==", "requires": { "@ethereum-navigator/navigator": "^0.5.0", - "@oceanprotocol/contracts": "^0.5.7", + "@oceanprotocol/contracts": "^0.5.8", "decimal.js": "^10.2.0", "fs": "0.0.1-security", "lzma": "^2.3.2",