From 21618b89cf82e43946c68cf404b3f3aeec71c040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 14:59:00 +0300 Subject: [PATCH] Bump @graphprotocol/graph-ts from 0.29.1 to 0.29.3 (#611) Bumps @graphprotocol/graph-ts from 0.29.1 to 0.29.3. --- updated-dependencies: - dependency-name: "@graphprotocol/graph-ts" dependency-type: direct:development update-type: version-update:semver-patch ... 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 1219a46..7673a51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@graphprotocol/graph-cli": "^0.38.0", - "@graphprotocol/graph-ts": "^0.29.1", + "@graphprotocol/graph-ts": "^0.29.3", "@types/chai": "^4.3.4", "@types/chai-spies": "^1.0.3", "@types/mocha": "^10.0.1", @@ -845,9 +845,9 @@ } }, "node_modules/@graphprotocol/graph-ts": { - "version": "0.29.1", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.29.1.tgz", - "integrity": "sha512-GhAP2ijk3cTM0xBjoAFxEmdZbYl1BueCYqAGw5G7UyBX3EV8FWkvD5DMam6IkLGqXasBmelCFrROK3B5t6zVdg==", + "version": "0.29.3", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.29.3.tgz", + "integrity": "sha512-FXBLGlunOSwjiUXYEz1J9J/I2D/myldyib/9v0R+gn/NJaYqUkXD39UmIuRxqj9cBzB/FYojHzoHidIG5nYZDw==", "dev": true, "dependencies": { "assemblyscript": "0.19.10" @@ -15002,9 +15002,9 @@ } }, "@graphprotocol/graph-ts": { - "version": "0.29.1", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.29.1.tgz", - "integrity": "sha512-GhAP2ijk3cTM0xBjoAFxEmdZbYl1BueCYqAGw5G7UyBX3EV8FWkvD5DMam6IkLGqXasBmelCFrROK3B5t6zVdg==", + "version": "0.29.3", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.29.3.tgz", + "integrity": "sha512-FXBLGlunOSwjiUXYEz1J9J/I2D/myldyib/9v0R+gn/NJaYqUkXD39UmIuRxqj9cBzB/FYojHzoHidIG5nYZDw==", "dev": true, "requires": { "assemblyscript": "0.19.10" diff --git a/package.json b/package.json index 5830413..fa84130 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "devDependencies": { "@graphprotocol/graph-cli": "^0.38.0", - "@graphprotocol/graph-ts": "^0.29.1", + "@graphprotocol/graph-ts": "^0.29.3", "@types/chai": "^4.3.4", "@types/chai-spies": "^1.0.3", "@types/mocha": "^10.0.1",