@@ -29,9 +29,9 @@ build_bazel_rules_nodejs_dependencies()
29
29
30
30
http_archive (
31
31
name = "aspect_rules_js" ,
32
- sha256 = "304c51726b727d53277dd28fcda1b8e43b7e46818530b8d6265e7be98d5e2b25 " ,
33
- strip_prefix = "rules_js-2.3.8 " ,
34
- url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.8 /rules_js-v2.3.8 .tar.gz" ,
32
+ sha256 = "961393890a58de989ad7aa36ce147fc9b15a77c8144454889bf068bdd12c5165 " ,
33
+ strip_prefix = "rules_js-2.4.0 " ,
34
+ url = "https://github.com/aspect-build/rules_js/releases/download/v2.4.0 /rules_js-v2.4.0 .tar.gz" ,
35
35
)
36
36
37
37
load ("@aspect_rules_js//js:repositories.bzl" , "rules_js_dependencies" )
@@ -122,9 +122,9 @@ rules_js_register_toolchains(
122
122
123
123
http_archive (
124
124
name = "aspect_bazel_lib" ,
125
- sha256 = "9a44f457810ce64ec36a244cc7c807607541ab88f2535e07e0bf2976ef4b73fe " ,
126
- strip_prefix = "bazel-lib-2.19.4 " ,
127
- url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.19.4 /bazel-lib-v2.19.4 .tar.gz" ,
125
+ sha256 = "3522895fa13b97e8b27e3b642045682aa4233ae1a6b278aad6a3b483501dc9f2 " ,
126
+ strip_prefix = "bazel-lib-2.20.0 " ,
127
+ url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.20.0 /bazel-lib-v2.20.0 .tar.gz" ,
128
128
)
129
129
130
130
load ("@aspect_bazel_lib//lib:repositories.bzl" , "aspect_bazel_lib_dependencies" , "aspect_bazel_lib_register_toolchains" )
@@ -273,7 +273,7 @@ esbuild_register_toolchains(
273
273
274
274
git_repository (
275
275
name = "rules_angular" ,
276
- commit = "88ddcf8cccbfef57f8cc3dda4881f18ec739428e " ,
276
+ commit = "8bf9ae3fa3017ec12877908533001daed9c6ce83 " ,
277
277
remote = "https://github.com/devversion/rules_angular.git" ,
278
278
)
279
279
0 commit comments