From ef013c0d1063bea70d8e6eb3dd970de81c61718a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 11:28:05 +0000 Subject: [PATCH] Bump @oceanprotocol/squid from 2.1.2 to 2.1.3 in /client Bumps [@oceanprotocol/squid](https://github.com/oceanprotocol/squid-js) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/oceanprotocol/squid-js/releases) - [Changelog](https://github.com/oceanprotocol/squid-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/oceanprotocol/squid-js/compare/v2.1.2...v2.1.3) Signed-off-by: dependabot-preview[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 35e9517..bdd33e2 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -2568,9 +2568,9 @@ } }, "@oceanprotocol/squid": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@oceanprotocol/squid/-/squid-2.1.2.tgz", - "integrity": "sha512-CcfURcMsgzTM/9QwJlKJdEubEQjAQ4D1dS9Ga7KU/PlglIduEQaHocI6BwMa2fNuc423m5VO8K7qkrOtG+U4SQ==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@oceanprotocol/squid/-/squid-2.1.3.tgz", + "integrity": "sha512-0SLCVpYYmTiTf5ttF0ZHAuJtRdcjawGlcOecMblKsFrhJ4hULEBVM0qKEM8NwYGsnPjotYh2Uh+TWW4SOpsaGA==", "requires": { "@ethereum-navigator/navigator": "^0.5.0", "@oceanprotocol/keeper-contracts": "^0.13.2", diff --git a/client/package.json b/client/package.json index 3cd7720..b390b55 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@oceanprotocol/art": "^2.2.0", - "@oceanprotocol/squid": "2.1.2", + "@oceanprotocol/squid": "2.1.3", "@oceanprotocol/typographies": "^0.1.0", "@sindresorhus/slugify": "^1.0.0", "@truffle/hdwallet-provider": "^1.0.35",