@@ -4,10 +4,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file"
4
4
5
5
http_archive (
6
6
name = "bazel_skylib" ,
7
- sha256 = "fa01292859726603e3cd3a0f3f29625e68f4d2b165647c72908045027473e933 " ,
7
+ sha256 = "51b5105a760b353773f904d2bbc5e664d0987fbaf22265164de65d43e910d8ac " ,
8
8
urls = [
9
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.8.0 /bazel-skylib-1.8.0 .tar.gz" ,
10
- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.8.0 /bazel-skylib-1.8.0 .tar.gz" ,
9
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.8.1 /bazel-skylib-1.8.1 .tar.gz" ,
10
+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.8.1 /bazel-skylib-1.8.1 .tar.gz" ,
11
11
],
12
12
)
13
13
@@ -196,9 +196,9 @@ npm_repositories()
196
196
197
197
http_archive (
198
198
name = "aspect_rules_ts" ,
199
- sha256 = "f60d5d25d17760e258d194f1fcab7a29e73629b86f070609c6ce2b2459dd49e3 " ,
200
- strip_prefix = "rules_ts-3.6.2 " ,
201
- url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.2 /rules_ts-v3.6.2 .tar.gz" ,
199
+ sha256 = "09af62a0d46918d815b5f48b5ed0f5349b62c15fc42fcc3fef5c246504ff8d99 " ,
200
+ strip_prefix = "rules_ts-3.6.3 " ,
201
+ url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.3 /rules_ts-v3.6.3 .tar.gz" ,
202
202
)
203
203
204
204
load ("@aspect_rules_ts//ts:repositories.bzl" , "rules_ts_dependencies" )
0 commit comments