@@ -60,7 +60,7 @@ yarn_install(
6060 # Yarn Berry/v2+ expects `--immutable` instead of `--frozen-lockfile`.
6161 args = ["--immutable" ],
6262 data = [
63- "//:.yarn/releases/yarn-4.5.3 .cjs" ,
63+ "//:.yarn/releases/yarn-4.6.0 .cjs" ,
6464 "//:.yarnrc.yml" ,
6565 ],
6666 # Currently disabled due to:
@@ -71,20 +71,20 @@ yarn_install(
7171 # We prefer to symlink the `node_modules` to only maintain a single install.
7272 # See https://github.com/angular/dev-infra/pull/446#issuecomment-1059820287 for details.
7373 symlink_node_modules = True ,
74- yarn = "//:.yarn/releases/yarn-4.5.3 .cjs" ,
74+ yarn = "//:.yarn/releases/yarn-4.6.0 .cjs" ,
7575 yarn_lock = "//:yarn.lock" ,
7676)
7777
7878yarn_install (
7979 name = "ts_proto_npm" ,
8080 args = ["--immutable" ],
8181 data = [
82- "//:.yarn/releases/yarn-4.5.3 .cjs" ,
82+ "//:.yarn/releases/yarn-4.6.0 .cjs" ,
8383 "//tools/ts_proto:.yarnrc.yml" ,
8484 ],
8585 exports_directories_only = False ,
8686 package_json = "//tools/ts_proto:package.json" ,
87- yarn = "//:.yarn/releases/yarn-4.5.3 .cjs" ,
87+ yarn = "//:.yarn/releases/yarn-4.6.0 .cjs" ,
8888 yarn_lock = "//tools/ts_proto:yarn.lock" ,
8989)
9090
0 commit comments