diff --git a/package-lock.json b/package-lock.json index f794fd9..3f88013 100644 --- a/package-lock.json +++ b/package-lock.json @@ -114,8 +114,7 @@ "commander": { "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" }, "concat-map": { "version": "0.0.1", @@ -206,10 +205,28 @@ "dev": true }, "event_mixin": { - "version": "github:hu2prod/event_mixin#e6bfffd4a2ae9cf8c4363764a9d48e8876040083", + "version": "github:hu2prod/event_mixin#cb0d12cf47e6110502f13bd3132825e34559a78e", "from": "github:hu2prod/event_mixin", "requires": { - "fy": "github:hu2prod/fy" + "fy": "github:hu2prod/fy", + "iced-coffee-script": "^108.0.14" + }, + "dependencies": { + "fy": { + "version": "github:hu2prod/fy#1d66a2d165fbc5cdfb33fe145cd9b69bd2d8cfd2", + "from": "github:hu2prod/fy", + "requires": { + "iced-coffee-script": "^108.0.11", + "prettyjson": "github:hu2prod/prettyjson" + } + }, + "prettyjson": { + "version": "github:hu2prod/prettyjson#c4b52923922b943d9c7ede2e34ef7ed85b3bef96", + "from": "github:hu2prod/prettyjson", + "requires": { + "colors": "^1.1.2" + } + } } }, "fast-levenshtein": { @@ -312,7 +329,6 @@ "version": "108.0.14", "resolved": "https://registry.npmjs.org/iced-coffee-script/-/iced-coffee-script-108.0.14.tgz", "integrity": "sha512-e0CNmz51UGWRa2glPnUMnJM7oKQE81cxeC0WAgCjJDRImv3FDHldZr/Ngkbrgdbf1drGGzYWp+PWeJwXIfHwDw==", - "dev": true, "requires": { "iced-runtime": ">=0.0.1", "uglify-js": "^3.5.9" @@ -321,8 +337,7 @@ "iced-runtime": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/iced-runtime/-/iced-runtime-1.0.4.tgz", - "integrity": "sha512-rgiJXNF6ZgF2Clh/TKUlBDW3q51YPDJUXmxGQXx1b8tbZpVpTn+1RX9q1sjNkujXIIaVxZByQzPHHORg7KV51g==", - "dev": true + "integrity": "sha512-rgiJXNF6ZgF2Clh/TKUlBDW3q51YPDJUXmxGQXx1b8tbZpVpTn+1RX9q1sjNkujXIIaVxZByQzPHHORg7KV51g==" }, "inflight": { "version": "1.0.6", @@ -419,9 +434,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "lodash._baseassign": { @@ -717,8 +732,7 @@ "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "sprintf-js": { "version": "1.0.3", @@ -768,7 +782,6 @@ "version": "3.8.1", "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.8.1.tgz", "integrity": "sha512-W7KxyzeaQmZvUFbGj4+YFshhVrMBGSg2IbcYAjGWGvx8DHvJMclbTDMpffdxFUGPBHjIytk7KJUR/KUXstUGDw==", - "dev": true, "requires": { "commander": "~2.20.3", "source-map": "~0.6.1" @@ -840,6 +853,23 @@ "event_mixin": "github:hu2prod/event_mixin", "fy": "github:hu2prod/fy", "ws": "^3.1.0" + }, + "dependencies": { + "fy": { + "version": "github:hu2prod/fy#1d66a2d165fbc5cdfb33fe145cd9b69bd2d8cfd2", + "from": "github:hu2prod/fy", + "requires": { + "iced-coffee-script": "^108.0.11", + "prettyjson": "github:hu2prod/prettyjson" + } + }, + "prettyjson": { + "version": "github:hu2prod/prettyjson#c4b52923922b943d9c7ede2e34ef7ed85b3bef96", + "from": "github:hu2prod/prettyjson", + "requires": { + "colors": "^1.1.2" + } + } } }, "y18n": {