diff --git a/WORKSPACE b/WORKSPACE index 78996e06eb..bebdde2429 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -48,7 +48,7 @@ node_repositories( node_version = "10.9.0", package_json = ["//:package.json"], preserve_symlinks = True, - yarn_version = "1.12.1", + yarn_version = "1.13.0", ) yarn_install( diff --git a/integration/bazel/WORKSPACE b/integration/bazel/WORKSPACE index dcc72dd1e6..719938acea 100644 --- a/integration/bazel/WORKSPACE +++ b/integration/bazel/WORKSPACE @@ -37,7 +37,7 @@ Try running `yarn bazel` instead. # Setup the Node.js toolchain node_repositories( node_version = "10.9.0", - yarn_version = "1.12.1", + yarn_version = "1.13.0", ) # Install our npm dependencies into @npm