From fb76c7098eb9814c8b094eac3c427423ef0987e6 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com>
Date: Thu, 4 Oct 2018 19:08:41 +0100
Subject: [PATCH] Bump snap-shot-it from 6.1.8 to 6.1.9 (#2147)

Bumps [snap-shot-it](https://github.com/bahmutov/snap-shot-it) from 6.1.8 to 6.1.9.
- [Release notes](https://github.com/bahmutov/snap-shot-it/releases)
- [Commits](https://github.com/bahmutov/snap-shot-it/compare/v6.1.8...v6.1.9)

Signed-off-by: dependabot[bot] <support@dependabot.com>
---
 package-lock.json | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 53b8e34a93..862a078796 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12008,16 +12008,16 @@
       }
     },
     "snap-shot-core": {
-      "version": "7.1.6",
-      "resolved": "https://registry.npmjs.org/snap-shot-core/-/snap-shot-core-7.1.6.tgz",
-      "integrity": "sha512-TCoLEMIVYdG1JGjYPFAS94p/9L/fKChDFX6QSSABFO96E+7GDe/qv0acdFgSzu6kiGI8mxKVwMo5JXOkzXBY8w==",
+      "version": "7.1.7",
+      "resolved": "https://registry.npmjs.org/snap-shot-core/-/snap-shot-core-7.1.7.tgz",
+      "integrity": "sha512-JG/y84dyVApiJcxW0hYqnPn5/tG4yTwTfxZipTGGJ5hpvYO4MZZkwTC19m6EmZY4evdFYiaZLjHu7bDWmTXVJQ==",
       "dev": true,
       "requires": {
         "check-more-types": "2.24.0",
         "common-tags": "1.8.0",
         "debug": "3.2.5",
         "escape-quotes": "1.0.2",
-        "folktale": "2.3.0",
+        "folktale": "2.3.1",
         "is-ci": "1.2.1",
         "jsesc": "2.5.1",
         "lazy-ass": "1.6.0",
@@ -12036,9 +12036,9 @@
           }
         },
         "folktale": {
-          "version": "2.3.0",
-          "resolved": "https://registry.npmjs.org/folktale/-/folktale-2.3.0.tgz",
-          "integrity": "sha512-YVhtKiyoMWxtZVoa6nzUmYKhhpVz2ti/wtG7wO7NVibrYLDw+UGdK3zzInFPZkMOFrxdZLGdSqyByzrihrRRHw==",
+          "version": "2.3.1",
+          "resolved": "https://registry.npmjs.org/folktale/-/folktale-2.3.1.tgz",
+          "integrity": "sha512-x16IvpoFrLxOYbAC4G/ban4eWOGoREcrfaVSiTsDknrRYHMe+W4XUekCYA6w4YyjQpcL8nsNt4A5EUUKjFSpRg==",
           "dev": true
         },
         "jsesc": {
@@ -12056,9 +12056,9 @@
       }
     },
     "snap-shot-it": {
-      "version": "6.1.8",
-      "resolved": "https://registry.npmjs.org/snap-shot-it/-/snap-shot-it-6.1.8.tgz",
-      "integrity": "sha512-HOpBm00RmhFXgHgp8GLIldVFnX1EISWlNDblESZLMqo1porqMbrp4VcQW8b9O6dOsOx0Y8Ox1rltzCb/YbcXzA==",
+      "version": "6.1.9",
+      "resolved": "https://registry.npmjs.org/snap-shot-it/-/snap-shot-it-6.1.9.tgz",
+      "integrity": "sha512-JHTARPVucj3jqxle9zKPMAfqXWH7JgWGzekicXeM/WcWs7Pld1VUjXX1w3we2bsjOeOANJqwXfXAUdY3QJ/Phg==",
       "dev": true,
       "requires": {
         "@bahmutov/data-driven": "1.0.0",
@@ -12068,7 +12068,7 @@
         "pluralize": "7.0.0",
         "ramda": "0.25.0",
         "snap-shot-compare": "2.7.1",
-        "snap-shot-core": "7.1.6"
+        "snap-shot-core": "7.1.7"
       },
       "dependencies": {
         "debug": {
-- 
GitLab