From 5fb7d3d3b0d3071518137e4cce3c7ead18426901 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 15 Nov 2019 20:39:07 -0800 Subject: [PATCH] build: update to fsevents@2.1.2 (#33866) the previous version caused native compilation errors during postinstall on mac. PR Close #33866 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 666c48e187..44ad58fa67 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "yargs": "13.1.0" }, "optionalDependencies": { - "fsevents": "2.0.1" + "fsevents": "2.1.2" }, "// 2": "devDependencies are not used under Bazel. Many can be removed after test.sh is deleted.", "// 3": "when updating @bazel/bazel version you also need to update the RBE settings in .bazelrc (see https://github.com/angular/angular/pull/27935)", diff --git a/yarn.lock b/yarn.lock index 93e6772a0b..097fa168db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4677,10 +4677,10 @@ fs.realpath@^1.0.0: resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= -fsevents@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.0.1.tgz#cdc8dc0145fa4198f4500ec09df35e79e5e52cf7" - integrity sha512-p+CXqK/iLvDESUWdn3NA3JVO9HxdfI+iXx8xR3DqWgKZvQNiEVpAyUQo0lmwz8rqksb4xaGerG291xuwwhX2kA== +fsevents@2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805" + integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA== fsevents@^1.0.0: version "1.2.4"