@@ -36,15 +36,15 @@ use_repo(rules_ts_ext, npm_typescript = "rules_angular_npm_typescript")
3636node = use_extension ("@rules_nodejs//nodejs:extensions.bzl" , "node" )
3737node .toolchain (
3838 node_repositories = {
39- "24.14.1 -darwin_arm64" : ("node-v24.14.1 -darwin-arm64.tar.gz" , "node-v24.14.1 -darwin-arm64" , "25495ff85bd89e2d8a24d88566d7e2f827c6b0d3d872b2cebf75371f93fcb1fe " ),
40- "24.14.1 -darwin_amd64" : ("node-v24.14.1 -darwin-x64.tar.gz" , "node-v24.14.1 -darwin-x64" , "2526230ad7d922be82d4fdb1e7ee1e84303e133e3b4b0ec4c2897ab31de0253d " ),
41- "24.14.1 -linux_arm64" : ("node-v24.14.1 -linux-arm64.tar.xz" , "node-v24.14.1 -linux-arm64" , "71e427e28b78846f201d4d5ecc30cb13d1508ca099ef3871889a1256c7d6f67e " ),
42- "24.14.1 -linux_ppc64le" : ("node-v24.14.1 -linux-ppc64le.tar.xz" , "node-v24.14.1 -linux-ppc64le" , "95bf0c8dbb73144edb79a57399f03c70af6995b78e1c632926e53e6404662ef5 " ),
43- "24.14.1 -linux_s390x" : ("node-v24.14.1 -linux-s390x.tar.xz" , "node-v24.14.1 -linux-s390x" , "ed3bfbc0ff418b0ec4633f23d53a12a691717a34b041c3fbdb296c8774e5a98a " ),
44- "24.14.1 -linux_amd64" : ("node-v24.14.1 -linux-x64.tar.xz" , "node-v24.14.1 -linux-x64" , "84d38715d449447117d05c3e71acd78daa49d5b1bfa8aacf610303920c3322be " ),
45- "24.14.1 -windows_amd64" : ("node-v24.14.1 -win-x64.zip" , "node-v24.14.1 -win-x64" , "6e50ce5498c0cebc20fd39ab3ff5df836ed2f8a31aa093cecad8497cff126d70 " ),
39+ "24.15.0 -darwin_arm64" : ("node-v24.15.0 -darwin-arm64.tar.gz" , "node-v24.15.0 -darwin-arm64" , "372331b969779ab5d15b949884fc6eaf88d5afe87bde8ba881d6400b9100ffc4 " ),
40+ "24.15.0 -darwin_amd64" : ("node-v24.15.0 -darwin-x64.tar.gz" , "node-v24.15.0 -darwin-x64" , "ffd5ee293467927f3ee731a553eb88fd1f48cf74eebc2d74a6babe4af228673b " ),
41+ "24.15.0 -linux_arm64" : ("node-v24.15.0 -linux-arm64.tar.xz" , "node-v24.15.0 -linux-arm64" , "f3d5a797b5d210ce8e2cb265544c8e482eaedcb8aa409a8b46da7e8595d0dda0 " ),
42+ "24.15.0 -linux_ppc64le" : ("node-v24.15.0 -linux-ppc64le.tar.xz" , "node-v24.15.0 -linux-ppc64le" , "6a6560a27bd2817013c28c3d917bfe9eebf26bbd4b1d88475190f216cc411fbb " ),
43+ "24.15.0 -linux_s390x" : ("node-v24.15.0 -linux-s390x.tar.xz" , "node-v24.15.0 -linux-s390x" , "940d4cbfadf736b34519630a05d144c09f8a5aca291a802f2f559ee1562f6f24 " ),
44+ "24.15.0 -linux_amd64" : ("node-v24.15.0 -linux-x64.tar.xz" , "node-v24.15.0 -linux-x64" , "472655581fb851559730c48763e0c9d3bc25975c59d518003fc0849d3e4ba0f6 " ),
45+ "24.15.0 -windows_amd64" : ("node-v24.15.0 -win-x64.zip" , "node-v24.15.0 -win-x64" , "cc5149eabd53779ce1e7bdc5401643622d0c7e6800ade18928a767e940bb0e62 " ),
4646 },
47- node_version = "24.14.1 " ,
47+ node_version = "24.15.0 " ,
4848)
4949
5050pnpm = use_extension ("@aspect_rules_js//npm:extensions.bzl" , "pnpm" )
0 commit comments