diff --git a/MODULE.bazel b/MODULE.bazel index 703e36358..fa58511f4 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -6,7 +6,7 @@ module( compatibility_level = 1, ) -bazel_dep(name = "aspect_bazel_lib", version = "1.14.0") +bazel_dep(name = "aspect_bazel_lib", version = "1.15.0") bazel_dep(name = "bazel_skylib", version = "1.3.0") bazel_dep(name = "rules_nodejs", version = "5.5.3") bazel_dep(name = "platforms", version = "0.0.4") diff --git a/js/repositories.bzl b/js/repositories.bzl index a1d9a9867..c6a19e964 100644 --- a/js/repositories.bzl +++ b/js/repositories.bzl @@ -30,7 +30,7 @@ def rules_js_dependencies(): http_archive( name = "aspect_bazel_lib", - sha256 = "9305799c6d9e425e6b73270a0f9eb0aa1082050823a7eefad95edcece545e77b", - strip_prefix = "bazel-lib-1.14.0", - url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.14.0.tar.gz", + sha256 = "eae670935704ce5f9d050b2c23d426b4ae453458830eebdaac1f11a6a9da150b", + strip_prefix = "bazel-lib-1.15.0", + url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.15.0.tar.gz", )