@@ -15,10 +15,10 @@ http_archive(
1515# Add skylib which contains common Bazel utilities. 
1616http_archive (
1717    name  =  "bazel_skylib" ,
18-     sha256  =  "4f7e2b6bafa9a88ac1b0ee0c3ad69850282419aa51f6bd5b45cde8d0c945d18c " ,
19-     strip_prefix  =  "bazel-skylib-454b25912a8ddf3d90eb47f25260befd5ee274a8 " ,
18+     sha256  =  "bed16a10c419c59825b8453404bbb311258caaf154e6fe91a78ad9470fe57893 " ,
19+     strip_prefix  =  "bazel-skylib-471f368fc95a7323078f69d569a164ee5bc07f8b " ,
2020    urls  =  [
21-         "https://github.com/bazelbuild/bazel-skylib/archive/454b25912a8ddf3d90eb47f25260befd5ee274a8 .tar.gz" ,
21+         "https://github.com/bazelbuild/bazel-skylib/archive/471f368fc95a7323078f69d569a164ee5bc07f8b .tar.gz" ,
2222    ],
2323)
2424
@@ -45,9 +45,9 @@ build_bazel_rules_nodejs_dependencies()
4545
4646http_archive (
4747    name  =  "aspect_rules_js" ,
48-     sha256  =  "83e5af4d17385d1c3268c31ae217dbfc8525aa7bcf52508dc6864baffc8b9501 " ,
49-     strip_prefix  =  "rules_js-2.3.7 " ,
50-     url  =  "https://github.com/aspect-build/rules_js/releases/download/v2.3.7 /rules_js-v2.3.7 .tar.gz" ,
48+     sha256  =  "b71565da7a811964e30cccb405544d551561e4b56c65f0c0aeabe85638920bd6 " ,
49+     strip_prefix  =  "rules_js-2.4.2 " ,
50+     url  =  "https://github.com/aspect-build/rules_js/releases/download/v2.4.2 /rules_js-v2.4.2 .tar.gz" ,
5151)
5252
5353load ("@aspect_rules_js//js:repositories.bzl" , "rules_js_dependencies" )
@@ -150,9 +150,9 @@ npm_repositories()
150150
151151http_archive (
152152    name  =  "aspect_rules_ts" ,
153-     sha256  =  "6b15ac1c69f2c0f1282e41ab469fd63cd40eb2e2d83075e19b68a6a76669773f " ,
154-     strip_prefix  =  "rules_ts-3.6.0 " ,
155-     url  =  "https://github.com/aspect-build/rules_ts/releases/download/v3.6.0 /rules_ts-v3.6.0 .tar.gz" ,
153+     sha256  =  "09af62a0d46918d815b5f48b5ed0f5349b62c15fc42fcc3fef5c246504ff8d99 " ,
154+     strip_prefix  =  "rules_ts-3.6.3 " ,
155+     url  =  "https://github.com/aspect-build/rules_ts/releases/download/v3.6.3 /rules_ts-v3.6.3 .tar.gz" ,
156156)
157157
158158load ("@aspect_rules_ts//ts:repositories.bzl" , "rules_ts_dependencies" )
@@ -206,7 +206,7 @@ setup_dependencies_2()
206206
207207git_repository (
208208    name  =  "rules_angular" ,
209-     commit  =  "8bf9ae3fa3017ec12877908533001daed9c6ce83 " ,
209+     commit  =  "a1b4985620e2b66b45c590ed5ddda1b346b3f098 " ,
210210    remote  =  "https://github.com/devversion/rules_angular.git" ,
211211)
212212
@@ -245,7 +245,7 @@ esbuild_register_toolchains(
245245
246246git_repository (
247247    name  =  "rules_browsers" ,
248-     commit  =  "0952071cdc67acf1124c20c32a9b7e2e85da0aa3 " ,
248+     commit  =  "56ef8007ea07cd1916429bca8bb523433b0e9cdc " ,
249249    remote  =  "https://github.com/devversion/rules_browsers.git" ,
250250)
251251
@@ -259,7 +259,7 @@ rules_browsers_setup_2()
259259
260260git_repository (
261261    name  =  "rules_sass" ,
262-     commit  =  "3cd198e291caf21ba8f7105d53963dd3df62ef6d " ,
262+     commit  =  "cc1e845339fc45d3c8390445014d5824b85a0948 " ,
263263    remote  =  "https://github.com/devversion/rules_sass.git" ,
264264)
265265
0 commit comments