File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,9 @@ rules_js_register_toolchains(
122
122
123
123
http_archive (
124
124
name = "aspect_bazel_lib" ,
125
- sha256 = "fc8fe1be58ae39f84a8613d554534760c7f0819d407afcc98bbcbd990523bfed " ,
126
- strip_prefix = "bazel-lib-2.16 .0" ,
127
- url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.16 .0/bazel-lib-v2.16 .0.tar.gz" ,
125
+ sha256 = "5abc179be6bedadf422be598c1af918c7ebb8a2c5dfae6d319ebe6ec5dbec86a " ,
126
+ strip_prefix = "bazel-lib-2.17 .0" ,
127
+ url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.17 .0/bazel-lib-v2.17 .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 = "e820ef96082bcf07e432f40a1aa0fdd4cf5f4412 " ,
276
+ commit = "8952a28010d584280cf674c41f684a36c22dec08 " ,
277
277
remote = "https://github.com/devversion/rules_angular.git" ,
278
278
)
279
279
You can’t perform that action at this time.
0 commit comments