From 9733a6bce61175c80b9821c4c11f200e27e12a17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 04:13:09 +0000 Subject: [PATCH] Bump @oceanprotocol/contracts from 0.5.10 to 1.1.8 Bumps [@oceanprotocol/contracts](https://github.com/oceanprotocol/contracts) from 0.5.10 to 1.1.8. - [Release notes](https://github.com/oceanprotocol/contracts/releases) - [Commits](https://github.com/oceanprotocol/contracts/compare/v0.5.10...v1.1.8) --- 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..8bf3e4c 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.8", + "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-1.1.8.tgz", + "integrity": "sha512-I6xoADZpP/8EyN3VWZ+dLYv24DbJj3xzmSDcYv0FolXeAUF3FluzminL5AgQtAaoyUtlHl1D3ij1B++KupWcQQ==" }, "@octokit/auth-token": { "version": "2.4.5", diff --git a/package.json b/package.json index f5b5f11..1e83395 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.8", "axios": "^0.24.0", "ethereum-address": "^0.0.4", "ethereum-blockies": "github:MyEtherWallet/blockies",