From 41fc3bbbf87f27eaed9114df553e8dad5fdc090c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com>
Date: Thu, 21 Feb 2019 00:45:51 -0500
Subject: [PATCH] Bump icedfrisby from 2.0.0-alpha.3 to 2.0.0-alpha.4 (#3073)

Bumps [icedfrisby](https://github.com/RobertHerhold/IcedFrisby) from 2.0.0-alpha.3 to 2.0.0-alpha.4.
- [Release notes](https://github.com/RobertHerhold/IcedFrisby/releases)
- [Changelog](https://github.com/IcedFrisby/IcedFrisby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RobertHerhold/IcedFrisby/compare/2.0.0-alpha.3...2.0.0-alpha.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
---
 package-lock.json | 14 +++++++-------
 package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 35c3392e52..4d1cca9cc2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3894,9 +3894,9 @@
       }
     },
     "check-types": {
-      "version": "7.4.0",
-      "resolved": "https://registry.npmjs.org/check-types/-/check-types-7.4.0.tgz",
-      "integrity": "sha512-YbulWHdfP99UfZ73NcUDlNJhEIDgm9Doq9GhpyXbF+7Aegi3CVV7qqMCKTTqJxlvEvnQBp9IA+dxsGN6xK/nSg==",
+      "version": "8.0.1",
+      "resolved": "https://registry.npmjs.org/check-types/-/check-types-8.0.1.tgz",
+      "integrity": "sha512-9gd7PEGnvDwyGnNNaGRcfIH2gS1hpfmxhUDI6nkrSuo2WdKr7rG2ZfCPA2MUCi1iX22XpHvBufYIG2Z/raQNnw==",
       "dev": true
     },
     "cheerio": {
@@ -11094,16 +11094,16 @@
       "dev": true
     },
     "icedfrisby": {
-      "version": "2.0.0-alpha.3",
-      "resolved": "https://registry.npmjs.org/icedfrisby/-/icedfrisby-2.0.0-alpha.3.tgz",
-      "integrity": "sha512-hZmD7s+RWt/0nhkjJctuIZBg7xDl3Pw7WCc2I+hVSvVQIvvcURR1tAVY0R38Mr090pgdkuVI8twSO6gw3vh+xA==",
+      "version": "2.0.0-alpha.4",
+      "resolved": "https://registry.npmjs.org/icedfrisby/-/icedfrisby-2.0.0-alpha.4.tgz",
+      "integrity": "sha512-yOWjfDHoHQS/dFcgzG6xwylA+nZixzx8MVgB5kKkkHQuQCKlibVTEb2u4d6i6ZgncITRkZtrG/rjKfMTwDnFHQ==",
       "dev": true,
       "requires": {
         "chai": "^4.0.1",
         "chai-subset": "^1.3.0",
         "chai-things": "^0.2.0",
         "chalk": "^2.0.1",
-        "check-types": "^7.0.1",
+        "check-types": "^8.0.1",
         "joi": "*",
         "lodash": "^4.16.6",
         "qs": "^6.3.0",
diff --git a/package.json b/package.json
index 8c993fbc1a..3d032bf9b0 100644
--- a/package.json
+++ b/package.json
@@ -166,7 +166,7 @@
     "got": "^9.6.0",
     "humanize-string": "^1.0.2",
     "husky": "^1.3.1",
-    "icedfrisby": "2.0.0-alpha.3",
+    "icedfrisby": "2.0.0-alpha.4",
     "icedfrisby-nock": "^1.1.0",
     "is-png": "^1.1.0",
     "is-svg": "^3.0.0",
-- 
GitLab