From 1973dc2ca8bfc999f89b4d6b5af632152f8f7c72 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rouven=20We=C3=9Fling?= <rouven@contentful.com>
Date: Tue, 12 Dec 2017 19:06:22 +0100
Subject: [PATCH] Update minimist to version 1.2

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 81e4b794..058afb7b 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
     "gonzales": "./bin/gonzales.js"
   },
   "dependencies": {
-    "minimist": "1.1.x"
+    "minimist": "^1.2.0"
   },
   "devDependencies": {
     "babel-core": "^6.18.2",