From 526a76856c93821cbb9f0ba90346f3f9948b940d Mon Sep 17 00:00:00 2001 From: Ford Date: Tue, 14 Jun 2022 09:26:16 -0700 Subject: [PATCH] indexer-common: Bump @graphprotocol/cost-model from 0.1.11 to 0.1.14 --- packages/indexer-common/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/indexer-common/package.json b/packages/indexer-common/package.json index dcc758d2e..a761c4496 100644 --- a/packages/indexer-common/package.json +++ b/packages/indexer-common/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@graphprotocol/common-ts": "1.8.3", - "@graphprotocol/cost-model": "0.1.11", + "@graphprotocol/cost-model": "0.1.14", "@thi.ng/heaps": "1.2.38", "@urql/core": "2.4.4", "@urql/exchange-execute": "1.2.2", diff --git a/yarn.lock b/yarn.lock index fcaba3306..3e4b4265a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -813,10 +813,10 @@ dependencies: ethers "^5.4.4" -"@graphprotocol/cost-model@0.1.11": - version "0.1.11" - resolved "https://registry.npmjs.org/@graphprotocol/cost-model/-/cost-model-0.1.11.tgz#2aa0d845d3c8d790f95d923fb68bf1b4d63d73e5" - integrity sha512-fsOZ5mSevfkacUfbsbSanqcM3IW97bgTfOK06nWz71L5IvELWlPPGtXs6kvSXTNyYr74YpwXawdvtvRWbqjwiQ== +"@graphprotocol/cost-model@0.1.14": + version "0.1.14" + resolved "https://registry.npmjs.org/@graphprotocol/cost-model/-/cost-model-0.1.14.tgz#0eeab1c3c63d94600c2cc67e46965e0ba65b2353" + integrity sha512-tqy6XPf9+cxBE+K9gS7xxQBJwhmS6bZr7JFm0J8v8BgSMGdp3JwhyEgtD+Vqng61mR4FA4V40pmUn2bPPVQn1g== dependencies: "@mapbox/node-pre-gyp" "1.0.9" cargo-cp-artifact "0.1.6"