From 4b167467a27048c5610f5fa3be107d778076919b Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <renovate[bot]@users.noreply.github.com>
Date: Tue, 21 Nov 2017 22:29:53 +0000
Subject: [PATCH] fix(deps): update dependency ini to v1.3.5

---
 package.json | 2 +-
 yarn.lock    | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index aeb9731a33..ccad215dc5 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
     "gl-got": "8.0.0",
     "got": "7.1.0",
     "handlebars": "4.0.11",
-    "ini": "1.3.4",
+    "ini": "1.3.5",
     "json-dup-key-validator": "1.0.2",
     "json-stringify-pretty-compact": "1.0.4",
     "jsonwebtoken": "8.1.0",
diff --git a/yarn.lock b/yarn.lock
index 29322c71a1..bd4274372f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2303,7 +2303,11 @@ inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1,
   version "2.0.3"
   resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
 
-ini@1.3.4, ini@^1.2.0, ini@^1.3.2, ini@^1.3.4, ini@~1.3.0, ini@~1.3.4:
+ini@1.3.5:
+  version "1.3.5"
+  resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
+
+ini@^1.2.0, ini@^1.3.2, ini@^1.3.4, ini@~1.3.0, ini@~1.3.4:
   version "1.3.4"
   resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e"
 
-- 
GitLab