From 1a27293efd9a1898fa2527aa8e1343e8c030dc89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 04:07:12 +0000 Subject: [PATCH] Bump @oceanprotocol/contracts from 0.5.10 to 1.1.1 Bumps [@oceanprotocol/contracts](https://github.com/oceanprotocol/contracts) from 0.5.10 to 1.1.1. - [Release notes](https://github.com/oceanprotocol/contracts/releases) - [Commits](https://github.com/oceanprotocol/contracts/compare/v0.5.10...v1.1.1) --- updated-dependencies: - dependency-name: "@oceanprotocol/contracts" dependency-type: direct:production update-type: version-update:semver-major ... 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 3d26571..7ec5c9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7193,9 +7193,9 @@ } }, "@oceanprotocol/contracts": { - "version": "0.5.10", - "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.5.10.tgz", - "integrity": "sha512-6GrBk1jy+zxjDjh2SPra06etrqdp8CB6RaZaTq2OQpK8dA2Dq91hqCbj+6eb21MlU8bDY3/atnxax9rgPgsxkA==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-1.1.1.tgz", + "integrity": "sha512-PgchVNdydB/gCQIlqETZqTUs1FhVHfa2o3x8m/L8AxF/+K/iF6KJ6EeI7aMyuE/T7L9K8XYc7FPllQyypv/E9w==" }, "@octokit/auth-token": { "version": "2.4.5", diff --git a/package.json b/package.json index f5b5f11..d81e568 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "license": "MIT", "dependencies": { "@coingecko/cryptoformat": "^0.4.2", - "@oceanprotocol/contracts": "^0.5.10", + "@oceanprotocol/contracts": "^1.1.1", "axios": "^0.24.0", "ethereum-address": "^0.0.4", "ethereum-blockies": "github:MyEtherWallet/blockies",