From 3a629c7d3ef835f4df4824f52e4437d43d4dc043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 17:47:29 +0300 Subject: [PATCH] Bump @oceanprotocol/contracts from 1.1.7 to 1.1.8 (#566) Bumps [@oceanprotocol/contracts](https://github.com/oceanprotocol/contracts) from 1.1.7 to 1.1.8. - [Release notes](https://github.com/oceanprotocol/contracts/releases) - [Commits](https://github.com/oceanprotocol/contracts/compare/v1.1.7...v1.1.8) --- updated-dependencies: - dependency-name: "@oceanprotocol/contracts" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe01485..e640e2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.1.3", "license": "Apache-2.0", "dependencies": { - "@oceanprotocol/contracts": "^1.1.7", + "@oceanprotocol/contracts": "^1.1.8", "@oceanprotocol/lib": "^2.3.0", "cross-fetch": "^3.1.4" }, @@ -884,9 +884,9 @@ } }, "node_modules/@oceanprotocol/contracts": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-1.1.7.tgz", - "integrity": "sha512-Oe+oBRiu1dlco9PQ7eUYcTYi2Nua69S3TiSw62H46AIpwnFK8ORuO0Ny20No++KisBA9F+84b5lDn6kQy5Lt/Q==" + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-1.1.8.tgz", + "integrity": "sha512-I6xoADZpP/8EyN3VWZ+dLYv24DbJj3xzmSDcYv0FolXeAUF3FluzminL5AgQtAaoyUtlHl1D3ij1B++KupWcQQ==" }, "node_modules/@oceanprotocol/lib": { "version": "2.3.0", @@ -14951,9 +14951,9 @@ } }, "@oceanprotocol/contracts": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-1.1.7.tgz", - "integrity": "sha512-Oe+oBRiu1dlco9PQ7eUYcTYi2Nua69S3TiSw62H46AIpwnFK8ORuO0Ny20No++KisBA9F+84b5lDn6kQy5Lt/Q==" + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-1.1.8.tgz", + "integrity": "sha512-I6xoADZpP/8EyN3VWZ+dLYv24DbJj3xzmSDcYv0FolXeAUF3FluzminL5AgQtAaoyUtlHl1D3ij1B++KupWcQQ==" }, "@oceanprotocol/lib": { "version": "2.3.0", diff --git a/package.json b/package.json index 07f3a87..986eb4b 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "typescript": "^4.8.4" }, "dependencies": { - "@oceanprotocol/contracts": "^1.1.7", + "@oceanprotocol/contracts": "^1.1.8", "@oceanprotocol/lib": "^2.3.0", "cross-fetch": "^3.1.4" },