From 74ee63029196f8e2bab754f093024ac5e7c09d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 11:15:30 +0300 Subject: [PATCH] Bump @graphprotocol/graph-ts from 0.26.0 to 0.27.0 (#442) Bumps @graphprotocol/graph-ts from 0.26.0 to 0.27.0. --- updated-dependencies: - dependency-name: "@graphprotocol/graph-ts" dependency-type: direct:development update-type: version-update:semver-minor ... 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 d9eb367..8d21149 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@graphprotocol/graph-cli": "^0.29.0", - "@graphprotocol/graph-ts": "^0.26.0", + "@graphprotocol/graph-ts": "^0.27.0", "@types/chai": "^4.3.1", "@types/chai-spies": "^1.0.3", "@types/mocha": "^9.1.1", @@ -752,9 +752,9 @@ } }, "node_modules/@graphprotocol/graph-ts": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.26.0.tgz", - "integrity": "sha512-GW/emOJl+35MXgmIxTnUK7dJtPCaB9u5aAwoLVqJ8swogC794O92UrXMVrAJsherUriu+yI9bLMGmNPOIi60jw==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.27.0.tgz", + "integrity": "sha512-r1SPDIZVQiGMxcY8rhFSM0y7d/xAbQf5vHMWUf59js1KgoyWpM6P3tczZqmQd7JTmeyNsDGIPzd9FeaxllsU4w==", "dev": true, "dependencies": { "assemblyscript": "0.19.10" @@ -14348,9 +14348,9 @@ } }, "@graphprotocol/graph-ts": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.26.0.tgz", - "integrity": "sha512-GW/emOJl+35MXgmIxTnUK7dJtPCaB9u5aAwoLVqJ8swogC794O92UrXMVrAJsherUriu+yI9bLMGmNPOIi60jw==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.27.0.tgz", + "integrity": "sha512-r1SPDIZVQiGMxcY8rhFSM0y7d/xAbQf5vHMWUf59js1KgoyWpM6P3tczZqmQd7JTmeyNsDGIPzd9FeaxllsU4w==", "dev": true, "requires": { "assemblyscript": "0.19.10" diff --git a/package.json b/package.json index f852c7e..6b50c5f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@graphprotocol/graph-cli": "^0.29.0", - "@graphprotocol/graph-ts": "^0.26.0", + "@graphprotocol/graph-ts": "^0.27.0", "@types/chai": "^4.3.1", "@types/chai-spies": "^1.0.3", "@types/mocha": "^9.1.1",