diff --git a/package-lock.json b/package-lock.json index cec67f4..3823abb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@settlemint/solidity-token-erc721a", - "version": "7.6.2", + "version": "7.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@settlemint/solidity-token-erc721a", - "version": "7.6.2", + "version": "7.6.3", "license": "FSL-1.1-MIT", "dependencies": { - "@amxx/graphprotocol-utils": "1.1.0", + "@amxx/graphprotocol-utils": "1.2.0", "@graphprotocol/graph-cli": "0.81.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2", @@ -31,11 +31,12 @@ "peer": true }, "node_modules/@amxx/graphprotocol-utils": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@amxx/graphprotocol-utils/-/graphprotocol-utils-1.1.0.tgz", - "integrity": "sha512-oVHp/EMNyl2c54n+EmTzDweQ3yuHGAyIEesIMYOu+lMBUFRgLDKBhrp9c4XB4zJ6JKs0DsCxuKuN7CIjweIjdg==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@amxx/graphprotocol-utils/-/graphprotocol-utils-1.2.0.tgz", + "integrity": "sha512-sdZlbqF1rFsb8BzJx2jTffSpn3BrYgTJOsijIW1QcMVv6k1LN19Y17fdW9kY9X6ljfmAMtxoUgRtrF8c+/4SBg==", + "license": "MIT", "dependencies": { - "@graphprotocol/graph-ts": "^0.26.0", + "@graphprotocol/graph-ts": "^0.35.1", "yargs": "^17.5.1" }, "bin": { diff --git a/package.json b/package.json index c73d453..eaa0f5b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "/artifacts" ], "dependencies": { - "@amxx/graphprotocol-utils": "1.1.0", + "@amxx/graphprotocol-utils": "1.2.0", "@graphprotocol/graph-cli": "0.81.0", "@graphprotocol/graph-ts": "0.35.1", "@nomicfoundation/hardhat-foundry": "1.1.2",