diff --git a/package-lock.json b/package-lock.json index efa479c..aebc122 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.81.0", + "@graphprotocol/graph-cli": "0.82.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.5", @@ -1002,9 +1002,9 @@ } }, "node_modules/@graphprotocol/graph-cli": { - "version": "0.81.0", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.81.0.tgz", - "integrity": "sha512-jIH36P+OwHmSLAPPMq0KyGHr3gGK0HadJoqZmi22GqOWce8mh7cWp0rHykSGwrVftUBDD9IEYu1kI0ibpGXOLg==", + "version": "0.82.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.82.0.tgz", + "integrity": "sha512-Azuqlv6SaNnpyMQGD4GXRkRJMPO83R2ts8WpKG0XN6rpCeaJJGZSWo2Q38jVmkEsgw0GDroLTQ7tvP/f4KbxJg==", "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 474dbf9..a77595a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ ], "dependencies": { "@amxx/graphprotocol-utils": "1.2.0", - "@graphprotocol/graph-cli": "0.81.0", + "@graphprotocol/graph-cli": "0.82.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.5", @@ -49,7 +49,7 @@ "erc721a": "4.3.0" }, "overrides": { - "@graphprotocol/graph-cli": "0.81.0", + "@graphprotocol/graph-cli": "0.82.0", "@graphprotocol/graph-ts": "0.35.1" } }