From 35a568048d81fadad6bc14c5420ab9fe6fa6545f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 04:19:08 +0000 Subject: [PATCH] Bump @oceanprotocol/contracts from 0.3.5 to 0.4.1 Bumps [@oceanprotocol/contracts](https://github.com/oceanprotocol/contracts) from 0.3.5 to 0.4.1. - [Release notes](https://github.com/oceanprotocol/contracts/releases) - [Commits](https://github.com/oceanprotocol/contracts/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d1ed48..7e67f78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6004,9 +6004,9 @@ } }, "@oceanprotocol/contracts": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.3.5.tgz", - "integrity": "sha512-z7ziNbRwsPrJi+zGyokgUEKivD90a5/9jjV+WLj1q5U96g60rd5rxox4EKNPNGlHx/m5rWBJhHBV4rseJjtFjg==" + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.4.1.tgz", + "integrity": "sha512-gc6bCt3pq9cpk1mYDKfsZhLlaM+8yQDFmOjtmT1KGXRmnTBcvmwCQXMrL5VohFaFi7Iqio3FZtuhYyRaEjikCw==" }, "@octokit/auth-token": { "version": "2.4.2", diff --git a/package.json b/package.json index 0462c94..274bd42 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "license": "MIT", "dependencies": { "@coingecko/cryptoformat": "^0.3.8", - "@oceanprotocol/contracts": "^0.3.5", + "@oceanprotocol/contracts": "^0.4.1", "axios": "^0.20.0", "electron-is-dev": "^1.2.0", "electron-next": "^3.1.5",