Bump @graphprotocol/graph-cli from 0.37.1 to 0.37.2 (#599)

Bumps @graphprotocol/graph-cli from 0.37.1 to 0.37.2.

---
updated-dependencies:
- dependency-name: "@graphprotocol/graph-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-16 11:38:41 +03:00 committed by GitHub
parent 1e5e461286
commit 688166e2a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -14,7 +14,7 @@
"cross-fetch": "^3.1.4"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.37.1",
"@graphprotocol/graph-cli": "^0.37.2",
"@graphprotocol/graph-ts": "^0.29.1",
"@types/chai": "^4.3.4",
"@types/chai-spies": "^1.0.3",
@ -625,9 +625,9 @@
}
},
"node_modules/@graphprotocol/graph-cli": {
"version": "0.37.1",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.37.1.tgz",
"integrity": "sha512-3liXj1O/4tDOOGRcgs9T9sbz1940APhfnNIusN7L3lWgfUb5G6OyfwDgf/mfma/veoFhvdEyccDwhY4CDLp4jQ==",
"version": "0.37.2",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.37.2.tgz",
"integrity": "sha512-RPHYCRCc62RsscwFpwFT+929lNNoB/FJW+PFaQ+zZaJuauj0x/+npcfIDCb4zAxlQskETqzT5WvWQ9gRK1l66g==",
"dev": true,
"dependencies": {
"@float-capital/float-subgraph-uncrashable": "^0.0.0-alpha.4",
@ -14850,9 +14850,9 @@
}
},
"@graphprotocol/graph-cli": {
"version": "0.37.1",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.37.1.tgz",
"integrity": "sha512-3liXj1O/4tDOOGRcgs9T9sbz1940APhfnNIusN7L3lWgfUb5G6OyfwDgf/mfma/veoFhvdEyccDwhY4CDLp4jQ==",
"version": "0.37.2",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.37.2.tgz",
"integrity": "sha512-RPHYCRCc62RsscwFpwFT+929lNNoB/FJW+PFaQ+zZaJuauj0x/+npcfIDCb4zAxlQskETqzT5WvWQ9gRK1l66g==",
"dev": true,
"requires": {
"@float-capital/float-subgraph-uncrashable": "^0.0.0-alpha.4",

View File

@ -42,7 +42,7 @@
"changelog": "auto-changelog -p"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.37.1",
"@graphprotocol/graph-cli": "^0.37.2",
"@graphprotocol/graph-ts": "^0.29.1",
"@types/chai": "^4.3.4",
"@types/chai-spies": "^1.0.3",