diff --git a/packages/indexer-agent/package.json b/packages/indexer-agent/package.json index 49d536b48..1b135dd4f 100644 --- a/packages/indexer-agent/package.json +++ b/packages/indexer-agent/package.json @@ -29,7 +29,7 @@ "graph-indexer-agent": "bin/graph-indexer-agent" }, "dependencies": { - "@graphprotocol/common-ts": "2.0.6", + "@graphprotocol/common-ts": "2.0.7", "@graphprotocol/indexer-common": "^0.20.21", "@thi.ng/heaps": "^1.3.1", "@uniswap/sdk": "3.0.3", diff --git a/packages/indexer-cli/package.json b/packages/indexer-cli/package.json index 3211c3a9a..9b520eddd 100644 --- a/packages/indexer-cli/package.json +++ b/packages/indexer-cli/package.json @@ -26,7 +26,7 @@ "test:watch": "jest --watch --detectOpenHandles --verbose" }, "dependencies": { - "@graphprotocol/common-ts": "2.0.6", + "@graphprotocol/common-ts": "2.0.7", "@graphprotocol/indexer-common": "^0.20.21", "@iarna/toml": "2.2.5", "@thi.ng/iterators": "5.1.74", diff --git a/packages/indexer-common/package.json b/packages/indexer-common/package.json index 693f19120..87c5bac0d 100644 --- a/packages/indexer-common/package.json +++ b/packages/indexer-common/package.json @@ -22,7 +22,7 @@ "clean": "rm -rf ./node_modules ./dist ./tsconfig.tsbuildinfo" }, "dependencies": { - "@graphprotocol/common-ts": "2.0.6", + "@graphprotocol/common-ts": "2.0.7", "@graphprotocol/cost-model": "0.1.16", "@thi.ng/heaps": "1.2.38", "@types/lodash.intersection": "^4.4.7", diff --git a/packages/indexer-native/package.json b/packages/indexer-native/package.json index 837b96b8c..6e5231151 100644 --- a/packages/indexer-native/package.json +++ b/packages/indexer-native/package.json @@ -46,7 +46,7 @@ "clean": "rm -rf ./node_modules ./binary ./build ./coverage ./native/target ./native/artifacts.json ./native/index.node" }, "dependencies": { - "@graphprotocol/common-ts": "2.0.6", + "@graphprotocol/common-ts": "2.0.7", "@mapbox/node-pre-gyp": "1.0.10", "cargo-cp-artifact": "0.1.7", "node-pre-gyp-github": "1.4.4" diff --git a/packages/indexer-service/package.json b/packages/indexer-service/package.json index 7743575bf..bb37c1343 100644 --- a/packages/indexer-service/package.json +++ b/packages/indexer-service/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "@google-cloud/profiler": "4.1.7", - "@graphprotocol/common-ts": "2.0.6", + "@graphprotocol/common-ts": "2.0.7", "@graphprotocol/indexer-common": "^0.20.21", "@graphprotocol/indexer-native": "0.20.11", "@graphql-tools/load": "7.5.8", diff --git a/yarn.lock b/yarn.lock index a9edf1c68..d00e33c23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -824,10 +824,10 @@ resolved "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-2.0.4.tgz#9d8705ecb2baa41b6b2673f3a8e9b7b7e1abc52a" integrity sha512-j8yRSSqswWi1QqUGKVEKOG03Q7qOoZP6/h2zN2YO+F5h2+DHU0bSrHCK9Y7lo2DI9fBd8qGAw795sf+3Jva4yA== -"@graphprotocol/common-ts@2.0.6": - version "2.0.6" - resolved "https://registry.npmjs.org/@graphprotocol/common-ts/-/common-ts-2.0.6.tgz#0ac6d2578c26928f4daa96e28e14da58c2c51e2a" - integrity sha512-aTOYIBCHoTnAv1UqU5OkCxzixsbIPwXHo5lPJxHXSkbzvakRBsskTJisNxt6i4MClxup+LAqatiay0NDI6QMYA== +"@graphprotocol/common-ts@2.0.7": + version "2.0.7" + resolved "https://registry.npmjs.org/@graphprotocol/common-ts/-/common-ts-2.0.7.tgz#733ac3d46c9e24f997e7f8d00ffc9128d129285e" + integrity sha512-1O2bvXibViMTkiWNvOjijHR5+cMsuEXIZiUxR3pl4Lan9U2kBfGqJAas8qnrpdc/RdRGooYRMP3hXVB9N8bERA== dependencies: "@graphprotocol/contracts" "5.2.1" "@graphprotocol/pino-sentry-simple" "0.7.1"