From 21adfb73a0a6d74265f5d594004d22eac62cd29a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 23:31:48 +0000 Subject: [PATCH] chore(deps): update dependency @graphprotocol/graph-ts to v0.34.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- subgraph/package-lock.json | 8 ++++---- subgraph/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/subgraph/package-lock.json b/subgraph/package-lock.json index f32985f6..b4f8e1ca 100644 --- a/subgraph/package-lock.json +++ b/subgraph/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@amxx/graphprotocol-utils": "1.1.0", "@graphprotocol/graph-cli": "0.68.5", - "@graphprotocol/graph-ts": "0.33.0", + "@graphprotocol/graph-ts": "0.34.0", "@openzeppelin/contracts": "5.0.2", "@openzeppelin/subgraphs": "0.1.8-5" } @@ -684,9 +684,9 @@ } }, "node_modules/@graphprotocol/graph-ts": { - "version": "0.33.0", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.33.0.tgz", - "integrity": "sha512-HBUVblHUdjQZ/MEjjYPzVgmh+SiuF9VV0D8KubYfFAtzkqpVJlvdyk+RZTAJUiu8hpyYy0EVIcAnLEPtKlwMGQ==", + "version": "0.34.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.34.0.tgz", + "integrity": "sha512-gnhjai65AV4YMYe9QHGz+HP/jdzI54z/nOfEXZFfh6m987EP2iy3ycLXrTi+ahcogHH7vtoWFdXbUzZbE8bCAg==", "dependencies": { "assemblyscript": "0.19.10" } diff --git a/subgraph/package.json b/subgraph/package.json index dca2f0fb..3b29483a 100644 --- a/subgraph/package.json +++ b/subgraph/package.json @@ -12,7 +12,7 @@ "dependencies": { "@amxx/graphprotocol-utils": "1.1.0", "@graphprotocol/graph-cli": "0.68.5", - "@graphprotocol/graph-ts": "0.33.0", + "@graphprotocol/graph-ts": "0.34.0", "@openzeppelin/contracts": "5.0.2", "@openzeppelin/subgraphs": "0.1.8-5" }