From 2c5459402e7c74faf4746c75512ae6e61b45ba9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 13:23:51 +0300 Subject: [PATCH] Bump @graphprotocol/graph-cli from 0.33.0 to 0.33.1 (#525) Bumps @graphprotocol/graph-cli from 0.33.0 to 0.33.1. --- updated-dependencies: - dependency-name: "@graphprotocol/graph-cli" dependency-type: direct:development update-type: version-update:semver-patch ... 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 6c2dcb6..c6fbc69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "cross-fetch": "^3.1.4" }, "devDependencies": { - "@graphprotocol/graph-cli": "^0.33.0", + "@graphprotocol/graph-cli": "^0.33.1", "@graphprotocol/graph-ts": "^0.27.0", "@types/chai": "^4.3.3", "@types/chai-spies": "^1.0.3", @@ -582,9 +582,9 @@ } }, "node_modules/@graphprotocol/graph-cli": { - "version": "0.33.0", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.33.0.tgz", - "integrity": "sha512-WgitQbOTlPcfFweOXurBI74z59jn5fTfezb80/POTyTJAAIXS48n+jAUi2fxix54yMBQFcN2uZnafuDMis7j9w==", + "version": "0.33.1", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.33.1.tgz", + "integrity": "sha512-wv8PuDA1xrnRz52bkvo4R1XDj+5F0Oin879ogd7obOCSniXurkzHa4SjaomjHz7yyHQduorYarnXCZ+MVHuSGg==", "dev": true, "dependencies": { "assemblyscript": "0.19.10", @@ -15055,9 +15055,9 @@ } }, "@graphprotocol/graph-cli": { - "version": "0.33.0", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.33.0.tgz", - "integrity": "sha512-WgitQbOTlPcfFweOXurBI74z59jn5fTfezb80/POTyTJAAIXS48n+jAUi2fxix54yMBQFcN2uZnafuDMis7j9w==", + "version": "0.33.1", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.33.1.tgz", + "integrity": "sha512-wv8PuDA1xrnRz52bkvo4R1XDj+5F0Oin879ogd7obOCSniXurkzHa4SjaomjHz7yyHQduorYarnXCZ+MVHuSGg==", "dev": true, "requires": { "assemblyscript": "0.19.10", diff --git a/package.json b/package.json index e55c489..6236098 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "changelog": "auto-changelog -p" }, "devDependencies": { - "@graphprotocol/graph-cli": "^0.33.0", + "@graphprotocol/graph-cli": "^0.33.1", "@graphprotocol/graph-ts": "^0.27.0", "@types/chai": "^4.3.3", "@types/chai-spies": "^1.0.3",