mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Mega renovate updates (#3382)
* Update dependency build_bazel_rules_nodejs to v0.36.2 * Update dependency com_github_prometheus_procfs to v0.0.4 * Update libp2p * Update dependency com_github_grpc_ecosystem_go_grpc_prometheus to v1
This commit is contained in:
parent
510184c9cc
commit
250e911faa
@ -39,8 +39,8 @@ http_archive(
|
||||
|
||||
http_archive(
|
||||
name = "build_bazel_rules_nodejs",
|
||||
sha256 = "3356c6b767403392bab018ce91625f6d15ff8f11c6d772dc84bc9cada01c669a",
|
||||
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.36.1/rules_nodejs-0.36.1.tar.gz"],
|
||||
sha256 = "da72ea53fa1cb8ab5ef7781ba06b97259b7d579a431ce480476266bc81bdf21d",
|
||||
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.36.2/rules_nodejs-0.36.2.tar.gz"],
|
||||
)
|
||||
|
||||
http_archive(
|
||||
@ -671,7 +671,7 @@ go_repository(
|
||||
|
||||
go_repository(
|
||||
name = "com_github_prometheus_procfs",
|
||||
commit = "fc7f7514de80507d58d5359759cb9e5fb48b35d4", # v0.0.2
|
||||
commit = "00ec24a6a2d86e7074629c8384715dbb05adccd8", # v0.0.4
|
||||
importpath = "github.com/prometheus/procfs",
|
||||
)
|
||||
|
||||
@ -1021,7 +1021,7 @@ go_repository(
|
||||
|
||||
go_repository(
|
||||
name = "com_github_grpc_ecosystem_go_grpc_prometheus",
|
||||
commit = "502116f1a0a0c1140aab04fd3787489209b357d3", # v1.2.0
|
||||
commit = "c225b8c3b01faf2899099b768856a9e916e5087b", # v1.2.0
|
||||
importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user