diff --git a/package-lock.json b/package-lock.json index e716d9b..2d20cd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@settlemint/solidity-token-erc1155", - "version": "7.6.8", + "version": "7.6.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@settlemint/solidity-token-erc1155", - "version": "7.6.8", + "version": "7.6.10", "license": "FSL-1.1-MIT", "dependencies": { "@amxx/graphprotocol-utils": "1.2.0", - "@graphprotocol/graph-cli": "0.84.0", + "@graphprotocol/graph-cli": "0.85.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.6", @@ -1025,9 +1025,9 @@ } }, "node_modules/@graphprotocol/graph-cli": { - "version": "0.84.0", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.84.0.tgz", - "integrity": "sha512-iuFpEt+NuYIIG4PN5E9AyB1rUdj2povDjf1a9gS/T6BY9ncyvW5TJq1vSODwnWe7DcZ9X8ttXh+TKu4xr0C3TQ==", + "version": "0.85.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.85.0.tgz", + "integrity": "sha512-jkEgJW4R1Z1lFKSqbufmDbRRbCrtO0n9UBry5v6s/x5MOnI6I8U2oBXyt/kdK4oj+zhHqxulTaSGu5L4AAHalA==", "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 c167a67..177f516 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ ], "dependencies": { "@amxx/graphprotocol-utils": "1.2.0", - "@graphprotocol/graph-cli": "0.84.0", + "@graphprotocol/graph-cli": "0.85.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", "@nomicfoundation/hardhat-ignition-viem": "0.15.6", @@ -47,7 +47,7 @@ "solhint": "5.0.3" }, "overrides": { - "@graphprotocol/graph-cli": "0.84.0", + "@graphprotocol/graph-cli": "0.85.0", "@graphprotocol/graph-ts": "0.35.1" } }