From 464b252c2b4f60517fbee9974a4fb438332dd8f7 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Thu, 22 Oct 2020 06:24:28 -0700 Subject: [PATCH] bump ocean-lib to 0.7.5 --- 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 907710443..ea658f8d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4457,17 +4457,17 @@ "integrity": "sha512-j4PEZSVtKSqxDYMVh/hd5vk088Bg6a6QkrUMTXN9Q6OIFAMfHM235f1AxaakNrEyK0FKMD908KuJEdfFLRn9Hw==" }, "@oceanprotocol/contracts": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.5.6.tgz", - "integrity": "sha512-LING+GvW37I0L40rZdPCZ1SvcZurDSGGhT0WOVPNO8oyh2C3bXModDBNE4+gCFa8pTbQBOc4ot1/Zoj9PfT/zA==" + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.5.7.tgz", + "integrity": "sha512-p0oOHXr60hXZuLNsQ/PsOQtCfia79thm7MjPxTrnnBvD+csJoHzARYMB0IFj/KTw6U5vLXODgjJAn8x6QksLwg==" }, "@oceanprotocol/lib": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.7.3.tgz", - "integrity": "sha512-P+ImSOtNz2iDmYXVWutviBwxfFSY/zql362K+FZz3NQt4wYaMrCIiPALR2IF3/9v2FA2g9itTC7eGvWO7bfxqw==", + "version": "0.7.5", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.7.5.tgz", + "integrity": "sha512-frqMwfsqhyQ7+wfY6ak7+vmrbMVXDd7DuYdXHL2gyzom9uqcLLWhmWFNWo/1hOh750GhZ5d8BT4iX0O9P1JPTw==", "requires": { "@ethereum-navigator/navigator": "^0.5.0", - "@oceanprotocol/contracts": "^0.5.6", + "@oceanprotocol/contracts": "^0.5.7", "decimal.js": "^10.2.0", "fs": "0.0.1-security", "lzma": "^2.3.2", diff --git a/package.json b/package.json index e16746973..84a35db07 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@coingecko/cryptoformat": "^0.4.2", "@loadable/component": "5.13.1", "@oceanprotocol/art": "^3.0.0", - "@oceanprotocol/lib": "^0.7.3", + "@oceanprotocol/lib": "^0.7.5", "@oceanprotocol/react": "^0.3.4", "@oceanprotocol/typographies": "^0.1.0", "@sindresorhus/slugify": "^1.0.0",