@@ -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 = "01bb242467c59180d4589884fe102670b31054ce126f741ee8249e4f308c7ec8 " ,
19+ strip_prefix = "bazel-skylib-309f3d67bbcac03aca5d76ba36287f150673e5e2 " ,
2020 urls = [
21- "https://github.com/bazelbuild/bazel-skylib/archive/454b25912a8ddf3d90eb47f25260befd5ee274a8 .tar.gz" ,
21+ "https://github.com/bazelbuild/bazel-skylib/archive/309f3d67bbcac03aca5d76ba36287f150673e5e2 .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 = "304c51726b727d53277dd28fcda1b8e43b7e46818530b8d6265e7be98d5e2b25 " ,
49+ strip_prefix = "rules_js-2.3.8 " ,
50+ url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.8 /rules_js-v2.3.8 .tar.gz" ,
5151)
5252
5353load ("@aspect_rules_js//js:repositories.bzl" , "rules_js_dependencies" )
@@ -199,7 +199,7 @@ setup_dependencies_2()
199199
200200git_repository (
201201 name = "rules_angular" ,
202- commit = "652e5b0ef9be65ca738e11d5d01424b64344b466 " ,
202+ commit = "845ffcd8231832abdcfd6a47211b2feb4d178d7b " ,
203203 remote = "https://github.com/devversion/rules_angular.git" ,
204204)
205205
0 commit comments