summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2019-05-16 10:54:13 +0200
committerLukas Eipert <leipert@gitlab.com>2019-05-16 10:54:13 +0200
commite033d50b667342d37857ab07287621c10062253d (patch)
tree7c01484448ada0bbd80d4f75e9c48dc5720699b7
parent392e3a190781ab091cb72f4075a25195208f13c6 (diff)
parent6815605bd2e1e7a9d41e7c3439effe77f67ad8bd (diff)
downloadgitlab-ce-leipert-node-12-compatibility.tar.gz
Merge branch '61629-dependency-installation-error-on-fsevents-1-2-4-with-node-js-12' of gitlab.com:tnir/gitlab-ce into leipert-node-12-compatibilityleipert-node-12-compatibility
-rw-r--r--changelogs/unreleased/61629-dependency-installation-error-on-fsevents-1-2-4-with-node-js-12.yml5
-rw-r--r--yarn.lock6
2 files changed, 8 insertions, 3 deletions
diff --git a/changelogs/unreleased/61629-dependency-installation-error-on-fsevents-1-2-4-with-node-js-12.yml b/changelogs/unreleased/61629-dependency-installation-error-on-fsevents-1-2-4-with-node-js-12.yml
new file mode 100644
index 00000000000..bbe43760953
--- /dev/null
+++ b/changelogs/unreleased/61629-dependency-installation-error-on-fsevents-1-2-4-with-node-js-12.yml
@@ -0,0 +1,5 @@
+---
+title: Update indirect dependency fsevents from 1.2.4 to 1.2.9
+merge_request: 28220
+author: Takuya Noguchi
+type: other
diff --git a/yarn.lock b/yarn.lock
index 67ef28ed9fb..b33a9d914cc 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4524,9 +4524,9 @@ fs.realpath@^1.0.0:
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
fsevents@^1.2.2, fsevents@^1.2.3:
- version "1.2.4"
- resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.4.tgz#f41dcb1af2582af3692da36fc55cbd8e1041c426"
- integrity sha512-z8H8/diyk76B7q5wg+Ud0+CqzcAF3mBBI/bA5ne5zrRUUIvNkJY//D3BqyH571KuAC4Nr7Rw7CjWX4r0y9DvNg==
+ version "1.2.9"
+ resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.9.tgz#3f5ed66583ccd6f400b5a00db6f7e861363e388f"
+ integrity sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw==
dependencies:
nan "^2.9.2"
node-pre-gyp "^0.10.0"