From 11ba32096e68c21681179952969e5ebead8bf45c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 16:15:32 +0000 Subject: [PATCH] chore(deps): update dependency @graphprotocol/graph-cli to v0.72.1 (#1) 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.68.5` -> `0.72.1`](https://renovatebot.com/diffs/npm/@graphprotocol%2fgraph-cli/0.68.5/0.72.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@graphprotocol%2fgraph-cli/0.72.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphprotocol%2fgraph-cli/0.72.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphprotocol%2fgraph-cli/0.68.5/0.72.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphprotocol%2fgraph-cli/0.68.5/0.72.1?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-erc721a). 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 | 9 +++++---- subgraph/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/subgraph/package-lock.json b/subgraph/package-lock.json index 1aaea74..6b5cb23 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.68.5", + "@graphprotocol/graph-cli": "0.72.1", "@graphprotocol/graph-ts": "0.35.1", "@openzeppelin/contracts": "5.0.2", "@openzeppelin/subgraphs": "0.1.8-5" @@ -644,9 +644,10 @@ } }, "node_modules/@graphprotocol/graph-cli": { - "version": "0.68.5", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.68.5.tgz", - "integrity": "sha512-3GY2pYr5LksO6JY6s5nvePnSKVdtzDEn1CUGezyjCMR1uq9YIXMPXKqcnrzCX/DLugioEabiEi2+yOg9+rnFDQ==", + "version": "0.72.1", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.72.1.tgz", + "integrity": "sha512-9TpzgPBEC3sK6S0gyUS3Rz+HrrWwocJLjnGg2hCMbNJS+lvTbzeLyvGgxsK6z20KehD2Lbpe8imGUJmlnt5WBw==", + "license": "(Apache-2.0 OR MIT)", "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 07f64d0..d21d80e 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.68.5", + "@graphprotocol/graph-cli": "0.72.1", "@graphprotocol/graph-ts": "0.35.1", "@openzeppelin/contracts": "5.0.2", "@openzeppelin/subgraphs": "0.1.8-5"