From ba310831475d73293b4c865694466629e7fcbc28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:14:24 +0000 Subject: [PATCH] chore: update dependency aspect_bazel_lib to v2.8.1 --- repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repositories.bzl b/repositories.bzl index 8a54387df7..43b57e132f 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -52,9 +52,9 @@ def rules_nodejs_dev_dependencies(): http_archive( name = "aspect_bazel_lib", - sha256 = "6d758a8f646ecee7a3e294fbe4386daafbe0e5966723009c290d493f227c390b", - strip_prefix = "bazel-lib-2.7.7", - url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.7/bazel-lib-v2.7.7.tar.gz", + sha256 = "688354ee6beeba7194243d73eb0992b9a12e8edeeeec5b6544f4b531a3112237", + strip_prefix = "bazel-lib-2.8.1", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.8.1/bazel-lib-v2.8.1.tar.gz", ) http_archive(