From 0e18b51dbab282ecd9fbfca6e2e00c4ab39c4133 Mon Sep 17 00:00:00 2001
From: Renovate Bot <bot@renovateapp.com>
Date: Mon, 6 Aug 2018 12:50:46 +0000
Subject: [PATCH] fix: update dependency fast-xml-parser to v3.12.0

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

diff --git a/package.json b/package.json
index be3a4dd2dc..0fd12d2507 100644
--- a/package.json
+++ b/package.json
@@ -73,7 +73,7 @@
     "docker-registry-client": "3.3.0",
     "email-addresses": "3.0.1",
     "fast-clone": "1.5.3",
-    "fast-xml-parser": "3.11.2",
+    "fast-xml-parser": "3.12.0",
     "fs-extra": "7.0.0",
     "get-installed-path": "4.0.8",
     "gh-got": "7.0.0",
diff --git a/yarn.lock b/yarn.lock
index cd6ada6145..f3b5be813f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2112,9 +2112,9 @@ fast-safe-stringify@^1.1.3:
   version "1.2.3"
   resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-1.2.3.tgz#9fe22c37fb2f7f86f06b8f004377dbf8f1ee7bc1"
 
-fast-xml-parser@3.11.2:
-  version "3.11.2"
-  resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.11.2.tgz#52de7bea3e94eec2d7e9699ccc3ec04ffbee62ce"
+fast-xml-parser@3.12.0:
+  version "3.12.0"
+  resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.12.0.tgz#84ddcd98ca005f94e99af3ac387adc32ffb239d8"
   dependencies:
     nimnjs "^1.3.2"
 
-- 
GitLab