Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
2 changes: 1 addition & 1 deletion packages/sources/kaiko-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@chainlink/external-adapter-framework": "2.16.1",
"@grpc/grpc-js": "1.13.4",
"@grpc/grpc-js": "1.13.5",
"@kaiko-data/sdk-node": "1.27.2",
"exponential-backoff": "3.1.2",
"rxjs": "7.8.2",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3872,7 +3872,7 @@ __metadata:
resolution: "@chainlink/kaiko-state-adapter@workspace:packages/sources/kaiko-state"
dependencies:
"@chainlink/external-adapter-framework": "npm:2.16.1"
"@grpc/grpc-js": "npm:1.13.4"
"@grpc/grpc-js": "npm:1.13.5"
"@kaiko-data/sdk-node": "npm:1.27.2"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:22.14.1"
Expand Down Expand Up @@ -6102,6 +6102,16 @@ __metadata:
languageName: node
linkType: hard

"@grpc/grpc-js@npm:1.13.5":
version: 1.13.5
resolution: "@grpc/grpc-js@npm:1.13.5"
dependencies:
"@grpc/proto-loader": "npm:^0.7.13"
"@js-sdsl/ordered-map": "npm:^4.4.2"
checksum: 10/90c24cb6ab3f0a8c5e61f7b06206f1ff33608680eee6de7529e34df2519ba635fc8a1954d25b201c716699b3360b273a3f164ea54d1a3be1f573e542b0f1c8c8
languageName: node
linkType: hard

"@grpc/proto-loader@npm:^0.7.13":
version: 0.7.13
resolution: "@grpc/proto-loader@npm:0.7.13"
Expand Down
Loading