From 297277dde2b359b7675b4bfea5c281329c8c0bf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:26:46 +0000 Subject: [PATCH] chore: update dependency aspect_bazel_lib to v2.21.2 --- repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repositories.bzl b/repositories.bzl index e3ee509872..8fc0321d95 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -45,9 +45,9 @@ def rules_nodejs_dev_dependencies(): http_archive( name = "aspect_bazel_lib", - sha256 = "40ba9d0f62deac87195723f0f891a9803a7b720d7b89206981ca5570ef9df15b", - strip_prefix = "bazel-lib-2.14.0", - url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.14.0/bazel-lib-v2.14.0.tar.gz", + sha256 = "53cadea9109e646a93ed4dc90c9bbcaa8073c7c3df745b92f6a5000daf7aa3da", + strip_prefix = "bazel-lib-2.21.2", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.21.2/bazel-lib-v2.21.2.tar.gz", ) http_archive(