Skip to content

Commit

Permalink
chore(deps-dev): bump @graphprotocol/graph-cli from 0.73.0 to 0.91.1
Browse files Browse the repository at this point in the history
Bumps @graphprotocol/graph-cli from 0.73.0 to 0.91.1.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent cbfe0a3 commit b41dc0b
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 15 deletions.
2 changes: 1 addition & 1 deletion relayer-subgraph-inbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@graphprotocol/graph-ts": "^0.35.1"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.73.0",
"@graphprotocol/graph-cli": "^0.91.1",
"concat-stream": "^2.0.0",
"gluegun": "^5.1.2",
"matchstick-as": "0.5.2"
Expand Down
2 changes: 1 addition & 1 deletion veascan-subgraph-inbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@graphprotocol/graph-ts": "^0.35.1"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.73.0"
"@graphprotocol/graph-cli": "^0.91.1"
}
}
2 changes: 1 addition & 1 deletion veascan-subgraph-outbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"devDependencies": {
"@goldskycom/cli": "^1.6.0",
"@graphprotocol/graph-cli": "^0.73.0"
"@graphprotocol/graph-cli": "^0.91.1"
}
}
116 changes: 104 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1767,14 +1767,15 @@ __metadata:
languageName: node
linkType: hard

"@graphprotocol/graph-cli@npm:^0.73.0":
version: 0.73.0
resolution: "@graphprotocol/graph-cli@npm:0.73.0"
"@graphprotocol/graph-cli@npm:^0.91.1":
version: 0.91.1
resolution: "@graphprotocol/graph-cli@npm:0.91.1"
dependencies:
"@float-capital/float-subgraph-uncrashable": "npm:^0.0.0-alpha.4"
"@oclif/core": "npm:2.8.6"
"@oclif/plugin-autocomplete": "npm:^2.3.6"
"@oclif/plugin-not-found": "npm:^2.4.0"
"@oclif/plugin-warn-if-update-available": "npm:^3.1.20"
"@whatwg-node/fetch": "npm:^0.8.4"
assemblyscript: "npm:0.19.23"
binary-install-raw: "npm:0.0.13"
Expand All @@ -1801,7 +1802,7 @@ __metadata:
yaml: "npm:1.10.2"
bin:
graph: bin/run
checksum: 10/ebcd5b8163257e8920fcad90b074b4e35a9bbe4d979cabcf6deb731480b8d86a069ccb56cbbd695623e10291f0288d7ae12806ba359ca67df6a77dcf7a427726
checksum: 10/2573564ccaaf4f0b9fca11815d3e8f9545b29fe2c1fef322bc37cbd32da26b09035e23106ebaf4569e0c8934330242b4b66ab4044b76dd776762c5bce44573b5
languageName: node
linkType: hard

Expand Down Expand Up @@ -3425,7 +3426,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@kleros/vea-relayer-subgraph-inbox@workspace:relayer-subgraph-inbox"
dependencies:
"@graphprotocol/graph-cli": "npm:^0.73.0"
"@graphprotocol/graph-cli": "npm:^0.91.1"
"@graphprotocol/graph-ts": "npm:^0.35.1"
concat-stream: "npm:^2.0.0"
gluegun: "npm:^5.1.2"
Expand Down Expand Up @@ -3454,7 +3455,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@kleros/veascan-subgraph-inbox@workspace:veascan-subgraph-inbox"
dependencies:
"@graphprotocol/graph-cli": "npm:^0.73.0"
"@graphprotocol/graph-cli": "npm:^0.91.1"
"@graphprotocol/graph-ts": "npm:^0.35.1"
languageName: unknown
linkType: soft
Expand All @@ -3464,7 +3465,7 @@ __metadata:
resolution: "@kleros/veascan-subgraph-outbox@workspace:veascan-subgraph-outbox"
dependencies:
"@goldskycom/cli": "npm:^1.6.0"
"@graphprotocol/graph-cli": "npm:^0.73.0"
"@graphprotocol/graph-cli": "npm:^0.91.1"
"@graphprotocol/graph-ts": "npm:^0.35.1"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4071,6 +4072,32 @@ __metadata:
languageName: node
linkType: hard

