diff --git a/client/package-lock.json b/client/package-lock.json index a0df76b..8abfb58 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1934,9 +1934,9 @@ } }, "@oceanprotocol/squid": { - "version": "1.0.0-beta.5", - "resolved": "https://registry.npmjs.org/@oceanprotocol/squid/-/squid-1.0.0-beta.5.tgz", - "integrity": "sha512-q2842mVrrNzmxeSGsYt9JmaigEyaBj4uH7AlZJ6SM2TaKaWKtAMDYyEhp7WFXUlu9CKguTYAHh/GXSxLWPci9Q==", + "version": "1.0.0-beta.6", + "resolved": "https://registry.npmjs.org/@oceanprotocol/squid/-/squid-1.0.0-beta.6.tgz", + "integrity": "sha512-HwOypbe+SDsnSH0FwdIxBFt8rsc31+Rq2sCj4bzS6QGtMwPz+/Q1Thbsw0/5guprAJ/jZ6llJf+Yy+3Xzc4gmQ==", "requires": { "@oceanprotocol/keeper-contracts": "^0.12.7", "@oceanprotocol/secret-store-client": "^0.0.15", @@ -1945,7 +1945,7 @@ "node-fetch": "^2.6.0", "save-file": "^2.3.1", "uuid": "^3.3.3", - "web3": "^1.2.3", + "web3": "^1.2.4", "whatwg-url": "^7.1.0" }, "dependencies": { diff --git a/client/package.json b/client/package.json index ab2a036..812acc1 100644 --- a/client/package.json +++ b/client/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@oceanprotocol/art": "^2.2.0", - "@oceanprotocol/squid": "1.0.0-beta.5", + "@oceanprotocol/squid": "1.0.0-beta.6", "@oceanprotocol/typographies": "^0.1.0", "@sindresorhus/slugify": "^0.9.1", "@truffle/hdwallet-provider": "^1.0.25",