From 29cb248b47820d43c2d291cf069bd74a825c10cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 01:48:43 +0000 Subject: [PATCH] chore(deps): update dependency @graphprotocol/graph-cli to v0.84.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4984d9..c0921ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@settlemint/solidity-token-erc1155", - "version": "7.6.4", + "version": "7.6.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@settlemint/solidity-token-erc1155", - "version": "7.6.4", + "version": "7.6.6", "license": "FSL-1.1-MIT", "dependencies": { "@amxx/graphprotocol-utils": "1.2.0", - "@graphprotocol/graph-cli": "0.83.0", + "@graphprotocol/graph-cli": "0.84.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.5", @@ -1025,9 +1025,9 @@ } }, "node_modules/@graphprotocol/graph-cli": { - "version": "0.83.0", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.83.0.tgz", - "integrity": "sha512-cMveVmFILHx2WXvRZYDvTQTPsaLpt0H6HTQx27Iz8RkIJw5zueH0h3JfbbDgS8yFPU7MQ5vEWnYa6O0x9JHFTQ==", + "version": "0.84.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.84.0.tgz", + "integrity": "sha512-iuFpEt+NuYIIG4PN5E9AyB1rUdj2povDjf1a9gS/T6BY9ncyvW5TJq1vSODwnWe7DcZ9X8ttXh+TKu4xr0C3TQ==", "license": "(Apache-2.0 OR MIT)", "dependencies": { "@float-capital/float-subgraph-uncrashable": "^0.0.0-alpha.4", diff --git a/package.json b/package.json index e303285..183ce06 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ ], "dependencies": { "@amxx/graphprotocol-utils": "1.2.0", - "@graphprotocol/graph-cli": "0.83.0", + "@graphprotocol/graph-cli": "0.84.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.5", @@ -47,7 +47,7 @@ "solhint": "5.0.3" }, "overrides": { - "@graphprotocol/graph-cli": "0.83.0", + "@graphprotocol/graph-cli": "0.84.0", "@graphprotocol/graph-ts": "0.35.1" } }