build: update dependency aspect_bazel_lib to v1.5.1

This commit is contained in:
Angular Robot 2022-07-07 13:18:30 +00:00 committed by Alan Agius
parent 2731fe7f67
commit 66422c6658

View File

@ -78,9 +78,9 @@ yarn_install(
http_archive(
name = "aspect_bazel_lib",
sha256 = "e519592a1f0b7c27334b3a50d4d9f3f7c0d929253681e83d6fb2d60009a32f11",
strip_prefix = "bazel-lib-1.5.0",
url = "https://github.com/aspect-build/bazel-lib/archive/v1.5.0.tar.gz",
sha256 = "8a329d66e95b36efcfb66e0c1074e5f36b9be7e5b6fce96605315db088eb1407",
strip_prefix = "bazel-lib-1.5.1",
url = "https://github.com/aspect-build/bazel-lib/archive/v1.5.1.tar.gz",
)
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")