From 52ab055c1ab3a7f772c3b078b6f270d909422218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 12:54:03 +0300 Subject: [PATCH] Bump @graphprotocol/graph-cli from 0.34.0 to 0.35.0 (#560) Bumps @graphprotocol/graph-cli from 0.34.0 to 0.35.0. --- updated-dependencies: - dependency-name: "@graphprotocol/graph-cli" dependency-type: direct:development update-type: version-update:semver-minor ... 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 1a5eb96..6dbbfb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "cross-fetch": "^3.1.4" }, "devDependencies": { - "@graphprotocol/graph-cli": "^0.34.0", + "@graphprotocol/graph-cli": "^0.35.0", "@graphprotocol/graph-ts": "^0.28.0", "@types/chai": "^4.3.3", "@types/chai-spies": "^1.0.3", @@ -583,9 +583,9 @@ } }, "node_modules/@graphprotocol/graph-cli": { - "version": "0.34.0", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.34.0.tgz", - "integrity": "sha512-tHmephhj5i6SQIyHNpF/dP9QEuVz4jdyg7CEfo0r3/3Wq/CC/turoVEZ2QK7h4sEg9dRJW/jampoD0BO7bVGWw==", + "version": "0.35.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.35.0.tgz", + "integrity": "sha512-50tjeLZg3425fwueH8ORTZbPRSn4uICL0NK9XsJVriDPKCNnhyAIgJgOWaYyPAFgxR8LuyXYkoxIxZ5nduKbiw==", "dev": true, "dependencies": { "assemblyscript": "0.19.10", @@ -14720,9 +14720,9 @@ } }, "@graphprotocol/graph-cli": { - "version": "0.34.0", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.34.0.tgz", - "integrity": "sha512-tHmephhj5i6SQIyHNpF/dP9QEuVz4jdyg7CEfo0r3/3Wq/CC/turoVEZ2QK7h4sEg9dRJW/jampoD0BO7bVGWw==", + "version": "0.35.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.35.0.tgz", + "integrity": "sha512-50tjeLZg3425fwueH8ORTZbPRSn4uICL0NK9XsJVriDPKCNnhyAIgJgOWaYyPAFgxR8LuyXYkoxIxZ5nduKbiw==", "dev": true, "requires": { "assemblyscript": "0.19.10", diff --git a/package.json b/package.json index 544006b..bd0fba3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "changelog": "auto-changelog -p" }, "devDependencies": { - "@graphprotocol/graph-cli": "^0.34.0", + "@graphprotocol/graph-cli": "^0.35.0", "@graphprotocol/graph-ts": "^0.28.0", "@types/chai": "^4.3.3", "@types/chai-spies": "^1.0.3",