diff --git a/package-lock.json b/package-lock.json index ab2cb4e..773fcc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "FSL-1.1-MIT", "dependencies": { "@amxx/graphprotocol-utils": "1.2.0", - "@graphprotocol/graph-cli": "0.86.0", + "@graphprotocol/graph-cli": "0.87.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.6", @@ -1001,9 +1001,9 @@ } }, "node_modules/@graphprotocol/graph-cli": { - "version": "0.86.0", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.86.0.tgz", - "integrity": "sha512-p96H38JwQGcnKCCnbuuEuoLI33JnJoHy094z9rYNveWnkSLz7d/CSOpjt+zAlL/A376BZ2EwvZXrsT9JnCkKIA==", + "version": "0.87.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.87.0.tgz", + "integrity": "sha512-SilWVtSSh00pw7k0gc0kLHOErwtBNPEHoKvvCxw14ixlFZeWuiJP6+sEuQA256wBxZJo80rEQnB3rknRsgGBEg==", "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 7fb1a8e..cabb31b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ ], "dependencies": { "@amxx/graphprotocol-utils": "1.2.0", - "@graphprotocol/graph-cli": "0.86.0", + "@graphprotocol/graph-cli": "0.87.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.6", @@ -48,7 +48,7 @@ "@prb/math": "4.1.0" }, "overrides": { - "@graphprotocol/graph-cli": "0.86.0", + "@graphprotocol/graph-cli": "0.87.0", "@graphprotocol/graph-ts": "0.35.1" } }