@@ -29,9 +29,9 @@ build_bazel_rules_nodejs_dependencies()
2929
3030http_archive (
3131 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" ,
3535)
3636
3737load ("@aspect_rules_js//js:repositories.bzl" , "rules_js_dependencies" )
@@ -122,9 +122,9 @@ rules_js_register_toolchains(
122122
123123http_archive (
124124 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" ,
128128)
129129
130130load ("@aspect_bazel_lib//lib:repositories.bzl" , "aspect_bazel_lib_dependencies" , "aspect_bazel_lib_register_toolchains" )
0 commit comments