diff --git a/package-lock.json b/package-lock.json index a7428dc..35b3773 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.6.2", "license": "Apache-2.0", "dependencies": { - "@oceanprotocol/lib": "^0.14.9", + "@oceanprotocol/lib": "^0.15.0", "axios": "^0.21.1", "decimal.js": "^10.2.1", "web3": "^1.3.6", @@ -2096,10 +2096,9 @@ "integrity": "sha512-HK4CNpEjbqF95hqXoQbYHqubzVH/OM8w9sSZZd9sgbKH7ykoO46gzBh1xlZzcnil9AxQ/U8LG4E1o0d0HHwdZA==" }, "node_modules/@oceanprotocol/lib": { - "version": "0.14.9", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.14.9.tgz", - "integrity": "sha512-PUNbsryrm4614CbvalP2CZS9LZjvWfqopTdb91Rz4vLbnqinioELSFXNq+hiSkyuFqAy0szG0wueBcW8mwFbSg==", - "license": "Apache-2.0", + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.15.0.tgz", + "integrity": "sha512-aHV86KciaQ6W7XcC8fQFrea8hWWuhAtFUhtgPMrmSCNp/OFlNLMSS959eL+dDgfH3112f2gRWgvcbdsnoTAGsQ==", "dependencies": { "@ethereum-navigator/navigator": "^0.5.2", "@oceanprotocol/contracts": "^0.6.2", @@ -2112,8 +2111,8 @@ "node-abort-controller": "^2.0.0", "save-file": "^2.3.1", "uuid": "^8.3.2", - "web3": "^1.3.5", - "web3-eth-contract": "^1.3.5" + "web3": "^1.3.6", + "web3-eth-contract": "^1.3.6" }, "peerDependencies": { "web3": "^1.3.5" @@ -18964,9 +18963,9 @@ "integrity": "sha512-HK4CNpEjbqF95hqXoQbYHqubzVH/OM8w9sSZZd9sgbKH7ykoO46gzBh1xlZzcnil9AxQ/U8LG4E1o0d0HHwdZA==" }, "@oceanprotocol/lib": { - "version": "0.14.9", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.14.9.tgz", - "integrity": "sha512-PUNbsryrm4614CbvalP2CZS9LZjvWfqopTdb91Rz4vLbnqinioELSFXNq+hiSkyuFqAy0szG0wueBcW8mwFbSg==", + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.15.0.tgz", + "integrity": "sha512-aHV86KciaQ6W7XcC8fQFrea8hWWuhAtFUhtgPMrmSCNp/OFlNLMSS959eL+dDgfH3112f2gRWgvcbdsnoTAGsQ==", "requires": { "@ethereum-navigator/navigator": "^0.5.2", "@oceanprotocol/contracts": "^0.6.2", @@ -18979,8 +18978,7 @@ "node-abort-controller": "^2.0.0", "save-file": "^2.3.1", "uuid": "^8.3.2", - "web3": "^1.3.5", - "web3-eth-contract": "^1.3.5" + "web3-eth-contract": "^1.3.6" } }, "@octokit/auth-token": { diff --git a/package.json b/package.json index 0596bc6..1aa3d23 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dist/" ], "dependencies": { - "@oceanprotocol/lib": "^0.14.9", + "@oceanprotocol/lib": "^0.15.0", "axios": "^0.21.1", "decimal.js": "^10.2.1", "web3": "^1.3.6",