From 8ac77702e619b241ef41ec731610531c3b0098e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 08:20:22 +0000 Subject: [PATCH] Bump @graphprotocol/graph-ts from 0.30.0 to 0.31.0 Bumps @graphprotocol/graph-ts from 0.30.0 to 0.31.0. --- updated-dependencies: - dependency-name: "@graphprotocol/graph-ts" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 da8623f9..875f2884 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@graphprotocol/graph-cli": "^0.56.0", - "@graphprotocol/graph-ts": "^0.30.0", + "@graphprotocol/graph-ts": "^0.31.0", "@oceanprotocol/contracts": "^1.1.14" }, "devDependencies": { @@ -824,9 +824,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/@graphprotocol/graph-ts": { - "version": "0.30.0", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.30.0.tgz", - "integrity": "sha512-h5tJqlsZXglGYM0PcBsBOqof4PT0Fr4Z3QBTYN/IjMF3VvRX2A8/bdpqaAnva+2N0uAfXXwRcwcOcW5O35yzXw==", + "version": "0.31.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.31.0.tgz", + "integrity": "sha512-xreRVM6ho2BtolyOh2flDkNoGZximybnzUnF53zJVp0+Ed0KnAlO1/KOCUYw06euVI9tk0c9nA2Z/D5SIQV2Rg==", "dependencies": { "assemblyscript": "0.19.10" } @@ -14400,9 +14400,9 @@ } }, "@graphprotocol/graph-ts": { - "version": "0.30.0", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.30.0.tgz", - "integrity": "sha512-h5tJqlsZXglGYM0PcBsBOqof4PT0Fr4Z3QBTYN/IjMF3VvRX2A8/bdpqaAnva+2N0uAfXXwRcwcOcW5O35yzXw==", + "version": "0.31.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.31.0.tgz", + "integrity": "sha512-xreRVM6ho2BtolyOh2flDkNoGZximybnzUnF53zJVp0+Ed0KnAlO1/KOCUYw06euVI9tk0c9nA2Z/D5SIQV2Rg==", "requires": { "assemblyscript": "0.19.10" } diff --git a/package.json b/package.json index 8bd1eb1d..5b355599 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ }, "dependencies": { "@graphprotocol/graph-cli": "^0.56.0", - "@graphprotocol/graph-ts": "^0.30.0", + "@graphprotocol/graph-ts": "^0.31.0", "@oceanprotocol/contracts": "^1.1.14" }, "repository": {