From 5f9e79d41f9c7125e1d9c65cfbd4bfc6dccbaee4 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 8 Jul 2025 05:05:21 +0000 Subject: [PATCH] build: update bazel dependencies See associated pull request for more information. --- WORKSPACE | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 3127a343ea4f..95d63d6ff99c 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -4,10 +4,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file" http_archive( name = "bazel_skylib", - sha256 = "fa01292859726603e3cd3a0f3f29625e68f4d2b165647c72908045027473e933", + sha256 = "51b5105a760b353773f904d2bbc5e664d0987fbaf22265164de65d43e910d8ac", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.8.0/bazel-skylib-1.8.0.tar.gz", - "https://github.com/bazelbuild/bazel-skylib/releases/download/1.8.0/bazel-skylib-1.8.0.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.8.1/bazel-skylib-1.8.1.tar.gz", + "https://github.com/bazelbuild/bazel-skylib/releases/download/1.8.1/bazel-skylib-1.8.1.tar.gz", ], ) @@ -196,9 +196,9 @@ npm_repositories() http_archive( name = "aspect_rules_ts", - sha256 = "f60d5d25d17760e258d194f1fcab7a29e73629b86f070609c6ce2b2459dd49e3", - strip_prefix = "rules_ts-3.6.2", - url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.2/rules_ts-v3.6.2.tar.gz", + sha256 = "09af62a0d46918d815b5f48b5ed0f5349b62c15fc42fcc3fef5c246504ff8d99", + strip_prefix = "rules_ts-3.6.3", + url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.3/rules_ts-v3.6.3.tar.gz", ) load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")