Bump @graphprotocol/graph-cli from 0.37.0 to 0.37.1 (#585)

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

---
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] 2022-12-12 10:02:02 +03:00 committed by GitHub
parent f34e863623
commit a36c2aecce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 67 additions and 10 deletions

75
package-lock.json generated
View File

@ -14,7 +14,7 @@
"cross-fetch": "^3.1.4"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.37.0",
"@graphprotocol/graph-cli": "^0.37.1",
"@graphprotocol/graph-ts": "^0.29.0",
"@types/chai": "^4.3.4",
"@types/chai-spies": "^1.0.3",
@ -625,13 +625,13 @@
}
},
"node_modules/@graphprotocol/graph-cli": {
"version": "0.37.0",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.37.0.tgz",
"integrity": "sha512-p//lNNxDTFO05LntKHeDt1sCwRxJHsdcIN2P9/FPnxE5Z2N3n3z0jHEifRhxrPpfkjKyydStT7TM5QMCqxf1kQ==",
"version": "0.37.1",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.37.1.tgz",
"integrity": "sha512-3liXj1O/4tDOOGRcgs9T9sbz1940APhfnNIusN7L3lWgfUb5G6OyfwDgf/mfma/veoFhvdEyccDwhY4CDLp4jQ==",
"dev": true,
"dependencies": {
"@float-capital/float-subgraph-uncrashable": "^0.0.0-alpha.4",
"assemblyscript": "0.19.10",
"assemblyscript": "0.19.23",
"binary-install-raw": "0.0.13",
"chalk": "3.0.0",
"chokidar": "3.5.1",
@ -661,6 +661,34 @@
"graph": "bin/graph"
}
},
"node_modules/@graphprotocol/graph-cli/node_modules/assemblyscript": {
"version": "0.19.23",
"resolved": "https://registry.npmjs.org/assemblyscript/-/assemblyscript-0.19.23.tgz",
"integrity": "sha512-fwOQNZVTMga5KRsfY80g7cpOl4PsFQczMwHzdtgoqLXaYhkhavufKb0sB0l3T1DUxpAufA0KNhlbpuuhZUwxMA==",
"dev": true,
"dependencies": {
"binaryen": "102.0.0-nightly.20211028",
"long": "^5.2.0",
"source-map-support": "^0.5.20"
},
"bin": {
"asc": "bin/asc",
"asinit": "bin/asinit"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/assemblyscript"
}
},
"node_modules/@graphprotocol/graph-cli/node_modules/binaryen": {
"version": "102.0.0-nightly.20211028",
"resolved": "https://registry.npmjs.org/binaryen/-/binaryen-102.0.0-nightly.20211028.tgz",
"integrity": "sha512-GCJBVB5exbxzzvyt8MGDv/MeUjs6gkXDvf4xOIItRBptYl0Tz5sm1o/uG95YK0L0VeG5ajDu3hRtkBP2kzqC5w==",
"dev": true,
"bin": {
"wasm-opt": "bin/wasm-opt"
}
},
"node_modules/@graphprotocol/graph-cli/node_modules/chokidar": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz",
@ -732,6 +760,12 @@
"js-yaml": "bin/js-yaml.js"
}
},
"node_modules/@graphprotocol/graph-cli/node_modules/long": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/long/-/long-5.2.1.tgz",
"integrity": "sha512-GKSNGeNAtw8IryjjkhZxuKB3JzlcLTwjtiQCHKvqQet81I93kXslhDQruGI/QsddO83mcDToBVy7GqGS/zYf/A==",
"dev": true
},
"node_modules/@graphprotocol/graph-cli/node_modules/node-fetch": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
@ -14851,13 +14885,13 @@
}
},
"@graphprotocol/graph-cli": {
"version": "0.37.0",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.37.0.tgz",
"integrity": "sha512-p//lNNxDTFO05LntKHeDt1sCwRxJHsdcIN2P9/FPnxE5Z2N3n3z0jHEifRhxrPpfkjKyydStT7TM5QMCqxf1kQ==",
"version": "0.37.1",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.37.1.tgz",
"integrity": "sha512-3liXj1O/4tDOOGRcgs9T9sbz1940APhfnNIusN7L3lWgfUb5G6OyfwDgf/mfma/veoFhvdEyccDwhY4CDLp4jQ==",
"dev": true,
"requires": {
"@float-capital/float-subgraph-uncrashable": "^0.0.0-alpha.4",
"assemblyscript": "0.19.10",
"assemblyscript": "0.19.23",
"binary-install-raw": "0.0.13",
"chalk": "3.0.0",
"chokidar": "3.5.1",
@ -14884,6 +14918,23 @@
"yaml": "1.9.2"
},
"dependencies": {
"assemblyscript": {
"version": "0.19.23",
"resolved": "https://registry.npmjs.org/assemblyscript/-/assemblyscript-0.19.23.tgz",
"integrity": "sha512-fwOQNZVTMga5KRsfY80g7cpOl4PsFQczMwHzdtgoqLXaYhkhavufKb0sB0l3T1DUxpAufA0KNhlbpuuhZUwxMA==",
"dev": true,
"requires": {
"binaryen": "102.0.0-nightly.20211028",
"long": "^5.2.0",
"source-map-support": "^0.5.20"
}
},
"binaryen": {
"version": "102.0.0-nightly.20211028",
"resolved": "https://registry.npmjs.org/binaryen/-/binaryen-102.0.0-nightly.20211028.tgz",
"integrity": "sha512-GCJBVB5exbxzzvyt8MGDv/MeUjs6gkXDvf4xOIItRBptYl0Tz5sm1o/uG95YK0L0VeG5ajDu3hRtkBP2kzqC5w==",
"dev": true
},
"chokidar": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz",
@ -14933,6 +14984,12 @@
"esprima": "^4.0.0"
}
},
"long": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/long/-/long-5.2.1.tgz",
"integrity": "sha512-GKSNGeNAtw8IryjjkhZxuKB3JzlcLTwjtiQCHKvqQet81I93kXslhDQruGI/QsddO83mcDToBVy7GqGS/zYf/A==",
"dev": true
},
"node-fetch": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",

View File

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