From 34be1229d606f9e75a3dcb1c406a89bd1b1cf3e8 Mon Sep 17 00:00:00 2001 From: juanmardefago Date: Tue, 19 Mar 2024 03:05:14 -0300 Subject: [PATCH] feat: bump cli version --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index eb872ff..b493ee3 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ }, "devDependencies": { "@graphprotocol/contracts": "6.2.0", - "@graphprotocol/graph-cli": "0.68.0", + "@graphprotocol/graph-cli": "0.68.5", "@graphprotocol/graph-ts": "0.32.0", "@types/node": "^14.0.13", "@typescript-eslint/eslint-plugin": "^3.3.0", diff --git a/yarn.lock b/yarn.lock index 8ac013b..6529da9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -572,10 +572,10 @@ "@graphprotocol/sdk" "^0.5.0" console-table-printer "^2.11.1" -"@graphprotocol/graph-cli@0.68.0": - version "0.68.0" - resolved "https://registry.yarnpkg.com/@graphprotocol/graph-cli/-/graph-cli-0.68.0.tgz#30464a75b7341d6c468f7ff3dba01259efff6b78" - integrity sha512-F3l1t+0qfGAGbD3i/3/qDnwZp8z37OE2PmdQdQkbImq1h34Cy8mjRKvc3ZJ4E2G16JkIevqK2rWwTRHcIGMTNA== +"@graphprotocol/graph-cli@0.68.5": + version "0.68.5" + resolved "https://registry.yarnpkg.com/@graphprotocol/graph-cli/-/graph-cli-0.68.5.tgz#58cf65d15f41f1a30defe1cd50474d7c1205dd6a" + integrity sha512-3GY2pYr5LksO6JY6s5nvePnSKVdtzDEn1CUGezyjCMR1uq9YIXMPXKqcnrzCX/DLugioEabiEi2+yOg9+rnFDQ== dependencies: "@float-capital/float-subgraph-uncrashable" "^0.0.0-alpha.4" "@oclif/core" "2.8.6"