From 1b71eef39f94a51030811b4aae51195e52db0025 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:08:30 +0000 Subject: [PATCH] chore(deps): update dependency @graphprotocol/graph-cli to v0.70.0 (#19) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​graphprotocol/graph-cli | [`0.69.2` -> `0.70.0`](https://renovatebot.com/diffs/npm/@graphprotocol%2fgraph-cli/0.69.2/0.70.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@graphprotocol%2fgraph-cli/0.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphprotocol%2fgraph-cli/0.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphprotocol%2fgraph-cli/0.69.2/0.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphprotocol%2fgraph-cli/0.69.2/0.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/settlemint/solidity-token-erc20-metatx). Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- subgraph/package-lock.json | 8 ++++---- subgraph/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/subgraph/package-lock.json b/subgraph/package-lock.json index 6a7bb345..0e9e2c97 100644 --- a/subgraph/package-lock.json +++ b/subgraph/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@amxx/graphprotocol-utils": "1.1.0", - "@graphprotocol/graph-cli": "0.69.2", + "@graphprotocol/graph-cli": "0.70.0", "@graphprotocol/graph-ts": "0.35.0", "@openzeppelin/contracts": "5.0.2", "@openzeppelin/subgraphs": "0.1.8-5" @@ -644,9 +644,9 @@ } }, "node_modules/@graphprotocol/graph-cli": { - "version": "0.69.2", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.69.2.tgz", - "integrity": "sha512-zAlnhNpxLReoqsY3MNJdD1r4/bQqIaN2HgVv2jUlt/Tydi41hMsg8jQg542JZabObcQ+BdpQkMmspuuDtwuq+g==", + "version": "0.70.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.70.0.tgz", + "integrity": "sha512-BzwgEzC2s+2vhnLA2nJl11/pAIj8/WgmcdY1PKe1ig4nHGvD3veRY/zUBBy6TPkqkrBP9slb6G05lTlGFzyB9A==", "dependencies": { "@float-capital/float-subgraph-uncrashable": "^0.0.0-alpha.4", "@oclif/core": "2.8.6", diff --git a/subgraph/package.json b/subgraph/package.json index acf1bf9a..3cd16671 100644 --- a/subgraph/package.json +++ b/subgraph/package.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@amxx/graphprotocol-utils": "1.1.0", - "@graphprotocol/graph-cli": "0.69.2", + "@graphprotocol/graph-cli": "0.70.0", "@graphprotocol/graph-ts": "0.35.0", "@openzeppelin/contracts": "5.0.2", "@openzeppelin/subgraphs": "0.1.8-5"