"@oclif/core@npm:^4":
version: 4.0.37
resolution: "@oclif/core@npm:4.0.37"
dependencies:
ansi-escapes: "npm:^4.3.2"
ansis: "npm:^3.3.2"
clean-stack: "npm:^3.0.1"
cli-spinners: "npm:^2.9.2"
debug: "npm:^4.4.0"
ejs: "npm:^3.1.10"
get-package-type: "npm:^0.1.0"
globby: "npm:^11.1.0"
indent-string: "npm:^4.0.0"
is-wsl: "npm:^2.2.0"
lilconfig: "npm:^3.1.3"
minimatch: "npm:^9.0.5"
semver: "npm:^7.6.3"
string-width: "npm:^4.2.3"
supports-color: "npm:^8"
widest-line: "npm:^3.1.0"
wordwrap: "npm:^1.0.0"
wrap-ansi: "npm:^7.0.0"
checksum: 10/c1313de99c16d55477057d00e7be75d92240b3254aebed16b4925caff9b0ce3004db80016c240e994a65f766530889bfb878b56372cf21c604b8006883523860
languageName: node
linkType: hard

"@oclif/plugin-autocomplete@npm:^2.3.6":
version: 2.3.10
resolution: "@oclif/plugin-autocomplete@npm:2.3.10"
Expand All @@ -4093,6 +4120,20 @@ __metadata:
languageName: node
linkType: hard

"@oclif/plugin-warn-if-update-available@npm:^3.1.20":
version: 3.1.26
resolution: "@oclif/plugin-warn-if-update-available@npm:3.1.26"
dependencies:
"@oclif/core": "npm:^4"
ansis: "npm:^3.3.1"
debug: "npm:^4.4.0"
http-call: "npm:^5.2.2"
lodash: "npm:^4.17.21"
registry-auth-token: "npm:^5.0.3"
checksum: 10/bd9016e0d08ea004ca06b5a0dfc3c827df0758d203623af8df51a003e30b5c77217353317ad1c108926ab7afa6a4fc3e44acfe6987982e03a6dd3639ccb23b73
languageName: node
linkType: hard

"@openzeppelin/contracts@npm:^5.1.0":
version: 5.1.0
resolution: "@openzeppelin/contracts@npm:5.1.0"
Expand Down Expand Up @@ -6926,6 +6967,13 @@ __metadata:
languageName: node
linkType: hard

"ansis@npm:^3.3.1, ansis@npm:^3.3.2":
version: 3.3.2
resolution: "ansis@npm:3.3.2"
checksum: 10/e6c7b93a4f7b1e22c2d11ba53736af7f56c2952f6497ea109757573738fa0e7317066377577d9896a3e1db7ce2bd622ab2eabc7f6cdab6c0e0f9b25eebb5d2af
languageName: node
linkType: hard

"antlr4@npm:^4.11.0, antlr4@npm:^4.13.1-patch-1":
version: 4.13.2
resolution: "antlr4@npm:4.13.2"
Expand Down Expand Up @@ -8353,7 +8401,7 @@ __metadata:
languageName: node
linkType: hard

"cli-spinners@npm:^2.2.0, cli-spinners@npm:^2.5.0":
"cli-spinners@npm:^2.2.0, cli-spinners@npm:^2.5.0, cli-spinners@npm:^2.9.2":
version: 2.9.2
resolution: "cli-spinners@npm:2.9.2"
checksum: 10/a0a863f442df35ed7294424f5491fa1756bd8d2e4ff0c8736531d886cec0ece4d85e8663b77a5afaf1d296e3cbbebff92e2e99f52bbea89b667cbe789b994794
Expand Down Expand Up @@ -8708,6 +8756,13 @@ __metadata:
languageName: node
linkType: hard

"content-type@npm:^1.0.4":
version: 1.0.5
resolution: "content-type@npm:1.0.5"
checksum: 10/585847d98dc7fb8035c02ae2cb76c7a9bd7b25f84c447e5ed55c45c2175e83617c8813871b4ee22f368126af6b2b167df655829007b21aa10302873ea9c62662
languageName: node
linkType: hard

