diff --git a/package-lock.json b/package-lock.json index 33b2a19..04664b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@amxx/graphprotocol-utils": "1.1.0", - "@graphprotocol/graph-cli": "0.74.0", + "@graphprotocol/graph-cli": "0.74.1", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.4", @@ -1055,9 +1055,9 @@ } }, "node_modules/@graphprotocol/graph-cli": { - "version": "0.74.0", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.74.0.tgz", - "integrity": "sha512-oMpfbAju+m9cs+TPeuFnUSXfHT6iieEw8vql8FW+1VXmlqRtnY9Kk778lPecnmOgwSHEAHGwRhQklqkQr+kGyw==", + "version": "0.74.1", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.74.1.tgz", + "integrity": "sha512-xdFJGuINdgt3dWRp/aNkqZujCyab4cPWVsvX7FSjX4k7xT4eea3nxZsksJzDrdbOrr2pf/UBLZoBBz3SqxxSXg==", "dev": true, "license": "(Apache-2.0 OR MIT)", "dependencies": { diff --git a/package.json b/package.json index a9899bd..d8b4a1d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@amxx/graphprotocol-utils": "1.1.0", - "@graphprotocol/graph-cli": "0.74.0", + "@graphprotocol/graph-cli": "0.74.1", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.4", @@ -22,7 +22,7 @@ "solhint": "5.0.1" }, "overrides": { - "@graphprotocol/graph-cli": "0.74.0", + "@graphprotocol/graph-cli": "0.74.1", "@graphprotocol/graph-ts": "0.35.1" } }