From 78c687a1e4cc0d3a6bf4a0e85027979c34eb0bae Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 7 Jul 2025 12:06:07 +0000 Subject: [PATCH] build: update dependency aspect_rules_ts to v3.6.2 See associated pull request for more information. --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index ba33620dfe83..3127a343ea4f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -196,9 +196,9 @@ npm_repositories() http_archive( name = "aspect_rules_ts", - sha256 = "6b15ac1c69f2c0f1282e41ab469fd63cd40eb2e2d83075e19b68a6a76669773f", - strip_prefix = "rules_ts-3.6.0", - url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.0/rules_ts-v3.6.0.tar.gz", + 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", ) load("@aspect_rules_ts//ts:repositories.bzl", "rules_ts_dependencies")