"conventional-changelog-angular@npm:^5.0.12":
version: 5.0.13
resolution: "conventional-changelog-angular@npm:5.0.13"
Expand Down Expand Up @@ -9347,7 +9402,7 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.3.5":
"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.3.5, debug@npm:^4.4.0":
version: 4.4.0
resolution: "debug@npm:4.4.0"
dependencies:
Expand Down Expand Up @@ -12536,6 +12591,20 @@ __metadata:
languageName: node
linkType: hard

"http-call@npm:^5.2.2":
version: 5.3.0
resolution: "http-call@npm:5.3.0"
dependencies:
content-type: "npm:^1.0.4"
debug: "npm:^4.1.1"
is-retry-allowed: "npm:^1.1.0"
is-stream: "npm:^2.0.0"
parse-json: "npm:^4.0.0"
tunnel-agent: "npm:^0.6.0"
checksum: 10/458c890c95573db831daa2346ff98b1630543c9b2fc3cfc432e1fb6968d6eeb6a5abe87e551f0fc3bce1972215a69fd133b8d25ff8cff2276c2c153d405b3d1f
languageName: node
linkType: hard

"http-errors@npm:2.0.0":
version: 2.0.0
resolution: "http-errors@npm:2.0.0"
Expand Down Expand Up @@ -13335,6 +13404,13 @@ __metadata:
languageName: node
linkType: hard

"is-retry-allowed@npm:^1.1.0":
version: 1.2.0
resolution: "is-retry-allowed@npm:1.2.0"
checksum: 10/50d700a89ae31926b1c91b3eb0104dbceeac8790d8b80d02f5c76d9a75c2056f1bb24b5268a8a018dead606bddf116b2262e5ac07401eb8b8783b266ed22558d
languageName: node
linkType: hard

"is-set@npm:^2.0.3":
version: 2.0.3
resolution: "is-set@npm:2.0.3"
Expand Down Expand Up @@ -14671,6 +14747,13 @@ __metadata:
languageName: node
linkType: hard

"lilconfig@npm:^3.1.3":
version: 3.1.3
resolution: "lilconfig@npm:3.1.3"
checksum: 10/b932ce1af94985f0efbe8896e57b1f814a48c8dbd7fc0ef8469785c6303ed29d0090af3ccad7e36b626bfca3a4dc56cc262697e9a8dd867623cf09a39d54e4c3
languageName: node
linkType: hard

"lines-and-columns@npm:^1.1.6":
version: 1.2.4
resolution: "lines-and-columns@npm:1.2.4"
Expand Down Expand Up @@ -15492,7 +15575,7 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^9.0.4":
"minimatch@npm:^9.0.4, minimatch@npm:^9.0.5":
version: 9.0.5
resolution: "minimatch@npm:9.0.5"
dependencies:
Expand Down Expand Up @@ -17823,7 +17906,7 @@ __metadata:
languageName: node
linkType: hard

"registry-auth-token@npm:^5.0.1":
"registry-auth-token@npm:^5.0.1, registry-auth-token@npm:^5.0.3":
version: 5.0.3
resolution: "registry-auth-token@npm:5.0.3"
dependencies:
Expand Down Expand Up @@ -19377,7 +19460,7 @@ __metadata:
languageName: node
linkType: hard

"supports-color@npm:^8.0.0, supports-color@npm:^8.1.1":
"supports-color@npm:^8, supports-color@npm:^8.0.0, supports-color@npm:^8.1.1":
version: 8.1.1
resolution: "supports-color@npm:8.1.1"
dependencies:
Expand Down Expand Up @@ -19953,6 +20036,15 @@ __metadata:
languageName: node
linkType: hard

"tunnel-agent@npm:^0.6.0":
version: 0.6.0
resolution: "tunnel-agent@npm:0.6.0"
dependencies:
safe-buffer: "npm:^5.0.1"
checksum: 10/7f0d9ed5c22404072b2ae8edc45c071772affd2ed14a74f03b4e71b4dd1a14c3714d85aed64abcaaee5fec2efc79002ba81155c708f4df65821b444abb0cfade
languageName: node
linkType: hard

"tv4@npm:^1.3.0":
version: 1.3.0
resolution: "tv4@npm:1.3.0"
Expand Down

0 comments on commit b41dc0b

Please sign in to comment.