Skip to content

Commit

Permalink
📦 Update validator devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent ac09579 commit 8df9332
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions validator/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "com_google_absl",
sha256 = "050071396c0483035c9545daaaf953a47449b971978631db040cd31bcb2d3dde",
strip_prefix = "abseil-cpp-fc44fa053cc91193d2bb60fb9356bcecb301242e",
urls = ["https://github.com/abseil/abseil-cpp/archive/fc44fa053cc91193d2bb60fb9356bcecb301242e.zip"],
sha256 = "b1a8d7ecee4447aa27341cf8f8bc11086d3b1862ef91f087d89f2382bebd62df",
strip_prefix = "abseil-cpp-317085adc4e4e474eb4546fa9d37f74c61d95f7f",
urls = ["https://github.com/abseil/abseil-cpp/archive/317085adc4e4e474eb4546fa9d37f74c61d95f7f.zip"],
)

http_archive(
Expand All @@ -18,9 +18,9 @@ http_archive(

http_archive(
name = "com_google_protobuf",
sha256 = "750428a8c7f1a75a8e6027e30b46a1c2f0475205f44563589736e0f279b938c0",
strip_prefix = "protobuf-f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c",
urls = ["https://github.com/protocolbuffers/protobuf/archive/f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c.zip"],
sha256 = "eae63c3a940d88adb7d862c2fca169b759f553c8df0f91a270d7043d3d6a99f2",
strip_prefix = "protobuf-229752ddf2375eb3dcd6d3fda4f3c8316b4fe941",
urls = ["https://github.com/protocolbuffers/protobuf/archive/229752ddf2375eb3dcd6d3fda4f3c8316b4fe941.zip"],
)
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()
Expand All @@ -34,9 +34,9 @@ http_archive(

http_archive(
name = "com_googlesource_code_re2",
sha256 = "e9e9cd5902c711131825f7dd45dfdb063555171d8d26300b336aace5f97215ef",
strip_prefix = "re2-87d09ef4f0307e53f1d3796843f4b90d41cfccaa",
urls = ["https://github.com/google/re2/archive/87d09ef4f0307e53f1d3796843f4b90d41cfccaa.zip"],
sha256 = "aeb2855ad3631b316086b4c32262409dad30679930b2c99e19618023cbe12bca",
strip_prefix = "re2-a807e8a3aac2cc33c77b7071efea54fcabe38e0c",
urls = ["https://github.com/google/re2/archive/a807e8a3aac2cc33c77b7071efea54fcabe38e0c.zip"],
)

# rules_cc defines rules for generating C++ code from Protocol Buffers.
Expand Down Expand Up @@ -65,9 +65,9 @@ rules_proto_toolchains()

http_archive(
name = "emsdk",
sha256 = "836e9dc2ea0df6e9369f58fcb884df0447304a089cdbef2cd06a28cf2d06b53d",
strip_prefix = "emsdk-fc645b7626ebf86530dbd82fbece74d457e7ae07/bazel",
url = "https://github.com/emscripten-core/emsdk/archive/fc645b7626ebf86530dbd82fbece74d457e7ae07.tar.gz",
sha256 = "05bad056df1286f920c675504787510434ae8b1b2d83746e0a9b0589429dbe55",
strip_prefix = "emsdk-9b0db91883452051aca8deddc932363aab29060b/bazel",
url = "https://github.com/emscripten-core/emsdk/archive/9b0db91883452051aca8deddc932363aab29060b.tar.gz",
)

load("@emsdk//:deps.bzl", emsdk_deps = "deps")
Expand All @@ -78,9 +78,9 @@ emsdk_emscripten_deps(emscripten_version = "2.0.31")

http_archive(
name = "com_google_javascript_closure_library",
sha256 = "d0935e88b306fcaa37ac99031ce8a19b18e27396603eeb8f984233203768a406",
strip_prefix = "closure-library-e896a74c48695b2bfe0f586f13870c0bc50ce99e",
urls = ["https://github.com/google/closure-library/archive/e896a74c48695b2bfe0f586f13870c0bc50ce99e.tar.gz"],
sha256 = "e2e5ef6857bf0ee529e1abb5a669f5949c4577de8b248d0f18fc3482a8e8e00c",
strip_prefix = "closure-library-6defd831976a3843c85df584a86d3382815821b8",
urls = ["https://github.com/google/closure-library/archive/6defd831976a3843c85df584a86d3382815821b8.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit 8df9332

Please sign in to comment.