From 6471ad4ffe665aa02571138630f9cf28970d79a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 02:16:08 +0000 Subject: [PATCH] Bump @graphprotocol/graph-cli from 0.37.7 to 0.38.0 Bumps @graphprotocol/graph-cli from 0.37.7 to 0.38.0. --- updated-dependencies: - dependency-name: "@graphprotocol/graph-cli" dependency-type: direct:development 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 de2a1e0..5ef433d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "cross-fetch": "^3.1.4" }, "devDependencies": { - "@graphprotocol/graph-cli": "^0.37.7", + "@graphprotocol/graph-cli": "^0.38.0", "@graphprotocol/graph-ts": "^0.29.1", "@types/chai": "^4.3.4", "@types/chai-spies": "^1.0.3", @@ -625,9 +625,9 @@ } }, "node_modules/@graphprotocol/graph-cli": { - "version": "0.37.7", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.37.7.tgz", - "integrity": "sha512-7akwigB+LaXE+idEIuNBQtVJCX7wSrN/CzHZ9w1n7DA6Gw2SmGy/bXAuNheJi1aLqUhk1wQvTl6LmHIsAcL7GQ==", + "version": "0.38.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.38.0.tgz", + "integrity": "sha512-9WiVp96iSsoQ5iJaQrGTraH+reaGteQDSfWEc1TlDTJ8UqBPLus3a8zSjbN7iAkctgujIEHTdtdBMZZXY94RlQ==", "dev": true, "dependencies": { "@float-capital/float-subgraph-uncrashable": "^0.0.0-alpha.4", @@ -14840,9 +14840,9 @@ } }, "@graphprotocol/graph-cli": { - "version": "0.37.7", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.37.7.tgz", - "integrity": "sha512-7akwigB+LaXE+idEIuNBQtVJCX7wSrN/CzHZ9w1n7DA6Gw2SmGy/bXAuNheJi1aLqUhk1wQvTl6LmHIsAcL7GQ==", + "version": "0.38.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.38.0.tgz", + "integrity": "sha512-9WiVp96iSsoQ5iJaQrGTraH+reaGteQDSfWEc1TlDTJ8UqBPLus3a8zSjbN7iAkctgujIEHTdtdBMZZXY94RlQ==", "dev": true, "requires": { "@float-capital/float-subgraph-uncrashable": "^0.0.0-alpha.4", diff --git a/package.json b/package.json index 2f4479e..40dab12 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "changelog": "auto-changelog -p" }, "devDependencies": { - "@graphprotocol/graph-cli": "^0.37.7", + "@graphprotocol/graph-cli": "^0.38.0", "@graphprotocol/graph-ts": "^0.29.1", "@types/chai": "^4.3.4", "@types/chai-spies": "^1.0.3",