Created
October 7, 2019 10:12
-
-
Save lmatteis/fdba99fed89294e47301a796573ceb27 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/test/package-lock.json b/test/package-lock.json | |
| index db14f329..31122d5b 100644 | |
| --- a/test/package-lock.json | |
| +++ b/test/package-lock.json | |
| @@ -9,7 +9,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz", | |
| "integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==", | |
| "requires": { | |
| - "@babel/highlight": "^7.0.0" | |
| + "@babel/highlight": "7.5.0" | |
| } | |
| }, | |
| "@babel/core": { | |
| @@ -17,20 +17,20 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.6.2.tgz", | |
| "integrity": "sha512-l8zto/fuoZIbncm+01p8zPSDZu/VuuJhAfA7d/AbzM09WR7iVhavvfNDYCNpo1VvLk6E6xgAoP9P+/EMJHuRkQ==", | |
| "requires": { | |
| - "@babel/code-frame": "^7.5.5", | |
| - "@babel/generator": "^7.6.2", | |
| - "@babel/helpers": "^7.6.2", | |
| - "@babel/parser": "^7.6.2", | |
| - "@babel/template": "^7.6.0", | |
| - "@babel/traverse": "^7.6.2", | |
| - "@babel/types": "^7.6.0", | |
| - "convert-source-map": "^1.1.0", | |
| - "debug": "^4.1.0", | |
| - "json5": "^2.1.0", | |
| - "lodash": "^4.17.13", | |
| - "resolve": "^1.3.2", | |
| - "semver": "^5.4.1", | |
| - "source-map": "^0.5.0" | |
| + "@babel/code-frame": "7.5.5", | |
| + "@babel/generator": "7.6.2", | |
| + "@babel/helpers": "7.6.2", | |
| + "@babel/parser": "7.6.2", | |
| + "@babel/template": "7.6.0", | |
| + "@babel/traverse": "7.6.2", | |
| + "@babel/types": "7.6.1", | |
| + "convert-source-map": "1.6.0", | |
| + "debug": "4.1.1", | |
| + "json5": "2.1.1", | |
| + "lodash": "4.17.15", | |
| + "resolve": "1.12.0", | |
| + "semver": "5.7.1", | |
| + "source-map": "0.5.7" | |
| } | |
| }, | |
| "@babel/generator": { | |
| @@ -38,10 +38,10 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.6.2.tgz", | |
| "integrity": "sha512-j8iHaIW4gGPnViaIHI7e9t/Hl8qLjERI6DcV9kEpAIDJsAOrcnXqRS7t+QbhL76pwbtqP+QCQLL0z1CyVmtjjQ==", | |
| "requires": { | |
| - "@babel/types": "^7.6.0", | |
| - "jsesc": "^2.5.1", | |
| - "lodash": "^4.17.13", | |
| - "source-map": "^0.5.0" | |
| + "@babel/types": "7.6.1", | |
| + "jsesc": "2.5.2", | |
| + "lodash": "4.17.15", | |
| + "source-map": "0.5.7" | |
| } | |
| }, | |
| "@babel/helper-annotate-as-pure": { | |
| @@ -49,7 +49,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz", | |
| "integrity": "sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q==", | |
| "requires": { | |
| - "@babel/types": "^7.0.0" | |
| + "@babel/types": "7.6.1" | |
| } | |
| }, | |
| "@babel/helper-builder-binary-assignment-operator-visitor": { | |
| @@ -57,8 +57,8 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz", | |
| "integrity": "sha512-qNSR4jrmJ8M1VMM9tibvyRAHXQs2PmaksQF7c1CGJNipfe3D8p+wgNwgso/P2A2r2mdgBWAXljNWR0QRZAMW8w==", | |
| "requires": { | |
| - "@babel/helper-explode-assignable-expression": "^7.1.0", | |
| - "@babel/types": "^7.0.0" | |
| + "@babel/helper-explode-assignable-expression": "7.1.0", | |
| + "@babel/types": "7.6.1" | |
| } | |
| }, | |
| "@babel/helper-call-delegate": { | |
| @@ -66,9 +66,9 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helper-call-delegate/-/helper-call-delegate-7.4.4.tgz", | |
| "integrity": "sha512-l79boDFJ8S1c5hvQvG+rc+wHw6IuH7YldmRKsYtpbawsxURu/paVy57FZMomGK22/JckepaikOkY0MoAmdyOlQ==", | |
| "requires": { | |
| - "@babel/helper-hoist-variables": "^7.4.4", | |
| - "@babel/traverse": "^7.4.4", | |
| - "@babel/types": "^7.4.4" | |
| + "@babel/helper-hoist-variables": "7.4.4", | |
| + "@babel/traverse": "7.6.2", | |
| + "@babel/types": "7.6.1" | |
| } | |
| }, | |
| "@babel/helper-define-map": { | |
| @@ -76,9 +76,9 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.5.5.tgz", | |
| "integrity": "sha512-fTfxx7i0B5NJqvUOBBGREnrqbTxRh7zinBANpZXAVDlsZxYdclDp467G1sQ8VZYMnAURY3RpBUAgOYT9GfzHBg==", | |
| "requires": { | |
| - "@babel/helper-function-name": "^7.1.0", | |
| - "@babel/types": "^7.5.5", | |
| - "lodash": "^4.17.13" | |
| + "@babel/helper-function-name": "7.1.0", | |
| + "@babel/types": "7.6.1", | |
| + "lodash": "4.17.15" | |
| } | |
| }, | |
| "@babel/helper-explode-assignable-expression": { | |
| @@ -86,8 +86,8 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz", | |
| "integrity": "sha512-NRQpfHrJ1msCHtKjbzs9YcMmJZOg6mQMmGRB+hbamEdG5PNpaSm95275VD92DvJKuyl0s2sFiDmMZ+EnnvufqA==", | |
| "requires": { | |
| - "@babel/traverse": "^7.1.0", | |
| - "@babel/types": "^7.0.0" | |
| + "@babel/traverse": "7.6.2", | |
| + "@babel/types": "7.6.1" | |
| } | |
| }, | |
| "@babel/helper-function-name": { | |
| @@ -95,9 +95,9 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz", | |
| "integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==", | |
| "requires": { | |
| - "@babel/helper-get-function-arity": "^7.0.0", | |
| - "@babel/template": "^7.1.0", | |
| - "@babel/types": "^7.0.0" | |
| + "@babel/helper-get-function-arity": "7.0.0", | |
| + "@babel/template": "7.6.0", | |
| + "@babel/types": "7.6.1" | |
| } | |
| }, | |
| "@babel/helper-get-function-arity": { | |
| @@ -105,7 +105,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz", | |
| "integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==", | |
| "requires": { | |
| - "@babel/types": "^7.0.0" | |
| + "@babel/types": "7.6.1" | |
| } | |
| }, | |
| "@babel/helper-hoist-variables": { | |
| @@ -113,7 +113,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz", | |
| "integrity": "sha512-VYk2/H/BnYbZDDg39hr3t2kKyifAm1W6zHRfhx8jGjIHpQEBv9dry7oQ2f3+J703TLu69nYdxsovl0XYfcnK4w==", | |
| "requires": { | |
| - "@babel/types": "^7.4.4" | |
| + "@babel/types": "7.6.1" | |
| } | |
| }, | |
| "@babel/helper-member-expression-to-functions": { | |
| @@ -121,7 +121,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz", | |
| "integrity": "sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA==", | |
| "requires": { | |
| - "@babel/types": "^7.5.5" | |
| + "@babel/types": "7.6.1" | |
| } | |
| }, | |
| "@babel/helper-module-imports": { | |
| @@ -129,7 +129,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz", | |
| "integrity": "sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==", | |
| "requires": { | |
| - "@babel/types": "^7.0.0" | |
| + "@babel/types": "7.6.1" | |
| } | |
| }, | |
| "@babel/helper-module-transforms": { | |
| @@ -137,12 +137,12 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.5.5.tgz", | |
| "integrity": "sha512-jBeCvETKuJqeiaCdyaheF40aXnnU1+wkSiUs/IQg3tB85up1LyL8x77ClY8qJpuRJUcXQo+ZtdNESmZl4j56Pw==", | |
| "requires": { | |
| - "@babel/helper-module-imports": "^7.0.0", | |
| - "@babel/helper-simple-access": "^7.1.0", | |
| - "@babel/helper-split-export-declaration": "^7.4.4", | |
| - "@babel/template": "^7.4.4", | |
| - "@babel/types": "^7.5.5", | |
| - "lodash": "^4.17.13" | |
| + "@babel/helper-module-imports": "7.0.0", | |
| + "@babel/helper-simple-access": "7.1.0", | |
| + "@babel/helper-split-export-declaration": "7.4.4", | |
| + "@babel/template": "7.6.0", | |
| + "@babel/types": "7.6.1", | |
| + "lodash": "4.17.15" | |
| } | |
| }, | |
| "@babel/helper-optimise-call-expression": { | |
| @@ -150,7 +150,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz", | |
| "integrity": "sha512-u8nd9NQePYNQV8iPWu/pLLYBqZBa4ZaY1YWRFMuxrid94wKI1QNt67NEZ7GAe5Kc/0LLScbim05xZFWkAdrj9g==", | |
| "requires": { | |
| - "@babel/types": "^7.0.0" | |
| + "@babel/types": "7.6.1" | |
| } | |
| }, | |
| "@babel/helper-plugin-utils": { | |
| @@ -163,7 +163,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.5.5.tgz", | |
| "integrity": "sha512-CkCYQLkfkiugbRDO8eZn6lRuR8kzZoGXCg3149iTk5se7g6qykSpy3+hELSwquhu+TgHn8nkLiBwHvNX8Hofcw==", | |
| "requires": { | |
| - "lodash": "^4.17.13" | |
| + "lodash": "4.17.15" | |
| } | |
| }, | |
| "@babel/helper-remap-async-to-generator": { | |
| @@ -171,11 +171,11 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.1.0.tgz", | |
| "integrity": "sha512-3fOK0L+Fdlg8S5al8u/hWE6vhufGSn0bN09xm2LXMy//REAF8kDCrYoOBKYmA8m5Nom+sV9LyLCwrFynA8/slg==", | |
| "requires": { | |
| - "@babel/helper-annotate-as-pure": "^7.0.0", | |
| - "@babel/helper-wrap-function": "^7.1.0", | |
| - "@babel/template": "^7.1.0", | |
| - "@babel/traverse": "^7.1.0", | |
| - "@babel/types": "^7.0.0" | |
| + "@babel/helper-annotate-as-pure": "7.0.0", | |
| + "@babel/helper-wrap-function": "7.2.0", | |
| + "@babel/template": "7.6.0", | |
| + "@babel/traverse": "7.6.2", | |
| + "@babel/types": "7.6.1" | |
| } | |
| }, | |
| "@babel/helper-replace-supers": { | |
| @@ -183,10 +183,10 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz", | |
| "integrity": "sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg==", | |
| "requires": { | |
| - "@babel/helper-member-expression-to-functions": "^7.5.5", | |
| - "@babel/helper-optimise-call-expression": "^7.0.0", | |
| - "@babel/traverse": "^7.5.5", | |
| - "@babel/types": "^7.5.5" | |
| + "@babel/helper-member-expression-to-functions": "7.5.5", | |
| + "@babel/helper-optimise-call-expression": "7.0.0", | |
| + "@babel/traverse": "7.6.2", | |
| + "@babel/types": "7.6.1" | |
| } | |
| }, | |
| "@babel/helper-simple-access": { | |
| @@ -194,8 +194,8 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz", | |
| "integrity": "sha512-Vk+78hNjRbsiu49zAPALxTb+JUQCz1aolpd8osOF16BGnLtseD21nbHgLPGUwrXEurZgiCOUmvs3ExTu4F5x6w==", | |
| "requires": { | |
| - "@babel/template": "^7.1.0", | |
| - "@babel/types": "^7.0.0" | |
| + "@babel/template": "7.6.0", | |
| + "@babel/types": "7.6.1" | |
| } | |
| }, | |
| "@babel/helper-split-export-declaration": { | |
| @@ -203,7 +203,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz", | |
| "integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==", | |
| "requires": { | |
| - "@babel/types": "^7.4.4" | |
| + "@babel/types": "7.6.1" | |
| } | |
| }, | |
| "@babel/helper-wrap-function": { | |
| @@ -211,10 +211,10 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz", | |
| "integrity": "sha512-o9fP1BZLLSrYlxYEYyl2aS+Flun5gtjTIG8iln+XuEzQTs0PLagAGSXUcqruJwD5fM48jzIEggCKpIfWTcR7pQ==", | |
| "requires": { | |
| - "@babel/helper-function-name": "^7.1.0", | |
| - "@babel/template": "^7.1.0", | |
| - "@babel/traverse": "^7.1.0", | |
| - "@babel/types": "^7.2.0" | |
| + "@babel/helper-function-name": "7.1.0", | |
| + "@babel/template": "7.6.0", | |
| + "@babel/traverse": "7.6.2", | |
| + "@babel/types": "7.6.1" | |
| } | |
| }, | |
| "@babel/helpers": { | |
| @@ -222,9 +222,9 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.6.2.tgz", | |
| "integrity": "sha512-3/bAUL8zZxYs1cdX2ilEE0WobqbCmKWr/889lf2SS0PpDcpEIY8pb1CCyz0pEcX3pEb+MCbks1jIokz2xLtGTA==", | |
| "requires": { | |
| - "@babel/template": "^7.6.0", | |
| - "@babel/traverse": "^7.6.2", | |
| - "@babel/types": "^7.6.0" | |
| + "@babel/template": "7.6.0", | |
| + "@babel/traverse": "7.6.2", | |
| + "@babel/types": "7.6.1" | |
| } | |
| }, | |
| "@babel/highlight": { | |
| @@ -232,9 +232,9 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.5.0.tgz", | |
| "integrity": "sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==", | |
| "requires": { | |
| - "chalk": "^2.0.0", | |
| - "esutils": "^2.0.2", | |
| - "js-tokens": "^4.0.0" | |
| + "chalk": "2.4.2", | |
| + "esutils": "2.0.3", | |
| + "js-tokens": "4.0.0" | |
| } | |
| }, | |
| "@babel/parser": { | |
| @@ -247,9 +247,9 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz", | |
| "integrity": "sha512-+Dfo/SCQqrwx48ptLVGLdE39YtWRuKc/Y9I5Fy0P1DDBB9lsAHpjcEJQt+4IifuSOSTLBKJObJqMvaO1pIE8LQ==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0", | |
| - "@babel/helper-remap-async-to-generator": "^7.1.0", | |
| - "@babel/plugin-syntax-async-generators": "^7.2.0" | |
| + "@babel/helper-plugin-utils": "7.0.0", | |
| + "@babel/helper-remap-async-to-generator": "7.1.0", | |
| + "@babel/plugin-syntax-async-generators": "7.2.0" | |
| } | |
| }, | |
| "@babel/plugin-proposal-dynamic-import": { | |
| @@ -257,8 +257,8 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.5.0.tgz", | |
| "integrity": "sha512-x/iMjggsKTFHYC6g11PL7Qy58IK8H5zqfm9e6hu4z1iH2IRyAp9u9dL80zA6R76yFovETFLKz2VJIC2iIPBuFw==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0", | |
| - "@babel/plugin-syntax-dynamic-import": "^7.2.0" | |
| + "@babel/helper-plugin-utils": "7.0.0", | |
| + "@babel/plugin-syntax-dynamic-import": "7.2.0" | |
| } | |
| }, | |
| "@babel/plugin-proposal-json-strings": { | |
| @@ -266,8 +266,8 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.2.0.tgz", | |
| "integrity": "sha512-MAFV1CA/YVmYwZG0fBQyXhmj0BHCB5egZHCKWIFVv/XCxAeVGIHfos3SwDck4LvCllENIAg7xMKOG5kH0dzyUg==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0", | |
| - "@babel/plugin-syntax-json-strings": "^7.2.0" | |
| + "@babel/helper-plugin-utils": "7.0.0", | |
| + "@babel/plugin-syntax-json-strings": "7.2.0" | |
| } | |
| }, | |
| "@babel/plugin-proposal-object-rest-spread": { | |
| @@ -275,8 +275,8 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.6.2.tgz", | |
| "integrity": "sha512-LDBXlmADCsMZV1Y9OQwMc0MyGZ8Ta/zlD9N67BfQT8uYwkRswiu2hU6nJKrjrt/58aH/vqfQlR/9yId/7A2gWw==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0", | |
| - "@babel/plugin-syntax-object-rest-spread": "^7.2.0" | |
| + "@babel/helper-plugin-utils": "7.0.0", | |
| + "@babel/plugin-syntax-object-rest-spread": "7.2.0" | |
| } | |
| }, | |
| "@babel/plugin-proposal-optional-catch-binding": { | |
| @@ -284,8 +284,8 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz", | |
| "integrity": "sha512-mgYj3jCcxug6KUcX4OBoOJz3CMrwRfQELPQ5560F70YQUBZB7uac9fqaWamKR1iWUzGiK2t0ygzjTScZnVz75g==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0", | |
| - "@babel/plugin-syntax-optional-catch-binding": "^7.2.0" | |
| + "@babel/helper-plugin-utils": "7.0.0", | |
| + "@babel/plugin-syntax-optional-catch-binding": "7.2.0" | |
| } | |
| }, | |
| "@babel/plugin-proposal-unicode-property-regex": { | |
| @@ -293,9 +293,9 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.6.2.tgz", | |
| "integrity": "sha512-NxHETdmpeSCtiatMRYWVJo7266rrvAC3DTeG5exQBIH/fMIUK7ejDNznBbn3HQl/o9peymRRg7Yqkx6PdUXmMw==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0", | |
| - "@babel/helper-regex": "^7.4.4", | |
| - "regexpu-core": "^4.6.0" | |
| + "@babel/helper-plugin-utils": "7.0.0", | |
| + "@babel/helper-regex": "7.5.5", | |
| + "regexpu-core": "4.6.0" | |
| } | |
| }, | |
| "@babel/plugin-syntax-async-generators": { | |
| @@ -303,7 +303,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz", | |
| "integrity": "sha512-1ZrIRBv2t0GSlcwVoQ6VgSLpLgiN/FVQUzt9znxo7v2Ov4jJrs8RY8tv0wvDmFN3qIdMKWrmMMW6yZ0G19MfGg==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-syntax-dynamic-import": { | |
| @@ -311,7 +311,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz", | |
| "integrity": "sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-syntax-json-strings": { | |
| @@ -319,7 +319,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.2.0.tgz", | |
| "integrity": "sha512-5UGYnMSLRE1dqqZwug+1LISpA403HzlSfsg6P9VXU6TBjcSHeNlw4DxDx7LgpF+iKZoOG/+uzqoRHTdcUpiZNg==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-syntax-object-rest-spread": { | |
| @@ -327,7 +327,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz", | |
| "integrity": "sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-syntax-optional-catch-binding": { | |
| @@ -335,7 +335,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.2.0.tgz", | |
| "integrity": "sha512-bDe4xKNhb0LI7IvZHiA13kff0KEfaGX/Hv4lMA9+7TEc63hMNvfKo6ZFpXhKuEp+II/q35Gc4NoMeDZyaUbj9w==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-arrow-functions": { | |
| @@ -343,7 +343,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.2.0.tgz", | |
| "integrity": "sha512-ER77Cax1+8/8jCB9fo4Ud161OZzWN5qawi4GusDuRLcDbDG+bIGYY20zb2dfAFdTRGzrfq2xZPvF0R64EHnimg==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-async-to-generator": { | |
| @@ -351,9 +351,9 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.5.0.tgz", | |
| "integrity": "sha512-mqvkzwIGkq0bEF1zLRRiTdjfomZJDV33AH3oQzHVGkI2VzEmXLpKKOBvEVaFZBJdN0XTyH38s9j/Kiqr68dggg==", | |
| "requires": { | |
| - "@babel/helper-module-imports": "^7.0.0", | |
| - "@babel/helper-plugin-utils": "^7.0.0", | |
| - "@babel/helper-remap-async-to-generator": "^7.1.0" | |
| + "@babel/helper-module-imports": "7.0.0", | |
| + "@babel/helper-plugin-utils": "7.0.0", | |
| + "@babel/helper-remap-async-to-generator": "7.1.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-block-scoped-functions": { | |
| @@ -361,7 +361,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.2.0.tgz", | |
| "integrity": "sha512-ntQPR6q1/NKuphly49+QiQiTN0O63uOwjdD6dhIjSWBI5xlrbUFh720TIpzBhpnrLfv2tNH/BXvLIab1+BAI0w==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-block-scoping": { | |
| @@ -369,8 +369,8 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.2.tgz", | |
| "integrity": "sha512-zZT8ivau9LOQQaOGC7bQLQOT4XPkPXgN2ERfUgk1X8ql+mVkLc4E8eKk+FO3o0154kxzqenWCorfmEXpEZcrSQ==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0", | |
| - "lodash": "^4.17.13" | |
| + "@babel/helper-plugin-utils": "7.0.0", | |
| + "lodash": "4.17.15" | |
| } | |
| }, | |
| "@babel/plugin-transform-classes": { | |
| @@ -378,14 +378,14 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz", | |
| "integrity": "sha512-U2htCNK/6e9K7jGyJ++1p5XRU+LJjrwtoiVn9SzRlDT2KubcZ11OOwy3s24TjHxPgxNwonCYP7U2K51uVYCMDg==", | |
| "requires": { | |
| - "@babel/helper-annotate-as-pure": "^7.0.0", | |
| - "@babel/helper-define-map": "^7.5.5", | |
| - "@babel/helper-function-name": "^7.1.0", | |
| - "@babel/helper-optimise-call-expression": "^7.0.0", | |
| - "@babel/helper-plugin-utils": "^7.0.0", | |
| - "@babel/helper-replace-supers": "^7.5.5", | |
| - "@babel/helper-split-export-declaration": "^7.4.4", | |
| - "globals": "^11.1.0" | |
| + "@babel/helper-annotate-as-pure": "7.0.0", | |
| + "@babel/helper-define-map": "7.5.5", | |
| + "@babel/helper-function-name": "7.1.0", | |
| + "@babel/helper-optimise-call-expression": "7.0.0", | |
| + "@babel/helper-plugin-utils": "7.0.0", | |
| + "@babel/helper-replace-supers": "7.5.5", | |
| + "@babel/helper-split-export-declaration": "7.4.4", | |
| + "globals": "11.12.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-computed-properties": { | |
| @@ -393,7 +393,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.2.0.tgz", | |
| "integrity": "sha512-kP/drqTxY6Xt3NNpKiMomfgkNn4o7+vKxK2DDKcBG9sHj51vHqMBGy8wbDS/J4lMxnqs153/T3+DmCEAkC5cpA==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-destructuring": { | |
| @@ -401,7 +401,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.6.0.tgz", | |
| "integrity": "sha512-2bGIS5P1v4+sWTCnKNDZDxbGvEqi0ijeqM/YqHtVGrvG2y0ySgnEEhXErvE9dA0bnIzY9bIzdFK0jFA46ASIIQ==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-dotall-regex": { | |
| @@ -409,9 +409,9 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.6.2.tgz", | |
| "integrity": "sha512-KGKT9aqKV+9YMZSkowzYoYEiHqgaDhGmPNZlZxX6UeHC4z30nC1J9IrZuGqbYFB1jaIGdv91ujpze0exiVK8bA==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0", | |
| - "@babel/helper-regex": "^7.4.4", | |
| - "regexpu-core": "^4.6.0" | |
| + "@babel/helper-plugin-utils": "7.0.0", | |
| + "@babel/helper-regex": "7.5.5", | |
| + "regexpu-core": "4.6.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-duplicate-keys": { | |
| @@ -419,7 +419,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.5.0.tgz", | |
| "integrity": "sha512-igcziksHizyQPlX9gfSjHkE2wmoCH3evvD2qR5w29/Dk0SMKE/eOI7f1HhBdNhR/zxJDqrgpoDTq5YSLH/XMsQ==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-exponentiation-operator": { | |
| @@ -427,8 +427,8 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.2.0.tgz", | |
| "integrity": "sha512-umh4hR6N7mu4Elq9GG8TOu9M0bakvlsREEC+ialrQN6ABS4oDQ69qJv1VtR3uxlKMCQMCvzk7vr17RHKcjx68A==", | |
| "requires": { | |
| - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.1.0", | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-builder-binary-assignment-operator-visitor": "7.1.0", | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-for-of": { | |
| @@ -436,7 +436,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.4.4.tgz", | |
| "integrity": "sha512-9T/5Dlr14Z9TIEXLXkt8T1DU7F24cbhwhMNUziN3hB1AXoZcdzPcTiKGRn/6iOymDqtTKWnr/BtRKN9JwbKtdQ==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-function-name": { | |
| @@ -444,8 +444,8 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.4.4.tgz", | |
| "integrity": "sha512-iU9pv7U+2jC9ANQkKeNF6DrPy4GBa4NWQtl6dHB4Pb3izX2JOEvDTFarlNsBj/63ZEzNNIAMs3Qw4fNCcSOXJA==", | |
| "requires": { | |
| - "@babel/helper-function-name": "^7.1.0", | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-function-name": "7.1.0", | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-literals": { | |
| @@ -453,7 +453,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.2.0.tgz", | |
| "integrity": "sha512-2ThDhm4lI4oV7fVQ6pNNK+sx+c/GM5/SaML0w/r4ZB7sAneD/piDJtwdKlNckXeyGK7wlwg2E2w33C/Hh+VFCg==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-member-expression-literals": { | |
| @@ -461,7 +461,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.2.0.tgz", | |
| "integrity": "sha512-HiU3zKkSU6scTidmnFJ0bMX8hz5ixC93b4MHMiYebmk2lUVNGOboPsqQvx5LzooihijUoLR/v7Nc1rbBtnc7FA==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-modules-amd": { | |
| @@ -469,9 +469,9 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.5.0.tgz", | |
| "integrity": "sha512-n20UsQMKnWrltocZZm24cRURxQnWIvsABPJlw/fvoy9c6AgHZzoelAIzajDHAQrDpuKFFPPcFGd7ChsYuIUMpg==", | |
| "requires": { | |
| - "@babel/helper-module-transforms": "^7.1.0", | |
| - "@babel/helper-plugin-utils": "^7.0.0", | |
| - "babel-plugin-dynamic-import-node": "^2.3.0" | |
| + "@babel/helper-module-transforms": "7.5.5", | |
| + "@babel/helper-plugin-utils": "7.0.0", | |
| + "babel-plugin-dynamic-import-node": "2.3.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-modules-commonjs": { | |
| @@ -479,10 +479,10 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.6.0.tgz", | |
| "integrity": "sha512-Ma93Ix95PNSEngqomy5LSBMAQvYKVe3dy+JlVJSHEXZR5ASL9lQBedMiCyVtmTLraIDVRE3ZjTZvmXXD2Ozw3g==", | |
| "requires": { | |
| - "@babel/helper-module-transforms": "^7.4.4", | |
| - "@babel/helper-plugin-utils": "^7.0.0", | |
| - "@babel/helper-simple-access": "^7.1.0", | |
| - "babel-plugin-dynamic-import-node": "^2.3.0" | |
| + "@babel/helper-module-transforms": "7.5.5", | |
| + "@babel/helper-plugin-utils": "7.0.0", | |
| + "@babel/helper-simple-access": "7.1.0", | |
| + "babel-plugin-dynamic-import-node": "2.3.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-modules-systemjs": { | |
| @@ -490,9 +490,9 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.5.0.tgz", | |
| "integrity": "sha512-Q2m56tyoQWmuNGxEtUyeEkm6qJYFqs4c+XyXH5RAuYxObRNz9Zgj/1g2GMnjYp2EUyEy7YTrxliGCXzecl/vJg==", | |
| "requires": { | |
| - "@babel/helper-hoist-variables": "^7.4.4", | |
| - "@babel/helper-plugin-utils": "^7.0.0", | |
| - "babel-plugin-dynamic-import-node": "^2.3.0" | |
| + "@babel/helper-hoist-variables": "7.4.4", | |
| + "@babel/helper-plugin-utils": "7.0.0", | |
| + "babel-plugin-dynamic-import-node": "2.3.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-modules-umd": { | |
| @@ -500,8 +500,8 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.2.0.tgz", | |
| "integrity": "sha512-BV3bw6MyUH1iIsGhXlOK6sXhmSarZjtJ/vMiD9dNmpY8QXFFQTj+6v92pcfy1iqa8DeAfJFwoxcrS/TUZda6sw==", | |
| "requires": { | |
| - "@babel/helper-module-transforms": "^7.1.0", | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-module-transforms": "7.5.5", | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-named-capturing-groups-regex": { | |
| @@ -509,7 +509,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.2.tgz", | |
| "integrity": "sha512-xBdB+XOs+lgbZc2/4F5BVDVcDNS4tcSKQc96KmlqLEAwz6tpYPEvPdmDfvVG0Ssn8lAhronaRs6Z6KSexIpK5g==", | |
| "requires": { | |
| - "regexpu-core": "^4.6.0" | |
| + "regexpu-core": "4.6.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-new-target": { | |
| @@ -517,7 +517,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.4.tgz", | |
| "integrity": "sha512-r1z3T2DNGQwwe2vPGZMBNjioT2scgWzK9BCnDEh+46z8EEwXBq24uRzd65I7pjtugzPSj921aM15RpESgzsSuA==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-object-super": { | |
| @@ -525,8 +525,8 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.5.5.tgz", | |
| "integrity": "sha512-un1zJQAhSosGFBduPgN/YFNvWVpRuHKU7IHBglLoLZsGmruJPOo6pbInneflUdmq7YvSVqhpPs5zdBvLnteltQ==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0", | |
| - "@babel/helper-replace-supers": "^7.5.5" | |
| + "@babel/helper-plugin-utils": "7.0.0", | |
| + "@babel/helper-replace-supers": "7.5.5" | |
| } | |
| }, | |
| "@babel/plugin-transform-parameters": { | |
| @@ -534,9 +534,9 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.4.4.tgz", | |
| "integrity": "sha512-oMh5DUO1V63nZcu/ZVLQFqiihBGo4OpxJxR1otF50GMeCLiRx5nUdtokd+u9SuVJrvvuIh9OosRFPP4pIPnwmw==", | |
| "requires": { | |
| - "@babel/helper-call-delegate": "^7.4.4", | |
| - "@babel/helper-get-function-arity": "^7.0.0", | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-call-delegate": "7.4.4", | |
| + "@babel/helper-get-function-arity": "7.0.0", | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-property-literals": { | |
| @@ -544,7 +544,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.2.0.tgz", | |
| "integrity": "sha512-9q7Dbk4RhgcLp8ebduOpCbtjh7C0itoLYHXd9ueASKAG/is5PQtMR5VJGka9NKqGhYEGn5ITahd4h9QeBMylWQ==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-regenerator": { | |
| @@ -552,7 +552,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.4.5.tgz", | |
| "integrity": "sha512-gBKRh5qAaCWntnd09S8QC7r3auLCqq5DI6O0DlfoyDjslSBVqBibrMdsqO+Uhmx3+BlOmE/Kw1HFxmGbv0N9dA==", | |
| "requires": { | |
| - "regenerator-transform": "^0.14.0" | |
| + "regenerator-transform": "0.14.1" | |
| } | |
| }, | |
| "@babel/plugin-transform-reserved-words": { | |
| @@ -560,7 +560,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.2.0.tgz", | |
| "integrity": "sha512-fz43fqW8E1tAB3DKF19/vxbpib1fuyCwSPE418ge5ZxILnBhWyhtPgz8eh1RCGGJlwvksHkyxMxh0eenFi+kFw==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-runtime": { | |
| @@ -568,10 +568,10 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.6.2.tgz", | |
| "integrity": "sha512-cqULw/QB4yl73cS5Y0TZlQSjDvNkzDbu0FurTZyHlJpWE5T3PCMdnyV+xXoH1opr1ldyHODe3QAX3OMAii5NxA==", | |
| "requires": { | |
| - "@babel/helper-module-imports": "^7.0.0", | |
| - "@babel/helper-plugin-utils": "^7.0.0", | |
| - "resolve": "^1.8.1", | |
| - "semver": "^5.5.1" | |
| + "@babel/helper-module-imports": "7.0.0", | |
| + "@babel/helper-plugin-utils": "7.0.0", | |
| + "resolve": "1.12.0", | |
| + "semver": "5.7.1" | |
| } | |
| }, | |
| "@babel/plugin-transform-shorthand-properties": { | |
| @@ -579,7 +579,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.2.0.tgz", | |
| "integrity": "sha512-QP4eUM83ha9zmYtpbnyjTLAGKQritA5XW/iG9cjtuOI8s1RuL/3V6a3DeSHfKutJQ+ayUfeZJPcnCYEQzaPQqg==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-spread": { | |
| @@ -587,7 +587,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.6.2.tgz", | |
| "integrity": "sha512-DpSvPFryKdK1x+EDJYCy28nmAaIMdxmhot62jAXF/o99iA33Zj2Lmcp3vDmz+MUh0LNYVPvfj5iC3feb3/+PFg==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-sticky-regex": { | |
| @@ -595,8 +595,8 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.2.0.tgz", | |
| "integrity": "sha512-KKYCoGaRAf+ckH8gEL3JHUaFVyNHKe3ASNsZ+AlktgHevvxGigoIttrEJb8iKN03Q7Eazlv1s6cx2B2cQ3Jabw==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0", | |
| - "@babel/helper-regex": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0", | |
| + "@babel/helper-regex": "7.5.5" | |
| } | |
| }, | |
| "@babel/plugin-transform-template-literals": { | |
| @@ -604,8 +604,8 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.4.4.tgz", | |
| "integrity": "sha512-mQrEC4TWkhLN0z8ygIvEL9ZEToPhG5K7KDW3pzGqOfIGZ28Jb0POUkeWcoz8HnHvhFy6dwAT1j8OzqN8s804+g==", | |
| "requires": { | |
| - "@babel/helper-annotate-as-pure": "^7.0.0", | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-annotate-as-pure": "7.0.0", | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-typeof-symbol": { | |
| @@ -613,7 +613,7 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.2.0.tgz", | |
| "integrity": "sha512-2LNhETWYxiYysBtrBTqL8+La0jIoQQnIScUJc74OYvUGRmkskNY4EzLCnjHBzdmb38wqtTaixpo1NctEcvMDZw==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0" | |
| + "@babel/helper-plugin-utils": "7.0.0" | |
| } | |
| }, | |
| "@babel/plugin-transform-unicode-regex": { | |
| @@ -621,9 +621,9 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.6.2.tgz", | |
| "integrity": "sha512-orZI6cWlR3nk2YmYdb0gImrgCUwb5cBUwjf6Ks6dvNVvXERkwtJWOQaEOjPiu0Gu1Tq6Yq/hruCZZOOi9F34Dw==", | |
| "requires": { | |
| - "@babel/helper-plugin-utils": "^7.0.0", | |
| - "@babel/helper-regex": "^7.4.4", | |
| - "regexpu-core": "^4.6.0" | |
| + "@babel/helper-plugin-utils": "7.0.0", | |
| + "@babel/helper-regex": "7.5.5", | |
| + "regexpu-core": "4.6.0" | |
| } | |
| }, | |
| "@babel/polyfill": { | |
| @@ -631,8 +631,8 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.6.0.tgz", | |
| "integrity": "sha512-q5BZJI0n/B10VaQQvln1IlDK3BTBJFbADx7tv+oXDPIDZuTo37H5Adb9jhlXm/fEN4Y7/64qD9mnrJJG7rmaTw==", | |
| "requires": { | |
| - "core-js": "^2.6.5", | |
| - "regenerator-runtime": "^0.13.2" | |
| + "core-js": "2.6.9", | |
| + "regenerator-runtime": "0.13.3" | |
| } | |
| }, | |
| "@babel/preset-env": { | |
| @@ -640,56 +640,56 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.6.2.tgz", | |
| "integrity": "sha512-Ru7+mfzy9M1/YTEtlDS8CD45jd22ngb9tXnn64DvQK3ooyqSw9K4K9DUWmYknTTVk4TqygL9dqCrZgm1HMea/Q==", | |
| "requires": { | |
| - "@babel/helper-module-imports": "^7.0.0", | |
| - "@babel/helper-plugin-utils": "^7.0.0", | |
| - "@babel/plugin-proposal-async-generator-functions": "^7.2.0", | |
| - "@babel/plugin-proposal-dynamic-import": "^7.5.0", | |
| - "@babel/plugin-proposal-json-strings": "^7.2.0", | |
| - "@babel/plugin-proposal-object-rest-spread": "^7.6.2", | |
| - "@babel/plugin-proposal-optional-catch-binding": "^7.2.0", | |
| - "@babel/plugin-proposal-unicode-property-regex": "^7.6.2", | |
| - "@babel/plugin-syntax-async-generators": "^7.2.0", | |
| - "@babel/plugin-syntax-dynamic-import": "^7.2.0", | |
| - "@babel/plugin-syntax-json-strings": "^7.2.0", | |
| - "@babel/plugin-syntax-object-rest-spread": "^7.2.0", | |
| - "@babel/plugin-syntax-optional-catch-binding": "^7.2.0", | |
| - "@babel/plugin-transform-arrow-functions": "^7.2.0", | |
| - "@babel/plugin-transform-async-to-generator": "^7.5.0", | |
| - "@babel/plugin-transform-block-scoped-functions": "^7.2.0", | |
| - "@babel/plugin-transform-block-scoping": "^7.6.2", | |
| - "@babel/plugin-transform-classes": "^7.5.5", | |
| - "@babel/plugin-transform-computed-properties": "^7.2.0", | |
| - "@babel/plugin-transform-destructuring": "^7.6.0", | |
| - "@babel/plugin-transform-dotall-regex": "^7.6.2", | |
| - "@babel/plugin-transform-duplicate-keys": "^7.5.0", | |
| - "@babel/plugin-transform-exponentiation-operator": "^7.2.0", | |
| - "@babel/plugin-transform-for-of": "^7.4.4", | |
| - "@babel/plugin-transform-function-name": "^7.4.4", | |
| - "@babel/plugin-transform-literals": "^7.2.0", | |
| - "@babel/plugin-transform-member-expression-literals": "^7.2.0", | |
| - "@babel/plugin-transform-modules-amd": "^7.5.0", | |
| - "@babel/plugin-transform-modules-commonjs": "^7.6.0", | |
| - "@babel/plugin-transform-modules-systemjs": "^7.5.0", | |
| - "@babel/plugin-transform-modules-umd": "^7.2.0", | |
| - "@babel/plugin-transform-named-capturing-groups-regex": "^7.6.2", | |
| - "@babel/plugin-transform-new-target": "^7.4.4", | |
| - "@babel/plugin-transform-object-super": "^7.5.5", | |
| - "@babel/plugin-transform-parameters": "^7.4.4", | |
| - "@babel/plugin-transform-property-literals": "^7.2.0", | |
| - "@babel/plugin-transform-regenerator": "^7.4.5", | |
| - "@babel/plugin-transform-reserved-words": "^7.2.0", | |
| - "@babel/plugin-transform-shorthand-properties": "^7.2.0", | |
| - "@babel/plugin-transform-spread": "^7.6.2", | |
| - "@babel/plugin-transform-sticky-regex": "^7.2.0", | |
| - "@babel/plugin-transform-template-literals": "^7.4.4", | |
| - "@babel/plugin-transform-typeof-symbol": "^7.2.0", | |
| - "@babel/plugin-transform-unicode-regex": "^7.6.2", | |
| - "@babel/types": "^7.6.0", | |
| - "browserslist": "^4.6.0", | |
| - "core-js-compat": "^3.1.1", | |
| - "invariant": "^2.2.2", | |
| - "js-levenshtein": "^1.1.3", | |
| - "semver": "^5.5.0" | |
| + "@babel/helper-module-imports": "7.0.0", | |
| + "@babel/helper-plugin-utils": "7.0.0", | |
| + "@babel/plugin-proposal-async-generator-functions": "7.2.0", | |
| + "@babel/plugin-proposal-dynamic-import": "7.5.0", | |
| + "@babel/plugin-proposal-json-strings": "7.2.0", | |
| + "@babel/plugin-proposal-object-rest-spread": "7.6.2", | |
| + "@babel/plugin-proposal-optional-catch-binding": "7.2.0", | |
| + "@babel/plugin-proposal-unicode-property-regex": "7.6.2", | |
| + "@babel/plugin-syntax-async-generators": "7.2.0", | |
| + "@babel/plugin-syntax-dynamic-import": "7.2.0", | |
| + "@babel/plugin-syntax-json-strings": "7.2.0", | |
| + "@babel/plugin-syntax-object-rest-spread": "7.2.0", | |
| + "@babel/plugin-syntax-optional-catch-binding": "7.2.0", | |
| + "@babel/plugin-transform-arrow-functions": "7.2.0", | |
| + "@babel/plugin-transform-async-to-generator": "7.5.0", | |
| + "@babel/plugin-transform-block-scoped-functions": "7.2.0", | |
| + "@babel/plugin-transform-block-scoping": "7.6.2", | |
| + "@babel/plugin-transform-classes": "7.5.5", | |
| + "@babel/plugin-transform-computed-properties": "7.2.0", | |
| + "@babel/plugin-transform-destructuring": "7.6.0", | |
| + "@babel/plugin-transform-dotall-regex": "7.6.2", | |
| + "@babel/plugin-transform-duplicate-keys": "7.5.0", | |
| + "@babel/plugin-transform-exponentiation-operator": "7.2.0", | |
| + "@babel/plugin-transform-for-of": "7.4.4", | |
| + "@babel/plugin-transform-function-name": "7.4.4", | |
| + "@babel/plugin-transform-literals": "7.2.0", | |
| + "@babel/plugin-transform-member-expression-literals": "7.2.0", | |
| + "@babel/plugin-transform-modules-amd": "7.5.0", | |
| + "@babel/plugin-transform-modules-commonjs": "7.6.0", | |
| + "@babel/plugin-transform-modules-systemjs": "7.5.0", | |
| + "@babel/plugin-transform-modules-umd": "7.2.0", | |
| + "@babel/plugin-transform-named-capturing-groups-regex": "7.6.2", | |
| + "@babel/plugin-transform-new-target": "7.4.4", | |
| + "@babel/plugin-transform-object-super": "7.5.5", | |
| + "@babel/plugin-transform-parameters": "7.4.4", | |
| + "@babel/plugin-transform-property-literals": "7.2.0", | |
| + "@babel/plugin-transform-regenerator": "7.4.5", | |
| + "@babel/plugin-transform-reserved-words": "7.2.0", | |
| + "@babel/plugin-transform-shorthand-properties": "7.2.0", | |
| + "@babel/plugin-transform-spread": "7.6.2", | |
| + "@babel/plugin-transform-sticky-regex": "7.2.0", | |
| + "@babel/plugin-transform-template-literals": "7.4.4", | |
| + "@babel/plugin-transform-typeof-symbol": "7.2.0", | |
| + "@babel/plugin-transform-unicode-regex": "7.6.2", | |
| + "@babel/types": "7.6.1", | |
| + "browserslist": "4.7.0", | |
| + "core-js-compat": "3.2.1", | |
| + "invariant": "2.2.4", | |
| + "js-levenshtein": "1.1.6", | |
| + "semver": "5.7.1" | |
| } | |
| }, | |
| "@babel/register": { | |
| @@ -697,13 +697,13 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.0.0.tgz", | |
| "integrity": "sha512-f/+CRmaCe7rVEvcvPvxeA8j5aJhHC3aJie7YuqcMDhUOuyWLA7J/aNrTaHIzoWPEhpHA54mec4Mm8fv8KBlv3g==", | |
| "requires": { | |
| - "core-js": "^2.5.7", | |
| - "find-cache-dir": "^1.0.0", | |
| - "home-or-tmp": "^3.0.0", | |
| - "lodash": "^4.17.10", | |
| - "mkdirp": "^0.5.1", | |
| - "pirates": "^4.0.0", | |
| - "source-map-support": "^0.5.9" | |
| + "core-js": "2.6.9", | |
| + "find-cache-dir": "1.0.0", | |
| + "home-or-tmp": "3.0.0", | |
| + "lodash": "4.17.15", | |
| + "mkdirp": "0.5.1", | |
| + "pirates": "4.0.1", | |
| + "source-map-support": "0.5.13" | |
| } | |
| }, | |
| "@babel/template": { | |
| @@ -711,9 +711,9 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.6.0.tgz", | |
| "integrity": "sha512-5AEH2EXD8euCk446b7edmgFdub/qfH1SN6Nii3+fyXP807QRx9Q73A2N5hNwRRslC2H9sNzaFhsPubkS4L8oNQ==", | |
| "requires": { | |
| - "@babel/code-frame": "^7.0.0", | |
| - "@babel/parser": "^7.6.0", | |
| - "@babel/types": "^7.6.0" | |
| + "@babel/code-frame": "7.5.5", | |
| + "@babel/parser": "7.6.2", | |
| + "@babel/types": "7.6.1" | |
| } | |
| }, | |
| "@babel/traverse": { | |
| @@ -721,15 +721,15 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.6.2.tgz", | |
| "integrity": "sha512-8fRE76xNwNttVEF2TwxJDGBLWthUkHWSldmfuBzVRmEDWOtu4XdINTgN7TDWzuLg4bbeIMLvfMFD9we5YcWkRQ==", | |
| "requires": { | |
| - "@babel/code-frame": "^7.5.5", | |
| - "@babel/generator": "^7.6.2", | |
| - "@babel/helper-function-name": "^7.1.0", | |
| - "@babel/helper-split-export-declaration": "^7.4.4", | |
| - "@babel/parser": "^7.6.2", | |
| - "@babel/types": "^7.6.0", | |
| - "debug": "^4.1.0", | |
| - "globals": "^11.1.0", | |
| - "lodash": "^4.17.13" | |
| + "@babel/code-frame": "7.5.5", | |
| + "@babel/generator": "7.6.2", | |
| + "@babel/helper-function-name": "7.1.0", | |
| + "@babel/helper-split-export-declaration": "7.4.4", | |
| + "@babel/parser": "7.6.2", | |
| + "@babel/types": "7.6.1", | |
| + "debug": "4.1.1", | |
| + "globals": "11.12.0", | |
| + "lodash": "4.17.15" | |
| } | |
| }, | |
| "@babel/types": { | |
| @@ -737,9 +737,9 @@ | |
| "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.6.1.tgz", | |
| "integrity": "sha512-X7gdiuaCmA0uRjCmRtYJNAVCc/q+5xSgsfKJHqMN4iNLILX39677fJE1O40arPMh0TTtS9ItH67yre6c7k6t0g==", | |
| "requires": { | |
| - "esutils": "^2.0.2", | |
| - "lodash": "^4.17.13", | |
| - "to-fast-properties": "^2.0.0" | |
| + "esutils": "2.0.3", | |
| + "lodash": "4.17.15", | |
| + "to-fast-properties": "2.0.0" | |
| } | |
| }, | |
| "@cypress/listr-verbose-renderer": { | |
| @@ -747,10 +747,10 @@ | |
| "resolved": "https://registry.npmjs.org/@cypress/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz", | |
| "integrity": "sha1-p3SS9LEdzHxEajSz4ochr9M8ZCo=", | |
| "requires": { | |
| - "chalk": "^1.1.3", | |
| - "cli-cursor": "^1.0.2", | |
| - "date-fns": "^1.27.2", | |
| - "figures": "^1.7.0" | |
| + "chalk": "1.1.3", | |
| + "cli-cursor": "1.0.2", | |
| + "date-fns": "1.30.1", | |
| + "figures": "1.7.0" | |
| }, | |
| "dependencies": { | |
| "ansi-styles": { | |
| @@ -763,11 +763,11 @@ | |
| "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", | |
| "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", | |
| "requires": { | |
| - "ansi-styles": "^2.2.1", | |
| - "escape-string-regexp": "^1.0.2", | |
| - "has-ansi": "^2.0.0", | |
| - "strip-ansi": "^3.0.0", | |
| - "supports-color": "^2.0.0" | |
| + "ansi-styles": "2.2.1", | |
| + "escape-string-regexp": "1.0.5", | |
| + "has-ansi": "2.0.0", | |
| + "strip-ansi": "3.0.1", | |
| + "supports-color": "2.0.0" | |
| } | |
| }, | |
| "figures": { | |
| @@ -775,8 +775,8 @@ | |
| "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", | |
| "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", | |
| "requires": { | |
| - "escape-string-regexp": "^1.0.5", | |
| - "object-assign": "^4.1.0" | |
| + "escape-string-regexp": "1.0.5", | |
| + "object-assign": "4.1.1" | |
| } | |
| }, | |
| "supports-color": { | |
| @@ -791,8 +791,8 @@ | |
| "resolved": "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz", | |
| "integrity": "sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==", | |
| "requires": { | |
| - "debug": "^3.1.0", | |
| - "lodash.once": "^4.1.1" | |
| + "debug": "3.2.6", | |
| + "lodash.once": "4.1.1" | |
| }, | |
| "dependencies": { | |
| "debug": { | |
| @@ -800,7 +800,7 @@ | |
| "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", | |
| "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", | |
| "requires": { | |
| - "ms": "^2.1.1" | |
| + "ms": "2.1.2" | |
| } | |
| } | |
| } | |
| @@ -810,17 +810,17 @@ | |
| "resolved": "https://registry.npmjs.org/@perform/be-test-data/-/be-test-data-0.5.6.tgz", | |
| "integrity": "sha512-v9srWBeRmuNkRILr4NhHBgo04SwRn0g8TkQ6fNQzFW97zuLucrvrX0yKfikA2tIm/Mzo4uSp0mByBHK7EYFLEQ==", | |
| "requires": { | |
| - "@perform/decrypt-service": "^1.1.0", | |
| - "aws-sdk": "^2.396.0", | |
| - "bcrypt": "^3.0.2", | |
| - "colors": "^1.3.3", | |
| - "faker": "^4.1.0", | |
| - "jsonwebtoken": "^8.4.0", | |
| - "lodash": "^4.17.11", | |
| - "moment": "^2.24.0", | |
| - "needle": "^2.2.4", | |
| - "randexp": "^0.5.3", | |
| - "uuid": "^3.3.2" | |
| + "@perform/decrypt-service": "1.1.0", | |
| + "aws-sdk": "2.542.0", | |
| + "bcrypt": "3.0.6", | |
| + "colors": "1.4.0", | |
| + "faker": "4.1.0", | |
| + "jsonwebtoken": "8.5.1", | |
| + "lodash": "4.17.15", | |
| + "moment": "2.24.0", | |
| + "needle": "2.4.0", | |
| + "randexp": "0.5.3", | |
| + "uuid": "3.3.3" | |
| } | |
| }, | |
| "@perform/be-test-misl-data": { | |
| @@ -828,12 +828,12 @@ | |
| "resolved": "https://registry.npmjs.org/@perform/be-test-misl-data/-/be-test-misl-data-0.3.0.tgz", | |
| "integrity": "sha512-3eCnMqALnIUuTO6yW8gb6BNq5elkLrEGNZ5hx4az+dE+ZF7IitErb45N+EkbzGlJ+6Cm1kcYHqzoetKIZtjF/w==", | |
| "requires": { | |
| - "colors": "^1.3.3", | |
| - "enjoi": "^5.0.2", | |
| - "generate-schema": "^2.6.0", | |
| - "joi": "^14.3.1", | |
| - "needle": "^2.2.4", | |
| - "path-to-regexp": "^3.0.0" | |
| + "colors": "1.4.0", | |
| + "enjoi": "5.0.2", | |
| + "generate-schema": "2.6.0", | |
| + "joi": "14.3.1", | |
| + "needle": "2.4.0", | |
| + "path-to-regexp": "3.1.0" | |
| } | |
| }, | |
| "@perform/decrypt-service": { | |
| @@ -841,7 +841,7 @@ | |
| "resolved": "https://registry.npmjs.org/@perform/decrypt-service/-/decrypt-service-1.1.0.tgz", | |
| "integrity": "sha512-OpZBgGvIZjyCjsm49RURuIfikQTKMJTQw3Pk5Jj3LlfH02RMAm1zigeAvIF8gG26kCJp23QDK6qCtpE9O4SHVw==", | |
| "requires": { | |
| - "aws-sdk": "^2.290.0" | |
| + "aws-sdk": "2.542.0" | |
| } | |
| }, | |
| "@types/events": { | |
| @@ -854,9 +854,9 @@ | |
| "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.1.tgz", | |
| "integrity": "sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==", | |
| "requires": { | |
| - "@types/events": "*", | |
| - "@types/minimatch": "*", | |
| - "@types/node": "*" | |
| + "@types/events": "3.0.0", | |
| + "@types/minimatch": "3.0.3", | |
| + "@types/node": "12.7.11" | |
| } | |
| }, | |
| "@types/minimatch": { | |
| @@ -879,7 +879,7 @@ | |
| "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", | |
| "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", | |
| "requires": { | |
| - "event-target-shim": "^5.0.0" | |
| + "event-target-shim": "5.0.1" | |
| } | |
| }, | |
| "agent-base": { | |
| @@ -887,7 +887,7 @@ | |
| "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", | |
| "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", | |
| "requires": { | |
| - "es6-promisify": "^5.0.0" | |
| + "es6-promisify": "5.0.0" | |
| } | |
| }, | |
| "ajv": { | |
| @@ -895,10 +895,10 @@ | |
| "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz", | |
| "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==", | |
| "requires": { | |
| - "fast-deep-equal": "^2.0.1", | |
| - "fast-json-stable-stringify": "^2.0.0", | |
| - "json-schema-traverse": "^0.4.1", | |
| - "uri-js": "^4.2.2" | |
| + "fast-deep-equal": "2.0.1", | |
| + "fast-json-stable-stringify": "2.0.0", | |
| + "json-schema-traverse": "0.4.1", | |
| + "uri-js": "4.2.2" | |
| } | |
| }, | |
| "allure-commandline": { | |
| @@ -911,12 +911,12 @@ | |
| "resolved": "https://registry.npmjs.org/allure-js-commons/-/allure-js-commons-1.3.2.tgz", | |
| "integrity": "sha512-FTmoqP36ZjHFT4iLdYamyCFhyj1jqD6BIdiZ5pBlyafDJrFRV76XIXNxwRqbHpSw40o1vHzYi4vGpmREnhnHVw==", | |
| "requires": { | |
| - "file-type": "^7.7.1", | |
| - "fs-extra": "^6.0.1", | |
| - "js2xmlparser": "^3.0.0", | |
| - "mime": "^2.3.1", | |
| - "object-assign": "^4.1.1", | |
| - "uuid": "^3.0.0" | |
| + "file-type": "7.7.1", | |
| + "fs-extra": "6.0.1", | |
| + "js2xmlparser": "3.0.0", | |
| + "mime": "2.4.4", | |
| + "object-assign": "4.1.1", | |
| + "uuid": "3.3.3" | |
| }, | |
| "dependencies": { | |
| "fs-extra": { | |
| @@ -924,9 +924,9 @@ | |
| "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-6.0.1.tgz", | |
| "integrity": "sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA==", | |
| "requires": { | |
| - "graceful-fs": "^4.1.2", | |
| - "jsonfile": "^4.0.0", | |
| - "universalify": "^0.1.0" | |
| + "graceful-fs": "4.2.2", | |
| + "jsonfile": "4.0.0", | |
| + "universalify": "0.1.2" | |
| } | |
| } | |
| } | |
| @@ -936,7 +936,7 @@ | |
| "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz", | |
| "integrity": "sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==", | |
| "requires": { | |
| - "string-width": "^3.0.0" | |
| + "string-width": "3.1.0" | |
| }, | |
| "dependencies": { | |
| "ansi-regex": { | |
| @@ -954,9 +954,9 @@ | |
| "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", | |
| "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", | |
| "requires": { | |
| - "emoji-regex": "^7.0.1", | |
| - "is-fullwidth-code-point": "^2.0.0", | |
| - "strip-ansi": "^5.1.0" | |
| + "emoji-regex": "7.0.3", | |
| + "is-fullwidth-code-point": "2.0.0", | |
| + "strip-ansi": "5.2.0" | |
| } | |
| }, | |
| "strip-ansi": { | |
| @@ -964,7 +964,7 @@ | |
| "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", | |
| "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", | |
| "requires": { | |
| - "ansi-regex": "^4.1.0" | |
| + "ansi-regex": "4.1.0" | |
| } | |
| } | |
| } | |
| @@ -984,7 +984,7 @@ | |
| "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", | |
| "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", | |
| "requires": { | |
| - "color-convert": "^1.9.0" | |
| + "color-convert": "1.9.3" | |
| } | |
| }, | |
| "any-promise": { | |
| @@ -1007,14 +1007,14 @@ | |
| "resolved": "https://registry.npmjs.org/archiver/-/archiver-2.1.1.tgz", | |
| "integrity": "sha1-/2YrSnggFJSj7lRNOjP+dJZQnrw=", | |
| "requires": { | |
| - "archiver-utils": "^1.3.0", | |
| - "async": "^2.0.0", | |
| - "buffer-crc32": "^0.2.1", | |
| - "glob": "^7.0.0", | |
| - "lodash": "^4.8.0", | |
| - "readable-stream": "^2.0.0", | |
| - "tar-stream": "^1.5.0", | |
| - "zip-stream": "^1.2.0" | |
| + "archiver-utils": "1.3.0", | |
| + "async": "2.6.1", | |
| + "buffer-crc32": "0.2.13", | |
| + "glob": "7.1.4", | |
| + "lodash": "4.17.15", | |
| + "readable-stream": "2.3.6", | |
| + "tar-stream": "1.6.2", | |
| + "zip-stream": "1.2.0" | |
| }, | |
| "dependencies": { | |
| "bl": { | |
| @@ -1022,8 +1022,8 @@ | |
| "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.2.tgz", | |
| "integrity": "sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA==", | |
| "requires": { | |
| - "readable-stream": "^2.3.5", | |
| - "safe-buffer": "^5.1.1" | |
| + "readable-stream": "2.3.6", | |
| + "safe-buffer": "5.1.2" | |
| } | |
| }, | |
| "tar-stream": { | |
| @@ -1031,13 +1031,13 @@ | |
| "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.6.2.tgz", | |
| "integrity": "sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A==", | |
| "requires": { | |
| - "bl": "^1.0.0", | |
| - "buffer-alloc": "^1.2.0", | |
| - "end-of-stream": "^1.0.0", | |
| - "fs-constants": "^1.0.0", | |
| - "readable-stream": "^2.3.0", | |
| - "to-buffer": "^1.1.1", | |
| - "xtend": "^4.0.0" | |
| + "bl": "1.2.2", | |
| + "buffer-alloc": "1.2.0", | |
| + "end-of-stream": "1.4.4", | |
| + "fs-constants": "1.0.0", | |
| + "readable-stream": "2.3.6", | |
| + "to-buffer": "1.1.1", | |
| + "xtend": "4.0.2" | |
| } | |
| } | |
| } | |
| @@ -1047,12 +1047,12 @@ | |
| "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-1.3.0.tgz", | |
| "integrity": "sha1-5QtMCccL89aA4y/xt5lOn52JUXQ=", | |
| "requires": { | |
| - "glob": "^7.0.0", | |
| - "graceful-fs": "^4.1.0", | |
| - "lazystream": "^1.0.0", | |
| - "lodash": "^4.8.0", | |
| - "normalize-path": "^2.0.0", | |
| - "readable-stream": "^2.0.0" | |
| + "glob": "7.1.4", | |
| + "graceful-fs": "4.2.2", | |
| + "lazystream": "1.0.0", | |
| + "lodash": "4.17.15", | |
| + "normalize-path": "2.1.1", | |
| + "readable-stream": "2.3.6" | |
| } | |
| }, | |
| "are-we-there-yet": { | |
| @@ -1060,8 +1060,8 @@ | |
| "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", | |
| "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", | |
| "requires": { | |
| - "delegates": "^1.0.0", | |
| - "readable-stream": "^2.0.6" | |
| + "delegates": "1.0.0", | |
| + "readable-stream": "2.3.6" | |
| } | |
| }, | |
| "array-union": { | |
| @@ -1069,7 +1069,7 @@ | |
| "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", | |
| "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", | |
| "requires": { | |
| - "array-uniq": "^1.0.1" | |
| + "array-uniq": "1.0.3" | |
| } | |
| }, | |
| "array-uniq": { | |
| @@ -1082,7 +1082,7 @@ | |
| "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", | |
| "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", | |
| "requires": { | |
| - "safer-buffer": "~2.1.0" | |
| + "safer-buffer": "2.1.2" | |
| } | |
| }, | |
| "assert-plus": { | |
| @@ -1100,9 +1100,9 @@ | |
| "resolved": "https://registry.npmjs.org/assertion-error-formatter/-/assertion-error-formatter-2.0.1.tgz", | |
| "integrity": "sha512-cjC3jUCh9spkroKue5PDSKH5RFQ/KNuZJhk3GwHYmB/8qqETxLOmMdLH+ohi/VukNzxDlMvIe7zScvLoOdhb6Q==", | |
| "requires": { | |
| - "diff": "^3.0.0", | |
| - "pad-right": "^0.2.2", | |
| - "repeat-string": "^1.6.1" | |
| + "diff": "3.5.0", | |
| + "pad-right": "0.2.2", | |
| + "repeat-string": "1.6.1" | |
| } | |
| }, | |
| "async": { | |
| @@ -1110,7 +1110,7 @@ | |
| "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", | |
| "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", | |
| "requires": { | |
| - "lodash": "^4.17.10" | |
| + "lodash": "4.17.15" | |
| } | |
| }, | |
| "asynckit": { | |
| @@ -1161,7 +1161,7 @@ | |
| "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz", | |
| "integrity": "sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ==", | |
| "requires": { | |
| - "object.assign": "^4.1.0" | |
| + "object.assign": "4.1.0" | |
| } | |
| }, | |
| "babel-runtime": { | |
| @@ -1169,8 +1169,8 @@ | |
| "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", | |
| "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", | |
| "requires": { | |
| - "core-js": "^2.4.0", | |
| - "regenerator-runtime": "^0.11.0" | |
| + "core-js": "2.6.9", | |
| + "regenerator-runtime": "0.11.1" | |
| }, | |
| "dependencies": { | |
| "regenerator-runtime": { | |
| @@ -1204,7 +1204,7 @@ | |
| "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", | |
| "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", | |
| "requires": { | |
| - "tweetnacl": "^0.14.3" | |
| + "tweetnacl": "0.14.5" | |
| } | |
| }, | |
| "becke-ch--regex--s0-0-v1--base--pl--lib": { | |
| @@ -1222,8 +1222,8 @@ | |
| "resolved": "https://registry.npmjs.org/bl/-/bl-2.2.0.tgz", | |
| "integrity": "sha512-wbgvOpqopSr7uq6fJrLH8EsvYMJf9gzfo2jCsL2eTy75qXPukA4pCgHamOQkZtY5vmfVtjB+P3LNlMHW5CEZXA==", | |
| "requires": { | |
| - "readable-stream": "^2.3.5", | |
| - "safe-buffer": "^5.1.1" | |
| + "readable-stream": "2.3.6", | |
| + "safe-buffer": "5.1.2" | |
| } | |
| }, | |
| "bluebird": { | |
| @@ -1236,14 +1236,14 @@ | |
| "resolved": "https://registry.npmjs.org/boxen/-/boxen-3.2.0.tgz", | |
| "integrity": "sha512-cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A==", | |
| "requires": { | |
| - "ansi-align": "^3.0.0", | |
| - "camelcase": "^5.3.1", | |
| - "chalk": "^2.4.2", | |
| - "cli-boxes": "^2.2.0", | |
| - "string-width": "^3.0.0", | |
| - "term-size": "^1.2.0", | |
| - "type-fest": "^0.3.0", | |
| - "widest-line": "^2.0.0" | |
| + "ansi-align": "3.0.0", | |
| + "camelcase": "5.3.1", | |
| + "chalk": "2.4.2", | |
| + "cli-boxes": "2.2.0", | |
| + "string-width": "3.1.0", | |
| + "term-size": "1.2.0", | |
| + "type-fest": "0.3.1", | |
| + "widest-line": "2.0.1" | |
| }, | |
| "dependencies": { | |
| "ansi-regex": { | |
| @@ -1261,9 +1261,9 @@ | |
| "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", | |
| "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", | |
| "requires": { | |
| - "emoji-regex": "^7.0.1", | |
| - "is-fullwidth-code-point": "^2.0.0", | |
| - "strip-ansi": "^5.1.0" | |
| + "emoji-regex": "7.0.3", | |
| + "is-fullwidth-code-point": "2.0.0", | |
| + "strip-ansi": "5.2.0" | |
| } | |
| }, | |
| "strip-ansi": { | |
| @@ -1271,7 +1271,7 @@ | |
| "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", | |
| "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", | |
| "requires": { | |
| - "ansi-regex": "^4.1.0" | |
| + "ansi-regex": "4.1.0" | |
| } | |
| } | |
| } | |
| @@ -1281,7 +1281,7 @@ | |
| "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", | |
| "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", | |
| "requires": { | |
| - "balanced-match": "^1.0.0", | |
| + "balanced-match": "1.0.0", | |
| "concat-map": "0.0.1" | |
| } | |
| }, | |
| @@ -1296,9 +1296,9 @@ | |
| "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.7.0.tgz", | |
| "integrity": "sha512-9rGNDtnj+HaahxiVV38Gn8n8Lr8REKsel68v1sPFfIGEK6uSXTY3h9acgiT1dZVtOOUtifo/Dn8daDQ5dUgVsA==", | |
| "requires": { | |
| - "caniuse-lite": "^1.0.30000989", | |
| - "electron-to-chromium": "^1.3.247", | |
| - "node-releases": "^1.1.29" | |
| + "caniuse-lite": "1.0.30000998", | |
| + "electron-to-chromium": "1.3.273", | |
| + "node-releases": "1.1.34" | |
| } | |
| }, | |
| "browserstack-local": { | |
| @@ -1306,10 +1306,10 @@ | |
| "resolved": "https://registry.npmjs.org/browserstack-local/-/browserstack-local-1.4.2.tgz", | |
| "integrity": "sha512-fRaynjF0MvtyyfPRy2NFnVwxLyNtD28K/v9xRsIjUVf7xLc80NIm7Nfr3KXlFmWizhG91PL/UAOXlHkoxQjaNw==", | |
| "requires": { | |
| - "https-proxy-agent": "^2.2.1", | |
| - "is-running": "^2.0.0", | |
| - "ps-tree": "=1.1.1", | |
| - "temp-fs": "^0.9.9" | |
| + "https-proxy-agent": "2.2.2", | |
| + "is-running": "2.1.0", | |
| + "ps-tree": "1.1.1", | |
| + "temp-fs": "0.9.9" | |
| } | |
| }, | |
| "buffer": { | |
| @@ -1317,9 +1317,9 @@ | |
| "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz", | |
| "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=", | |
| "requires": { | |
| - "base64-js": "^1.0.2", | |
| - "ieee754": "^1.1.4", | |
| - "isarray": "^1.0.0" | |
| + "base64-js": "1.3.1", | |
| + "ieee754": "1.1.13", | |
| + "isarray": "1.0.0" | |
| } | |
| }, | |
| "buffer-alloc": { | |
| @@ -1327,8 +1327,8 @@ | |
| "resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz", | |
| "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==", | |
| "requires": { | |
| - "buffer-alloc-unsafe": "^1.1.0", | |
| - "buffer-fill": "^1.0.0" | |
| + "buffer-alloc-unsafe": "1.1.0", | |
| + "buffer-fill": "1.0.0" | |
| } | |
| }, | |
| "buffer-alloc-unsafe": { | |
| @@ -1361,7 +1361,7 @@ | |
| "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-1.3.0.tgz", | |
| "integrity": "sha512-O1ji32oyON9laVPJL1IZ5bmwd2cB46VfpxkDequezH+15FDzzVddEyrGEeX4WusDSqKxdyFdDQDEG1yo1GoWkg==", | |
| "requires": { | |
| - "os-homedir": "^1.0.1" | |
| + "os-homedir": "1.0.2" | |
| } | |
| }, | |
| "camelcase": { | |
| @@ -1384,12 +1384,12 @@ | |
| "resolved": "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz", | |
| "integrity": "sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==", | |
| "requires": { | |
| - "assertion-error": "^1.1.0", | |
| - "check-error": "^1.0.2", | |
| - "deep-eql": "^3.0.1", | |
| - "get-func-name": "^2.0.0", | |
| - "pathval": "^1.1.0", | |
| - "type-detect": "^4.0.5" | |
| + "assertion-error": "1.1.0", | |
| + "check-error": "1.0.2", | |
| + "deep-eql": "3.0.1", | |
| + "get-func-name": "2.0.0", | |
| + "pathval": "1.1.0", | |
| + "type-detect": "4.0.8" | |
| } | |
| }, | |
| "chalk": { | |
| @@ -1397,9 +1397,9 @@ | |
| "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", | |
| "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", | |
| "requires": { | |
| - "ansi-styles": "^3.2.1", | |
| - "escape-string-regexp": "^1.0.5", | |
| - "supports-color": "^5.3.0" | |
| + "ansi-styles": "3.2.1", | |
| + "escape-string-regexp": "1.0.5", | |
| + "supports-color": "5.5.0" | |
| } | |
| }, | |
| "chardet": { | |
| @@ -1427,11 +1427,11 @@ | |
| "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-76.0.1.tgz", | |
| "integrity": "sha512-+8BCemJLKPF2w/UpzA1uNgLWQrg1IgIO4ZYcsAjYYgqD8zUcvQ+RfwA/0TR1Zwv9Mkd8fdzTe21eZ2FyZ83DAg==", | |
| "requires": { | |
| - "del": "^4.1.1", | |
| - "extract-zip": "^1.6.7", | |
| - "mkdirp": "^0.5.1", | |
| - "request": "^2.88.0", | |
| - "tcp-port-used": "^1.0.1" | |
| + "del": "4.1.1", | |
| + "extract-zip": "1.6.7", | |
| + "mkdirp": "0.5.1", | |
| + "request": "2.88.0", | |
| + "tcp-port-used": "1.0.1" | |
| } | |
| }, | |
| "ci-info": { | |
| @@ -1449,7 +1449,7 @@ | |
| "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz", | |
| "integrity": "sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=", | |
| "requires": { | |
| - "restore-cursor": "^1.0.1" | |
| + "restore-cursor": "1.0.1" | |
| } | |
| }, | |
| "cli-spinners": { | |
| @@ -1477,9 +1477,9 @@ | |
| "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.5.1.tgz", | |
| "integrity": "sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw==", | |
| "requires": { | |
| - "colors": "^1.1.2", | |
| - "object-assign": "^4.1.0", | |
| - "string-width": "^2.1.1" | |
| + "colors": "1.4.0", | |
| + "object-assign": "4.1.1", | |
| + "string-width": "2.1.1" | |
| }, | |
| "dependencies": { | |
| "ansi-regex": { | |
| @@ -1497,8 +1497,8 @@ | |
| "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", | |
| "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", | |
| "requires": { | |
| - "is-fullwidth-code-point": "^2.0.0", | |
| - "strip-ansi": "^4.0.0" | |
| + "is-fullwidth-code-point": "2.0.0", | |
| + "strip-ansi": "4.0.0" | |
| } | |
| }, | |
| "strip-ansi": { | |
| @@ -1506,7 +1506,7 @@ | |
| "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", | |
| "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", | |
| "requires": { | |
| - "ansi-regex": "^3.0.0" | |
| + "ansi-regex": "3.0.0" | |
| } | |
| } | |
| } | |
| @@ -1517,7 +1517,7 @@ | |
| "integrity": "sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ=", | |
| "requires": { | |
| "slice-ansi": "0.0.4", | |
| - "string-width": "^1.0.1" | |
| + "string-width": "1.0.2" | |
| } | |
| }, | |
| "cli-width": { | |
| @@ -1531,9 +1531,9 @@ | |
| "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", | |
| "dev": true, | |
| "requires": { | |
| - "string-width": "^3.1.0", | |
| - "strip-ansi": "^5.2.0", | |
| - "wrap-ansi": "^5.1.0" | |
| + "string-width": "3.1.0", | |
| + "strip-ansi": "5.2.0", | |
| + "wrap-ansi": "5.1.0" | |
| }, | |
| "dependencies": { | |
| "ansi-regex": { | |
| @@ -1554,9 +1554,9 @@ | |
| "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", | |
| "dev": true, | |
| "requires": { | |
| - "emoji-regex": "^7.0.1", | |
| - "is-fullwidth-code-point": "^2.0.0", | |
| - "strip-ansi": "^5.1.0" | |
| + "emoji-regex": "7.0.3", | |
| + "is-fullwidth-code-point": "2.0.0", | |
| + "strip-ansi": "5.2.0" | |
| } | |
| }, | |
| "strip-ansi": { | |
| @@ -1565,7 +1565,7 @@ | |
| "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", | |
| "dev": true, | |
| "requires": { | |
| - "ansi-regex": "^4.1.0" | |
| + "ansi-regex": "4.1.0" | |
| } | |
| } | |
| } | |
| @@ -1598,7 +1598,7 @@ | |
| "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", | |
| "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", | |
| "requires": { | |
| - "delayed-stream": "~1.0.0" | |
| + "delayed-stream": "1.0.0" | |
| } | |
| }, | |
| "commander": { | |
| @@ -1621,10 +1621,10 @@ | |
| "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-1.2.2.tgz", | |
| "integrity": "sha1-UkqfEJA/OoEzibAiXSfEi7dRiQ8=", | |
| "requires": { | |
| - "buffer-crc32": "^0.2.1", | |
| - "crc32-stream": "^2.0.0", | |
| - "normalize-path": "^2.0.0", | |
| - "readable-stream": "^2.0.0" | |
| + "buffer-crc32": "0.2.13", | |
| + "crc32-stream": "2.0.0", | |
| + "normalize-path": "2.1.1", | |
| + "readable-stream": "2.3.6" | |
| } | |
| }, | |
| "concat-map": { | |
| @@ -1637,10 +1637,10 @@ | |
| "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", | |
| "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", | |
| "requires": { | |
| - "buffer-from": "^1.0.0", | |
| - "inherits": "^2.0.3", | |
| - "readable-stream": "^2.2.2", | |
| - "typedarray": "^0.0.6" | |
| + "buffer-from": "1.1.1", | |
| + "inherits": "2.0.4", | |
| + "readable-stream": "2.3.6", | |
| + "typedarray": "0.0.6" | |
| } | |
| }, | |
| "console-control-strings": { | |
| @@ -1653,7 +1653,7 @@ | |
| "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz", | |
| "integrity": "sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==", | |
| "requires": { | |
| - "safe-buffer": "~5.1.1" | |
| + "safe-buffer": "5.1.2" | |
| } | |
| }, | |
| "core-js": { | |
| @@ -1666,8 +1666,8 @@ | |
| "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.2.1.tgz", | |
| "integrity": "sha512-MwPZle5CF9dEaMYdDeWm73ao/IflDH+FjeJCWEADcEgFSE9TLimFKwJsfmkwzI8eC0Aj0mgvMDjeQjrElkz4/A==", | |
| "requires": { | |
| - "browserslist": "^4.6.6", | |
| - "semver": "^6.3.0" | |
| + "browserslist": "4.7.0", | |
| + "semver": "6.3.0" | |
| }, | |
| "dependencies": { | |
| "semver": { | |
| @@ -1687,7 +1687,7 @@ | |
| "resolved": "https://registry.npmjs.org/crc/-/crc-3.8.0.tgz", | |
| "integrity": "sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ==", | |
| "requires": { | |
| - "buffer": "^5.1.0" | |
| + "buffer": "5.4.3" | |
| }, | |
| "dependencies": { | |
| "buffer": { | |
| @@ -1695,8 +1695,8 @@ | |
| "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.4.3.tgz", | |
| "integrity": "sha512-zvj65TkFeIt3i6aj5bIvJDzjjQQGs4o/sNoezg1F1kYap9Nu2jcUdpwzRSJTHMMzG0H7bZkn4rNQpImhuxWX2A==", | |
| "requires": { | |
| - "base64-js": "^1.0.2", | |
| - "ieee754": "^1.1.4" | |
| + "base64-js": "1.3.1", | |
| + "ieee754": "1.1.13" | |
| } | |
| } | |
| } | |
| @@ -1706,8 +1706,8 @@ | |
| "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-2.0.0.tgz", | |
| "integrity": "sha1-483TtN8xaN10494/u8t7KX/pCPQ=", | |
| "requires": { | |
| - "crc": "^3.4.4", | |
| - "readable-stream": "^2.0.0" | |
| + "crc": "3.8.0", | |
| + "readable-stream": "2.3.6" | |
| } | |
| }, | |
| "cross-spawn": { | |
| @@ -1715,9 +1715,9 @@ | |
| "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", | |
| "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", | |
| "requires": { | |
| - "lru-cache": "^4.0.1", | |
| - "shebang-command": "^1.2.0", | |
| - "which": "^1.2.9" | |
| + "lru-cache": "4.1.5", | |
| + "shebang-command": "1.2.0", | |
| + "which": "1.3.1" | |
| } | |
| }, | |
| "css": { | |
| @@ -1725,10 +1725,10 @@ | |
| "resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz", | |
| "integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==", | |
| "requires": { | |
| - "inherits": "^2.0.3", | |
| - "source-map": "^0.6.1", | |
| - "source-map-resolve": "^0.5.2", | |
| - "urix": "^0.1.0" | |
| + "inherits": "2.0.4", | |
| + "source-map": "0.6.1", | |
| + "source-map-resolve": "0.5.2", | |
| + "urix": "0.1.0" | |
| }, | |
| "dependencies": { | |
| "source-map": { | |
| @@ -1743,7 +1743,7 @@ | |
| "resolved": "https://registry.npmjs.org/css-parse/-/css-parse-2.0.0.tgz", | |
| "integrity": "sha1-pGjuZnwW2BzPBcWMONKpfHgNv9Q=", | |
| "requires": { | |
| - "css": "^2.0.0" | |
| + "css": "2.2.4" | |
| } | |
| }, | |
| "css-value": { | |
| @@ -1756,35 +1756,35 @@ | |
| "resolved": "https://registry.npmjs.org/cucumber/-/cucumber-5.1.0.tgz", | |
| "integrity": "sha512-zrl2VYTBRgvxucwV2GKAvLqcfA1Naeax8plPvWgPEzl3SCJiuPPv3WxBHIRHtPYcEdbHDR6oqLpZP4bJ8UIdmA==", | |
| "requires": { | |
| - "@babel/polyfill": "^7.2.3", | |
| - "assertion-error-formatter": "^2.0.1", | |
| - "bluebird": "^3.4.1", | |
| - "cli-table3": "^0.5.1", | |
| - "colors": "^1.1.2", | |
| - "commander": "^2.9.0", | |
| - "cross-spawn": "^6.0.5", | |
| - "cucumber-expressions": "^6.0.0", | |
| - "cucumber-tag-expressions": "^1.1.1", | |
| - "duration": "^0.2.1", | |
| - "escape-string-regexp": "^1.0.5", | |
| + "@babel/polyfill": "7.6.0", | |
| + "assertion-error-formatter": "2.0.1", | |
| + "bluebird": "3.7.0", | |
| + "cli-table3": "0.5.1", | |
| + "colors": "1.4.0", | |
| + "commander": "2.20.1", | |
| + "cross-spawn": "6.0.5", | |
| + "cucumber-expressions": "6.6.2", | |
| + "cucumber-tag-expressions": "1.1.1", | |
| + "duration": "0.2.2", | |
| + "escape-string-regexp": "1.0.5", | |
| "figures": "2.0.0", | |
| - "gherkin": "^5.0.0", | |
| - "glob": "^7.1.3", | |
| - "indent-string": "^3.1.0", | |
| - "is-generator": "^1.0.2", | |
| - "is-stream": "^1.1.0", | |
| - "knuth-shuffle-seeded": "^1.0.6", | |
| - "lodash": "^4.17.10", | |
| - "mz": "^2.4.0", | |
| - "progress": "^2.0.0", | |
| - "resolve": "^1.3.3", | |
| - "serialize-error": "^3.0.0", | |
| - "stack-chain": "^2.0.0", | |
| - "stacktrace-js": "^2.0.0", | |
| + "gherkin": "5.1.0", | |
| + "glob": "7.1.4", | |
| + "indent-string": "3.2.0", | |
| + "is-generator": "1.0.3", | |
| + "is-stream": "1.1.0", | |
| + "knuth-shuffle-seeded": "1.0.6", | |
| + "lodash": "4.17.15", | |
| + "mz": "2.7.0", | |
| + "progress": "2.0.3", | |
| + "resolve": "1.12.0", | |
| + "serialize-error": "3.0.0", | |
| + "stack-chain": "2.0.0", | |
| + "stacktrace-js": "2.0.1", | |
| "string-argv": "0.1.1", | |
| - "title-case": "^2.1.1", | |
| - "util-arity": "^1.0.2", | |
| - "verror": "^1.9.0" | |
| + "title-case": "2.1.1", | |
| + "util-arity": "1.1.0", | |
| + "verror": "1.10.0" | |
| }, | |
| "dependencies": { | |
| "cross-spawn": { | |
| @@ -1792,11 +1792,11 @@ | |
| "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", | |
| "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", | |
| "requires": { | |
| - "nice-try": "^1.0.4", | |
| - "path-key": "^2.0.1", | |
| - "semver": "^5.5.0", | |
| - "shebang-command": "^1.2.0", | |
| - "which": "^1.2.9" | |
| + "nice-try": "1.0.5", | |
| + "path-key": "2.0.1", | |
| + "semver": "5.7.1", | |
| + "shebang-command": "1.2.0", | |
| + "which": "1.3.1" | |
| } | |
| } | |
| } | |
| @@ -1806,7 +1806,7 @@ | |
| "resolved": "https://registry.npmjs.org/cucumber-expressions/-/cucumber-expressions-6.6.2.tgz", | |
| "integrity": "sha512-WcFSVBiWNLJbIcAAC3t/ACU46vaOKfe1UIF5H3qveoq+Y4XQm9j3YwHurQNufRKBBg8nCnpU7Ttsx7egjS3hwA==", | |
| "requires": { | |
| - "becke-ch--regex--s0-0-v1--base--pl--lib": "^1.2.0" | |
| + "becke-ch--regex--s0-0-v1--base--pl--lib": "1.4.0" | |
| } | |
| }, | |
| "cucumber-tag-expressions": { | |
| @@ -1866,11 +1866,11 @@ | |
| "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", | |
| "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", | |
| "requires": { | |
| - "nice-try": "^1.0.4", | |
| - "path-key": "^2.0.1", | |
| - "semver": "^5.5.0", | |
| - "shebang-command": "^1.2.0", | |
| - "which": "^1.2.9" | |
| + "nice-try": "1.0.5", | |
| + "path-key": "2.0.1", | |
| + "semver": "5.7.1", | |
| + "shebang-command": "1.2.0", | |
| + "which": "1.3.1" | |
| } | |
| }, | |
| "debug": { | |
| @@ -1878,7 +1878,7 @@ | |
| "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", | |
| "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", | |
| "requires": { | |
| - "ms": "^2.1.1" | |
| + "ms": "2.1.2" | |
| } | |
| }, | |
| "execa": { | |
| @@ -1886,13 +1886,13 @@ | |
| "resolved": "https://registry.npmjs.org/execa/-/execa-0.10.0.tgz", | |
| "integrity": "sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw==", | |
| "requires": { | |
| - "cross-spawn": "^6.0.0", | |
| - "get-stream": "^3.0.0", | |
| - "is-stream": "^1.1.0", | |
| - "npm-run-path": "^2.0.0", | |
| - "p-finally": "^1.0.0", | |
| - "signal-exit": "^3.0.0", | |
| - "strip-eof": "^1.0.0" | |
| + "cross-spawn": "6.0.5", | |
| + "get-stream": "3.0.0", | |
| + "is-stream": "1.1.0", | |
| + "npm-run-path": "2.0.2", | |
| + "p-finally": "1.0.0", | |
| + "signal-exit": "3.0.2", | |
| + "strip-eof": "1.0.0" | |
| } | |
| }, | |
| "fd-slicer": { | |
| @@ -1900,7 +1900,7 @@ | |
| "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", | |
| "integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=", | |
| "requires": { | |
| - "pend": "~1.2.0" | |
| + "pend": "1.2.0" | |
| } | |
| }, | |
| "url": { | |
| @@ -1917,8 +1917,8 @@ | |
| "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", | |
| "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=", | |
| "requires": { | |
| - "buffer-crc32": "~0.2.3", | |
| - "fd-slicer": "~1.1.0" | |
| + "buffer-crc32": "0.2.13", | |
| + "fd-slicer": "1.1.0" | |
| } | |
| } | |
| } | |
| @@ -1928,8 +1928,8 @@ | |
| "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", | |
| "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", | |
| "requires": { | |
| - "es5-ext": "^0.10.50", | |
| - "type": "^1.0.1" | |
| + "es5-ext": "0.10.51", | |
| + "type": "1.2.0" | |
| } | |
| }, | |
| "dashdash": { | |
| @@ -1937,7 +1937,7 @@ | |
| "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", | |
| "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", | |
| "requires": { | |
| - "assert-plus": "^1.0.0" | |
| + "assert-plus": "1.0.0" | |
| } | |
| }, | |
| "date-fns": { | |
| @@ -1956,7 +1956,7 @@ | |
| "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", | |
| "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", | |
| "requires": { | |
| - "ms": "^2.1.1" | |
| + "ms": "2.1.2" | |
| } | |
| }, | |
| "decamelize": { | |
| @@ -1975,7 +1975,7 @@ | |
| "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", | |
| "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==", | |
| "requires": { | |
| - "type-detect": "^4.0.0" | |
| + "type-detect": "4.0.8" | |
| } | |
| }, | |
| "deep-extend": { | |
| @@ -1998,7 +1998,7 @@ | |
| "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", | |
| "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", | |
| "requires": { | |
| - "object-keys": "^1.0.12" | |
| + "object-keys": "1.1.1" | |
| } | |
| }, | |
| "del": { | |
| @@ -2006,13 +2006,13 @@ | |
| "resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz", | |
| "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==", | |
| "requires": { | |
| - "@types/glob": "^7.1.1", | |
| - "globby": "^6.1.0", | |
| - "is-path-cwd": "^2.0.0", | |
| - "is-path-in-cwd": "^2.0.0", | |
| - "p-map": "^2.0.0", | |
| - "pify": "^4.0.1", | |
| - "rimraf": "^2.6.3" | |
| + "@types/glob": "7.1.1", | |
| + "globby": "6.1.0", | |
| + "is-path-cwd": "2.2.0", | |
| + "is-path-in-cwd": "2.1.0", | |
| + "p-map": "2.1.0", | |
| + "pify": "4.0.1", | |
| + "rimraf": "2.7.1" | |
| }, | |
| "dependencies": { | |
| "pify": { | |
| @@ -2057,8 +2057,8 @@ | |
| "resolved": "https://registry.npmjs.org/duration/-/duration-0.2.2.tgz", | |
| "integrity": "sha512-06kgtea+bGreF5eKYgI/36A6pLXggY7oR4p1pq4SmdFBn1ReOL5D8RhG64VrqfTTKNucqqtBAwEj8aB88mcqrg==", | |
| "requires": { | |
| - "d": "1", | |
| - "es5-ext": "~0.10.46" | |
| + "d": "1.0.1", | |
| + "es5-ext": "0.10.51" | |
| } | |
| }, | |
| "ecc-jsbn": { | |
| @@ -2066,8 +2066,8 @@ | |
| "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", | |
| "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", | |
| "requires": { | |
| - "jsbn": "~0.1.0", | |
| - "safer-buffer": "^2.1.0" | |
| + "jsbn": "0.1.1", | |
| + "safer-buffer": "2.1.2" | |
| } | |
| }, | |
| "ecdsa-sig-formatter": { | |
| @@ -2075,7 +2075,7 @@ | |
| "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", | |
| "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", | |
| "requires": { | |
| - "safe-buffer": "^5.0.1" | |
| + "safe-buffer": "5.1.2" | |
| } | |
| }, | |
| "ejs": { | |
| @@ -2103,7 +2103,7 @@ | |
| "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", | |
| "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", | |
| "requires": { | |
| - "once": "^1.4.0" | |
| + "once": "1.4.0" | |
| } | |
| }, | |
| "enjoi": { | |
| @@ -2111,7 +2111,7 @@ | |
| "resolved": "https://registry.npmjs.org/enjoi/-/enjoi-5.0.2.tgz", | |
| "integrity": "sha512-YW3yR+SjJFgORfhrpZJL9IqNpUCeI+BMDQO43YgmyIRvpy3lE5+5LuowDqoooLuoQEtR7bLSIdAEi1RSEki70Q==", | |
| "requires": { | |
| - "hoek": "^6.0.0" | |
| + "hoek": "6.1.3" | |
| } | |
| }, | |
| "error-stack-parser": { | |
| @@ -2119,7 +2119,7 @@ | |
| "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.4.tgz", | |
| "integrity": "sha512-fZ0KkoxSjLFmhW5lHbUT3tLwy3nX1qEzMYo8koY1vrsAco53CMT1djnBSeC/wUjTEZRhZl9iRw7PaMaxfJ4wzQ==", | |
| "requires": { | |
| - "stackframe": "^1.1.0" | |
| + "stackframe": "1.1.0" | |
| } | |
| }, | |
| "es5-ext": { | |
| @@ -2127,9 +2127,9 @@ | |
| "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.51.tgz", | |
| "integrity": "sha512-oRpWzM2WcLHVKpnrcyB7OW8j/s67Ba04JCm0WnNv3RiABSvs7mrQlutB8DBv793gKcp0XENR8Il8WxGTlZ73gQ==", | |
| "requires": { | |
| - "es6-iterator": "~2.0.3", | |
| - "es6-symbol": "~3.1.1", | |
| - "next-tick": "^1.0.0" | |
| + "es6-iterator": "2.0.3", | |
| + "es6-symbol": "3.1.2", | |
| + "next-tick": "1.0.0" | |
| } | |
| }, | |
| "es6-iterator": { | |
| @@ -2137,9 +2137,9 @@ | |
| "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", | |
| "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", | |
| "requires": { | |
| - "d": "1", | |
| - "es5-ext": "^0.10.35", | |
| - "es6-symbol": "^3.1.1" | |
| + "d": "1.0.1", | |
| + "es5-ext": "0.10.51", | |
| + "es6-symbol": "3.1.2" | |
| } | |
| }, | |
| "es6-promise": { | |
| @@ -2152,7 +2152,7 @@ | |
| "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", | |
| "integrity": "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=", | |
| "requires": { | |
| - "es6-promise": "^4.0.3" | |
| + "es6-promise": "4.2.8" | |
| } | |
| }, | |
| "es6-symbol": { | |
| @@ -2160,8 +2160,8 @@ | |
| "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.2.tgz", | |
| "integrity": "sha512-/ZypxQsArlv+KHpGvng52/Iz8by3EQPxhmbuz8yFG89N/caTFBSbcXONDw0aMjy827gQg26XAjP4uXFvnfINmQ==", | |
| "requires": { | |
| - "d": "^1.0.1", | |
| - "es5-ext": "^0.10.51" | |
| + "d": "1.0.1", | |
| + "es5-ext": "0.10.51" | |
| } | |
| }, | |
| "escape-string-regexp": { | |
| @@ -2179,13 +2179,13 @@ | |
| "resolved": "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz", | |
| "integrity": "sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE=", | |
| "requires": { | |
| - "duplexer": "~0.1.1", | |
| - "from": "~0", | |
| - "map-stream": "~0.1.0", | |
| + "duplexer": "0.1.1", | |
| + "from": "0.1.7", | |
| + "map-stream": "0.1.0", | |
| "pause-stream": "0.0.11", | |
| - "split": "0.3", | |
| - "stream-combiner": "~0.0.4", | |
| - "through": "~2.3.1" | |
| + "split": "0.3.3", | |
| + "stream-combiner": "0.0.4", | |
| + "through": "2.3.8" | |
| } | |
| }, | |
| "event-target-shim": { | |
| @@ -2203,13 +2203,13 @@ | |
| "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz", | |
| "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", | |
| "requires": { | |
| - "cross-spawn": "^5.0.1", | |
| - "get-stream": "^3.0.0", | |
| - "is-stream": "^1.1.0", | |
| - "npm-run-path": "^2.0.0", | |
| - "p-finally": "^1.0.0", | |
| - "signal-exit": "^3.0.0", | |
| - "strip-eof": "^1.0.0" | |
| + "cross-spawn": "5.1.0", | |
| + "get-stream": "3.0.0", | |
| + "is-stream": "1.1.0", | |
| + "npm-run-path": "2.0.2", | |
| + "p-finally": "1.0.0", | |
| + "signal-exit": "3.0.2", | |
| + "strip-eof": "1.0.0" | |
| } | |
| }, | |
| "executable": { | |
| @@ -2217,7 +2217,7 @@ | |
| "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz", | |
| "integrity": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==", | |
| "requires": { | |
| - "pify": "^2.2.0" | |
| + "pify": "2.3.0" | |
| }, | |
| "dependencies": { | |
| "pify": { | |
| @@ -2242,9 +2242,9 @@ | |
| "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz", | |
| "integrity": "sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==", | |
| "requires": { | |
| - "chardet": "^0.4.0", | |
| - "iconv-lite": "^0.4.17", | |
| - "tmp": "^0.0.33" | |
| + "chardet": "0.4.2", | |
| + "iconv-lite": "0.4.24", | |
| + "tmp": "0.0.33" | |
| }, | |
| "dependencies": { | |
| "tmp": { | |
| @@ -2252,7 +2252,7 @@ | |
| "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", | |
| "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", | |
| "requires": { | |
| - "os-tmpdir": "~1.0.2" | |
| + "os-tmpdir": "1.0.2" | |
| } | |
| } | |
| } | |
| @@ -2313,7 +2313,7 @@ | |
| "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz", | |
| "integrity": "sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU=", | |
| "requires": { | |
| - "pend": "~1.2.0" | |
| + "pend": "1.2.0" | |
| } | |
| }, | |
| "fibers": { | |
| @@ -2326,7 +2326,7 @@ | |
| "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", | |
| "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", | |
| "requires": { | |
| - "escape-string-regexp": "^1.0.5" | |
| + "escape-string-regexp": "1.0.5" | |
| } | |
| }, | |
| "file-type": { | |
| @@ -2339,9 +2339,9 @@ | |
| "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-1.0.0.tgz", | |
| "integrity": "sha1-kojj6ePMN0hxfTnq3hfPcfww7m8=", | |
| "requires": { | |
| - "commondir": "^1.0.1", | |
| - "make-dir": "^1.0.0", | |
| - "pkg-dir": "^2.0.0" | |
| + "commondir": "1.0.1", | |
| + "make-dir": "1.3.0", | |
| + "pkg-dir": "2.0.0" | |
| } | |
| }, | |
| "find-up": { | |
| @@ -2349,7 +2349,7 @@ | |
| "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", | |
| "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", | |
| "requires": { | |
| - "locate-path": "^2.0.0" | |
| + "locate-path": "2.0.0" | |
| } | |
| }, | |
| "forever-agent": { | |
| @@ -2362,9 +2362,9 @@ | |
| "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", | |
| "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", | |
| "requires": { | |
| - "asynckit": "^0.4.0", | |
| - "combined-stream": "^1.0.6", | |
| - "mime-types": "^2.1.12" | |
| + "asynckit": "0.4.0", | |
| + "combined-stream": "1.0.8", | |
| + "mime-types": "2.1.24" | |
| } | |
| }, | |
| "from": { | |
| @@ -2382,9 +2382,9 @@ | |
| "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-5.0.0.tgz", | |
| "integrity": "sha512-66Pm4RYbjzdyeuqudYqhFiNBbCIuI9kgRqLPSHIlXHidW8NIQtVdkM1yeZ4lXwuhbTETv3EUGMNHAAw6hiundQ==", | |
| "requires": { | |
| - "graceful-fs": "^4.1.2", | |
| - "jsonfile": "^4.0.0", | |
| - "universalify": "^0.1.0" | |
| + "graceful-fs": "4.2.2", | |
| + "jsonfile": "4.0.0", | |
| + "universalify": "0.1.2" | |
| } | |
| }, | |
| "fs-minipass": { | |
| @@ -2392,7 +2392,7 @@ | |
| "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz", | |
| "integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==", | |
| "requires": { | |
| - "minipass": "^2.6.0" | |
| + "minipass": "2.9.0" | |
| } | |
| }, | |
| "fs.realpath": { | |
| @@ -2416,14 +2416,14 @@ | |
| "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", | |
| "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", | |
| "requires": { | |
| - "aproba": "^1.0.3", | |
| - "console-control-strings": "^1.0.0", | |
| - "has-unicode": "^2.0.0", | |
| - "object-assign": "^4.1.0", | |
| - "signal-exit": "^3.0.0", | |
| - "string-width": "^1.0.1", | |
| - "strip-ansi": "^3.0.1", | |
| - "wide-align": "^1.1.0" | |
| + "aproba": "1.2.0", | |
| + "console-control-strings": "1.1.0", | |
| + "has-unicode": "2.0.1", | |
| + "object-assign": "4.1.1", | |
| + "signal-exit": "3.0.2", | |
| + "string-width": "1.0.2", | |
| + "strip-ansi": "3.0.1", | |
| + "wide-align": "1.1.3" | |
| } | |
| }, | |
| "gaxios": { | |
| @@ -2431,10 +2431,10 @@ | |
| "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-1.8.4.tgz", | |
| "integrity": "sha512-BoENMnu1Gav18HcpV9IleMPZ9exM+AvUjrAOV4Mzs/vfz2Lu/ABv451iEXByKiMPn2M140uul1txXCg83sAENw==", | |
| "requires": { | |
| - "abort-controller": "^3.0.0", | |
| - "extend": "^3.0.2", | |
| - "https-proxy-agent": "^2.2.1", | |
| - "node-fetch": "^2.3.0" | |
| + "abort-controller": "3.0.0", | |
| + "extend": "3.0.2", | |
| + "https-proxy-agent": "2.2.2", | |
| + "node-fetch": "2.6.0" | |
| } | |
| }, | |
| "gaze": { | |
| @@ -2442,7 +2442,7 @@ | |
| "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz", | |
| "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", | |
| "requires": { | |
| - "globule": "^1.0.0" | |
| + "globule": "1.2.1" | |
| } | |
| }, | |
| "gcp-metadata": { | |
| @@ -2450,8 +2450,8 @@ | |
| "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-1.0.0.tgz", | |
| "integrity": "sha512-Q6HrgfrCQeEircnNP3rCcEgiDv7eF9+1B+1MMgpE190+/+0mjQR8PxeOaRgxZWmdDAF9EIryHB9g1moPiw1SbQ==", | |
| "requires": { | |
| - "gaxios": "^1.0.2", | |
| - "json-bigint": "^0.3.0" | |
| + "gaxios": "1.8.4", | |
| + "json-bigint": "0.3.0" | |
| } | |
| }, | |
| "generate-schema": { | |
| @@ -2459,8 +2459,8 @@ | |
| "resolved": "https://registry.npmjs.org/generate-schema/-/generate-schema-2.6.0.tgz", | |
| "integrity": "sha512-EUBKfJNzT8f91xUk5X5gKtnbdejZeE065UAJ3BCzE8VEbvwKI9Pm5jaWmqVeK1MYc1g5weAVFDTSJzN7ymtTqA==", | |
| "requires": { | |
| - "commander": "^2.9.0", | |
| - "type-of-is": "^3.4.0" | |
| + "commander": "2.20.1", | |
| + "type-of-is": "3.5.1" | |
| } | |
| }, | |
| "get-caller-file": { | |
| @@ -2492,7 +2492,7 @@ | |
| "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", | |
| "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", | |
| "requires": { | |
| - "assert-plus": "^1.0.0" | |
| + "assert-plus": "1.0.0" | |
| } | |
| }, | |
| "gherkin": { | |
| @@ -2505,12 +2505,12 @@ | |
| "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", | |
| "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", | |
| "requires": { | |
| - "fs.realpath": "^1.0.0", | |
| - "inflight": "^1.0.4", | |
| - "inherits": "2", | |
| - "minimatch": "^3.0.4", | |
| - "once": "^1.3.0", | |
| - "path-is-absolute": "^1.0.0" | |
| + "fs.realpath": "1.0.0", | |
| + "inflight": "1.0.6", | |
| + "inherits": "2.0.4", | |
| + "minimatch": "3.0.4", | |
| + "once": "1.4.0", | |
| + "path-is-absolute": "1.0.1" | |
| } | |
| }, | |
| "global-dirs": { | |
| @@ -2518,7 +2518,7 @@ | |
| "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz", | |
| "integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=", | |
| "requires": { | |
| - "ini": "^1.3.4" | |
| + "ini": "1.3.5" | |
| } | |
| }, | |
| "globals": { | |
| @@ -2531,11 +2531,11 @@ | |
| "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", | |
| "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", | |
| "requires": { | |
| - "array-union": "^1.0.1", | |
| - "glob": "^7.0.3", | |
| - "object-assign": "^4.0.1", | |
| - "pify": "^2.0.0", | |
| - "pinkie-promise": "^2.0.0" | |
| + "array-union": "1.0.2", | |
| + "glob": "7.1.4", | |
| + "object-assign": "4.1.1", | |
| + "pify": "2.3.0", | |
| + "pinkie-promise": "2.0.1" | |
| }, | |
| "dependencies": { | |
| "pify": { | |
| @@ -2550,9 +2550,9 @@ | |
| "resolved": "https://registry.npmjs.org/globule/-/globule-1.2.1.tgz", | |
| "integrity": "sha512-g7QtgWF4uYSL5/dn71WxubOrS7JVGCnFPEnoeChJmBnyR9Mw8nGoEwOgJL/RC2Te0WhbsEUCejfH8SZNJ+adYQ==", | |
| "requires": { | |
| - "glob": "~7.1.1", | |
| - "lodash": "~4.17.10", | |
| - "minimatch": "~3.0.2" | |
| + "glob": "7.1.4", | |
| + "lodash": "4.17.15", | |
| + "minimatch": "3.0.4" | |
| } | |
| }, | |
| "google-auth-library": { | |
| @@ -2560,15 +2560,15 @@ | |
| "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-3.1.2.tgz", | |
| "integrity": "sha512-cDQMzTotwyWMrg5jRO7q0A4TL/3GWBgO7I7q5xGKNiiFf9SmGY/OJ1YsLMgI2MVHHsEGyrqYnbnmV1AE+Z6DnQ==", | |
| "requires": { | |
| - "base64-js": "^1.3.0", | |
| - "fast-text-encoding": "^1.0.0", | |
| - "gaxios": "^1.2.1", | |
| - "gcp-metadata": "^1.0.0", | |
| - "gtoken": "^2.3.2", | |
| - "https-proxy-agent": "^2.2.1", | |
| - "jws": "^3.1.5", | |
| - "lru-cache": "^5.0.0", | |
| - "semver": "^5.5.0" | |
| + "base64-js": "1.3.1", | |
| + "fast-text-encoding": "1.0.0", | |
| + "gaxios": "1.8.4", | |
| + "gcp-metadata": "1.0.0", | |
| + "gtoken": "2.3.3", | |
| + "https-proxy-agent": "2.2.2", | |
| + "jws": "3.2.2", | |
| + "lru-cache": "5.1.1", | |
| + "semver": "5.7.1" | |
| }, | |
| "dependencies": { | |
| "lru-cache": { | |
| @@ -2576,7 +2576,7 @@ | |
| "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", | |
| "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", | |
| "requires": { | |
| - "yallist": "^3.0.2" | |
| + "yallist": "3.1.1" | |
| } | |
| } | |
| } | |
| @@ -2586,8 +2586,8 @@ | |
| "resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-1.0.4.tgz", | |
| "integrity": "sha512-SwLAUJqUfTB2iS+wFfSS/G9p7bt4eWcc2LyfvmUXe7cWp6p3mpxDo6LLI29MXdU6wvPcQ/up298X7GMC5ylAlA==", | |
| "requires": { | |
| - "node-forge": "^0.8.0", | |
| - "pify": "^4.0.0" | |
| + "node-forge": "0.8.5", | |
| + "pify": "4.0.1" | |
| }, | |
| "dependencies": { | |
| "pify": { | |
| @@ -2602,8 +2602,8 @@ | |
| "resolved": "https://registry.npmjs.org/googleapis/-/googleapis-39.2.0.tgz", | |
| "integrity": "sha512-66X8TG1B33zAt177sG1CoKoYHPP/B66tEpnnSANGCqotMuY5gqSQO8G/0gqHZR2jRgc5CHSSNOJCnpI0SuDxMQ==", | |
| "requires": { | |
| - "google-auth-library": "^3.0.0", | |
| - "googleapis-common": "^0.7.0" | |
| + "google-auth-library": "3.1.2", | |
| + "googleapis-common": "0.7.2" | |
| } | |
| }, | |
| "googleapis-common": { | |
| @@ -2611,12 +2611,12 @@ | |
| "resolved": "https://registry.npmjs.org/googleapis-common/-/googleapis-common-0.7.2.tgz", | |
| "integrity": "sha512-9DEJIiO4nS7nw0VE1YVkEfXEj8x8MxsuB+yZIpOBULFSN9OIKcUU8UuKgSZFU4lJmRioMfngktrbkMwWJcUhQg==", | |
| "requires": { | |
| - "gaxios": "^1.2.2", | |
| - "google-auth-library": "^3.0.0", | |
| - "pify": "^4.0.0", | |
| - "qs": "^6.5.2", | |
| - "url-template": "^2.0.8", | |
| - "uuid": "^3.2.1" | |
| + "gaxios": "1.8.4", | |
| + "google-auth-library": "3.1.2", | |
| + "pify": "4.0.1", | |
| + "qs": "6.5.2", | |
| + "url-template": "2.0.8", | |
| + "uuid": "3.3.3" | |
| }, | |
| "dependencies": { | |
| "pify": { | |
| @@ -2647,11 +2647,11 @@ | |
| "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-2.3.3.tgz", | |
| "integrity": "sha512-EaB49bu/TCoNeQjhCYKI/CurooBKkGxIqFHsWABW0b25fobBYVTMe84A8EBVVZhl8emiUdNypil9huMOTmyAnw==", | |
| "requires": { | |
| - "gaxios": "^1.0.4", | |
| - "google-p12-pem": "^1.0.0", | |
| - "jws": "^3.1.5", | |
| - "mime": "^2.2.0", | |
| - "pify": "^4.0.0" | |
| + "gaxios": "1.8.4", | |
| + "google-p12-pem": "1.0.4", | |
| + "jws": "3.2.2", | |
| + "mime": "2.4.4", | |
| + "pify": "4.0.1" | |
| }, | |
| "dependencies": { | |
| "pify": { | |
| @@ -2671,8 +2671,8 @@ | |
| "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz", | |
| "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", | |
| "requires": { | |
| - "ajv": "^6.5.5", | |
| - "har-schema": "^2.0.0" | |
| + "ajv": "6.10.2", | |
| + "har-schema": "2.0.0" | |
| } | |
| }, | |
| "has-ansi": { | |
| @@ -2680,7 +2680,7 @@ | |
| "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", | |
| "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", | |
| "requires": { | |
| - "ansi-regex": "^2.0.0" | |
| + "ansi-regex": "2.1.1" | |
| } | |
| }, | |
| "has-flag": { | |
| @@ -2719,9 +2719,9 @@ | |
| "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", | |
| "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", | |
| "requires": { | |
| - "assert-plus": "^1.0.0", | |
| - "jsprim": "^1.2.2", | |
| - "sshpk": "^1.7.0" | |
| + "assert-plus": "1.0.0", | |
| + "jsprim": "1.4.1", | |
| + "sshpk": "1.16.1" | |
| } | |
| }, | |
| "https-proxy-agent": { | |
| @@ -2729,8 +2729,8 @@ | |
| "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.2.tgz", | |
| "integrity": "sha512-c8Ndjc9Bkpfx/vCJueCPy0jlP4ccCCSNDp8xwCZzPjKJUm+B+u9WX2x98Qx4n1PiMNTWo3D7KK5ifNV/yJyRzg==", | |
| "requires": { | |
| - "agent-base": "^4.3.0", | |
| - "debug": "^3.1.0" | |
| + "agent-base": "4.3.0", | |
| + "debug": "3.2.6" | |
| }, | |
| "dependencies": { | |
| "debug": { | |
| @@ -2738,7 +2738,7 @@ | |
| "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", | |
| "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", | |
| "requires": { | |
| - "ms": "^2.1.1" | |
| + "ms": "2.1.2" | |
| } | |
| } | |
| } | |
| @@ -2753,7 +2753,7 @@ | |
| "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", | |
| "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", | |
| "requires": { | |
| - "safer-buffer": ">= 2.1.2 < 3" | |
| + "safer-buffer": "2.1.2" | |
| } | |
| }, | |
| "ieee754": { | |
| @@ -2766,7 +2766,7 @@ | |
| "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.2.tgz", | |
| "integrity": "sha512-EXyErtpHbn75ZTsOADsfx6J/FPo6/5cjev46PXrcTpd8z3BoRkXgYu9/JVqrI7tusjmwCZutGeRJeU0Wo1e4Cw==", | |
| "requires": { | |
| - "minimatch": "^3.0.4" | |
| + "minimatch": "3.0.4" | |
| } | |
| }, | |
| "indent-string": { | |
| @@ -2779,8 +2779,8 @@ | |
| "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", | |
| "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", | |
| "requires": { | |
| - "once": "^1.3.0", | |
| - "wrappy": "1" | |
| + "once": "1.4.0", | |
| + "wrappy": "1.0.2" | |
| } | |
| }, | |
| "inherits": { | |
| @@ -2798,20 +2798,20 @@ | |
| "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.3.0.tgz", | |
| "integrity": "sha512-h+xtnyk4EwKvFWHrUYsWErEVR+igKtLdchu+o0Z1RL7VU/jVMFbYir2bp6bAj8efFNxWqHX0dIss6fJQ+/+qeQ==", | |
| "requires": { | |
| - "ansi-escapes": "^3.0.0", | |
| - "chalk": "^2.0.0", | |
| - "cli-cursor": "^2.1.0", | |
| - "cli-width": "^2.0.0", | |
| - "external-editor": "^2.0.4", | |
| - "figures": "^2.0.0", | |
| - "lodash": "^4.3.0", | |
| + "ansi-escapes": "3.2.0", | |
| + "chalk": "2.4.2", | |
| + "cli-cursor": "2.1.0", | |
| + "cli-width": "2.2.0", | |
| + "external-editor": "2.2.0", | |
| + "figures": "2.0.0", | |
| + "lodash": "4.17.15", | |
| "mute-stream": "0.0.7", | |
| - "run-async": "^2.2.0", | |
| - "rx-lite": "^4.0.8", | |
| - "rx-lite-aggregates": "^4.0.8", | |
| - "string-width": "^2.1.0", | |
| - "strip-ansi": "^4.0.0", | |
| - "through": "^2.3.6" | |
| + "run-async": "2.3.0", | |
| + "rx-lite": "4.0.8", | |
| + "rx-lite-aggregates": "4.0.8", | |
| + "string-width": "2.1.1", | |
| + "strip-ansi": "4.0.0", | |
| + "through": "2.3.8" | |
| }, | |
| "dependencies": { | |
| "ansi-escapes": { | |
| @@ -2829,7 +2829,7 @@ | |
| "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", | |
| "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", | |
| "requires": { | |
| - "restore-cursor": "^2.0.0" | |
| + "restore-cursor": "2.0.0" | |
| } | |
| }, | |
| "is-fullwidth-code-point": { | |
| @@ -2842,7 +2842,7 @@ | |
| "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", | |
| "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", | |
| "requires": { | |
| - "mimic-fn": "^1.0.0" | |
| + "mimic-fn": "1.2.0" | |
| } | |
| }, | |
| "restore-cursor": { | |
| @@ -2850,8 +2850,8 @@ | |
| "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", | |
| "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", | |
| "requires": { | |
| - "onetime": "^2.0.0", | |
| - "signal-exit": "^3.0.2" | |
| + "onetime": "2.0.1", | |
| + "signal-exit": "3.0.2" | |
| } | |
| }, | |
| "string-width": { | |
| @@ -2859,8 +2859,8 @@ | |
| "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", | |
| "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", | |
| "requires": { | |
| - "is-fullwidth-code-point": "^2.0.0", | |
| - "strip-ansi": "^4.0.0" | |
| + "is-fullwidth-code-point": "2.0.0", | |
| + "strip-ansi": "4.0.0" | |
| } | |
| }, | |
| "strip-ansi": { | |
| @@ -2868,7 +2868,7 @@ | |
| "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", | |
| "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", | |
| "requires": { | |
| - "ansi-regex": "^3.0.0" | |
| + "ansi-regex": "3.0.0" | |
| } | |
| } | |
| } | |
| @@ -2878,7 +2878,7 @@ | |
| "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", | |
| "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", | |
| "requires": { | |
| - "loose-envify": "^1.0.0" | |
| + "loose-envify": "1.4.0" | |
| } | |
| }, | |
| "invert-kv": { | |
| @@ -2897,7 +2897,7 @@ | |
| "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz", | |
| "integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==", | |
| "requires": { | |
| - "ci-info": "^1.5.0" | |
| + "ci-info": "1.6.0" | |
| } | |
| }, | |
| "is-extglob": { | |
| @@ -2910,7 +2910,7 @@ | |
| "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz", | |
| "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=", | |
| "requires": { | |
| - "number-is-nan": "^1.0.0" | |
| + "number-is-nan": "1.0.1" | |
| } | |
| }, | |
| "is-fullwidth-code-point": { | |
| @@ -2918,7 +2918,7 @@ | |
| "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", | |
| "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", | |
| "requires": { | |
| - "number-is-nan": "^1.0.0" | |
| + "number-is-nan": "1.0.1" | |
| } | |
| }, | |
| "is-generator": { | |
| @@ -2931,7 +2931,7 @@ | |
| "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", | |
| "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", | |
| "requires": { | |
| - "is-extglob": "^2.1.1" | |
| + "is-extglob": "2.1.1" | |
| } | |
| }, | |
| "is-installed-globally": { | |
| @@ -2939,8 +2939,8 @@ | |
| "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz", | |
| "integrity": "sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA=", | |
| "requires": { | |
| - "global-dirs": "^0.1.0", | |
| - "is-path-inside": "^1.0.0" | |
| + "global-dirs": "0.1.1", | |
| + "is-path-inside": "1.0.1" | |
| }, | |
| "dependencies": { | |
| "is-path-inside": { | |
| @@ -2948,7 +2948,7 @@ | |
| "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", | |
| "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=", | |
| "requires": { | |
| - "path-is-inside": "^1.0.1" | |
| + "path-is-inside": "1.0.2" | |
| } | |
| } | |
| } | |
| @@ -2963,7 +2963,7 @@ | |
| "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz", | |
| "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==", | |
| "requires": { | |
| - "is-path-inside": "^2.1.0" | |
| + "is-path-inside": "2.1.0" | |
| } | |
| }, | |
| "is-path-inside": { | |
| @@ -2971,7 +2971,7 @@ | |
| "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-2.1.0.tgz", | |
| "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==", | |
| "requires": { | |
| - "path-is-inside": "^1.0.2" | |
| + "path-is-inside": "1.0.2" | |
| } | |
| }, | |
| "is-promise": { | |
| @@ -3004,9 +3004,9 @@ | |
| "resolved": "https://registry.npmjs.org/is2/-/is2-2.0.1.tgz", | |
| "integrity": "sha512-+WaJvnaA7aJySz2q/8sLjMb2Mw14KTplHmSwcSpZ/fWJPkUmqw3YTzSWbPJ7OAwRvdYTWF2Wg+yYJ1AdP5Z8CA==", | |
| "requires": { | |
| - "deep-is": "^0.1.3", | |
| - "ip-regex": "^2.1.0", | |
| - "is-url": "^1.2.2" | |
| + "deep-is": "0.1.3", | |
| + "ip-regex": "2.1.0", | |
| + "is-url": "1.2.4" | |
| } | |
| }, | |
| "isarray": { | |
| @@ -3019,7 +3019,7 @@ | |
| "resolved": "https://registry.npmjs.org/isemail/-/isemail-3.2.0.tgz", | |
| "integrity": "sha512-zKqkK+O+dGqevc93KNsbZ/TqTUFd46MwWjYOoMrjIMZ51eU7DtQG3Wmd9SQQT7i7RVnuTPEiYEWHU3MSbxC1Tg==", | |
| "requires": { | |
| - "punycode": "2.x.x" | |
| + "punycode": "2.1.1" | |
| }, | |
| "dependencies": { | |
| "punycode": { | |
| @@ -3049,9 +3049,9 @@ | |
| "resolved": "https://registry.npmjs.org/joi/-/joi-14.3.1.tgz", | |
| "integrity": "sha512-LQDdM+pkOrpAn4Lp+neNIFV3axv1Vna3j38bisbQhETPMANYRbFJFUyOZcOClYvM/hppMhGWuKSFEK9vjrB+bQ==", | |
| "requires": { | |
| - "hoek": "6.x.x", | |
| - "isemail": "3.x.x", | |
| - "topo": "3.x.x" | |
| + "hoek": "6.1.3", | |
| + "isemail": "3.2.0", | |
| + "topo": "3.0.3" | |
| } | |
| }, | |
| "js-levenshtein": { | |
| @@ -3069,7 +3069,7 @@ | |
| "resolved": "https://registry.npmjs.org/js2xmlparser/-/js2xmlparser-3.0.0.tgz", | |
| "integrity": "sha1-P7YOqgicVED5MZ9RdgzNB+JJlzM=", | |
| "requires": { | |
| - "xmlcreate": "^1.0.1" | |
| + "xmlcreate": "1.0.2" | |
| } | |
| }, | |
| "jsbn": { | |
| @@ -3087,7 +3087,7 @@ | |
| "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-0.3.0.tgz", | |
| "integrity": "sha1-DM2RLEuCcNBfBW+9E4FLU9OCWx4=", | |
| "requires": { | |
| - "bignumber.js": "^7.0.0" | |
| + "bignumber.js": "7.2.1" | |
| } | |
| }, | |
| "json-schema": { | |
| @@ -3110,7 +3110,7 @@ | |
| "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.1.tgz", | |
| "integrity": "sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ==", | |
| "requires": { | |
| - "minimist": "^1.2.0" | |
| + "minimist": "1.2.0" | |
| } | |
| }, | |
| "jsonfile": { | |
| @@ -3118,7 +3118,7 @@ | |
| "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", | |
| "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", | |
| "requires": { | |
| - "graceful-fs": "^4.1.6" | |
| + "graceful-fs": "4.2.2" | |
| } | |
| }, | |
| "jsonwebtoken": { | |
| @@ -3126,16 +3126,16 @@ | |
| "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", | |
| "integrity": "sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==", | |
| "requires": { | |
| - "jws": "^3.2.2", | |
| - "lodash.includes": "^4.3.0", | |
| - "lodash.isboolean": "^3.0.3", | |
| - "lodash.isinteger": "^4.0.4", | |
| - "lodash.isnumber": "^3.0.3", | |
| - "lodash.isplainobject": "^4.0.6", | |
| - "lodash.isstring": "^4.0.1", | |
| - "lodash.once": "^4.0.0", | |
| - "ms": "^2.1.1", | |
| - "semver": "^5.6.0" | |
| + "jws": "3.2.2", | |
| + "lodash.includes": "4.3.0", | |
| + "lodash.isboolean": "3.0.3", | |
| + "lodash.isinteger": "4.0.4", | |
| + "lodash.isnumber": "3.0.3", | |
| + "lodash.isplainobject": "4.0.6", | |
| + "lodash.isstring": "4.0.1", | |
| + "lodash.once": "4.1.1", | |
| + "ms": "2.1.2", | |
| + "semver": "5.7.1" | |
| } | |
| }, | |
| "jsprim": { | |
| @@ -3156,7 +3156,7 @@ | |
| "requires": { | |
| "buffer-equal-constant-time": "1.0.1", | |
| "ecdsa-sig-formatter": "1.0.11", | |
| - "safe-buffer": "^5.0.1" | |
| + "safe-buffer": "5.1.2" | |
| } | |
| }, | |
| "jws": { | |
| @@ -3164,8 +3164,8 @@ | |
| "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", | |
| "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", | |
| "requires": { | |
| - "jwa": "^1.4.1", | |
| - "safe-buffer": "^5.0.1" | |
| + "jwa": "1.4.1", | |
| + "safe-buffer": "5.1.2" | |
| } | |
| }, | |
| "klaw": { | |
| @@ -3173,7 +3173,7 @@ | |
| "resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz", | |
| "integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=", | |
| "requires": { | |
| - "graceful-fs": "^4.1.9" | |
| + "graceful-fs": "4.2.2" | |
| } | |
| }, | |
| "knuth-shuffle-seeded": { | |
| @@ -3181,7 +3181,7 @@ | |
| "resolved": "https://registry.npmjs.org/knuth-shuffle-seeded/-/knuth-shuffle-seeded-1.0.6.tgz", | |
| "integrity": "sha1-AfG2VzOqdUDuCNiwF0Fk0iCB5OE=", | |
| "requires": { | |
| - "seed-random": "~2.2.0" | |
| + "seed-random": "2.2.0" | |
| } | |
| }, | |
| "lazy-ass": { | |
| @@ -3194,7 +3194,7 @@ | |
| "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz", | |
| "integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=", | |
| "requires": { | |
| - "readable-stream": "^2.0.5" | |
| + "readable-stream": "2.3.6" | |
| } | |
| }, | |
| "lcid": { | |
| @@ -3203,7 +3203,7 @@ | |
| "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", | |
| "dev": true, | |
| "requires": { | |
| - "invert-kv": "^2.0.0" | |
| + "invert-kv": "2.0.0" | |
| } | |
| }, | |
| "listr": { | |
| @@ -3211,22 +3211,22 @@ | |
| "resolved": "https://registry.npmjs.org/listr/-/listr-0.12.0.tgz", | |
| "integrity": "sha1-a84sD1YD+klYDqF81qAMwOX6RRo=", | |
| "requires": { | |
| - "chalk": "^1.1.3", | |
| - "cli-truncate": "^0.2.1", | |
| - "figures": "^1.7.0", | |
| - "indent-string": "^2.1.0", | |
| - "is-promise": "^2.1.0", | |
| - "is-stream": "^1.1.0", | |
| - "listr-silent-renderer": "^1.1.1", | |
| - "listr-update-renderer": "^0.2.0", | |
| - "listr-verbose-renderer": "^0.4.0", | |
| - "log-symbols": "^1.0.2", | |
| - "log-update": "^1.0.2", | |
| - "ora": "^0.2.3", | |
| - "p-map": "^1.1.1", | |
| - "rxjs": "^5.0.0-beta.11", | |
| - "stream-to-observable": "^0.1.0", | |
| - "strip-ansi": "^3.0.1" | |
| + "chalk": "1.1.3", | |
| + "cli-truncate": "0.2.1", | |
| + "figures": "1.7.0", | |
| + "indent-string": "2.1.0", | |
| + "is-promise": "2.1.0", | |
| + "is-stream": "1.1.0", | |
| + "listr-silent-renderer": "1.1.1", | |
| + "listr-update-renderer": "0.2.0", | |
| + "listr-verbose-renderer": "0.4.1", | |
| + "log-symbols": "1.0.2", | |
| + "log-update": "1.0.2", | |
| + "ora": "0.2.3", | |
| + "p-map": "1.2.0", | |
| + "rxjs": "5.5.12", | |
| + "stream-to-observable": "0.1.0", | |
| + "strip-ansi": "3.0.1" | |
| }, | |
| "dependencies": { | |
| "ansi-styles": { | |
| @@ -3239,11 +3239,11 @@ | |
| "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", | |
| "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", | |
| "requires": { | |
| - "ansi-styles": "^2.2.1", | |
| - "escape-string-regexp": "^1.0.2", | |
| - "has-ansi": "^2.0.0", | |
| - "strip-ansi": "^3.0.0", | |
| - "supports-color": "^2.0.0" | |
| + "ansi-styles": "2.2.1", | |
| + "escape-string-regexp": "1.0.5", | |
| + "has-ansi": "2.0.0", | |
| + "strip-ansi": "3.0.1", | |
| + "supports-color": "2.0.0" | |
| } | |
| }, | |
| "figures": { | |
| @@ -3251,8 +3251,8 @@ | |
| "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", | |
| "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", | |
| "requires": { | |
| - "escape-string-regexp": "^1.0.5", | |
| - "object-assign": "^4.1.0" | |
| + "escape-string-regexp": "1.0.5", | |
| + "object-assign": "4.1.1" | |
| } | |
| }, | |
| "indent-string": { | |
| @@ -3260,7 +3260,7 @@ | |
| "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", | |
| "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", | |
| "requires": { | |
| - "repeating": "^2.0.0" | |
| + "repeating": "2.0.1" | |
| } | |
| }, | |
| "log-symbols": { | |
| @@ -3268,7 +3268,7 @@ | |
| "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", | |
| "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", | |
| "requires": { | |
| - "chalk": "^1.0.0" | |
| + "chalk": "1.1.3" | |
| } | |
| }, | |
| "p-map": { | |
| @@ -3293,14 +3293,14 @@ | |
| "resolved": "https://registry.npmjs.org/listr-update-renderer/-/listr-update-renderer-0.2.0.tgz", | |
| "integrity": "sha1-yoDhd5tOcCZoB+ju0a1qvjmFUPk=", | |
| "requires": { | |
| - "chalk": "^1.1.3", | |
| - "cli-truncate": "^0.2.1", | |
| - "elegant-spinner": "^1.0.1", | |
| - "figures": "^1.7.0", | |
| - "indent-string": "^3.0.0", | |
| - "log-symbols": "^1.0.2", | |
| - "log-update": "^1.0.2", | |
| - "strip-ansi": "^3.0.1" | |
| + "chalk": "1.1.3", | |
| + "cli-truncate": "0.2.1", | |
| + "elegant-spinner": "1.0.1", | |
| + "figures": "1.7.0", | |
| + "indent-string": "3.2.0", | |
| + "log-symbols": "1.0.2", | |
| + "log-update": "1.0.2", | |
| + "strip-ansi": "3.0.1" | |
| }, | |
| "dependencies": { | |
| "ansi-styles": { | |
| @@ -3313,11 +3313,11 @@ | |
| "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", | |
| "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", | |
| "requires": { | |
| - "ansi-styles": "^2.2.1", | |
| - "escape-string-regexp": "^1.0.2", | |
| - "has-ansi": "^2.0.0", | |
| - "strip-ansi": "^3.0.0", | |
| - "supports-color": "^2.0.0" | |
| + "ansi-styles": "2.2.1", | |
| + "escape-string-regexp": "1.0.5", | |
| + "has-ansi": "2.0.0", | |
| + "strip-ansi": "3.0.1", | |
| + "supports-color": "2.0.0" | |
| } | |
| }, | |
| "figures": { | |
| @@ -3325,8 +3325,8 @@ | |
| "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", | |
| "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", | |
| "requires": { | |
| - "escape-string-regexp": "^1.0.5", | |
| - "object-assign": "^4.1.0" | |
| + "escape-string-regexp": "1.0.5", | |
| + "object-assign": "4.1.1" | |
| } | |
| }, | |
| "log-symbols": { | |
| @@ -3334,7 +3334,7 @@ | |
| "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", | |
| "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", | |
| "requires": { | |
| - "chalk": "^1.0.0" | |
| + "chalk": "1.1.3" | |
| } | |
| }, | |
| "supports-color": { | |
| @@ -3349,10 +3349,10 @@ | |
| "resolved": "https://registry.npmjs.org/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz", | |
| "integrity": "sha1-ggb0z21S3cWCfl/RSYng6WWTOjU=", | |
| "requires": { | |
| - "chalk": "^1.1.3", | |
| - "cli-cursor": "^1.0.2", | |
| - "date-fns": "^1.27.2", | |
| - "figures": "^1.7.0" | |
| + "chalk": "1.1.3", | |
| + "cli-cursor": "1.0.2", | |
| + "date-fns": "1.30.1", | |
| + "figures": "1.7.0" | |
| }, | |
| "dependencies": { | |
| "ansi-styles": { | |
| @@ -3365,11 +3365,11 @@ | |
| "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", | |
| "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", | |
| "requires": { | |
| - "ansi-styles": "^2.2.1", | |
| - "escape-string-regexp": "^1.0.2", | |
| - "has-ansi": "^2.0.0", | |
| - "strip-ansi": "^3.0.0", | |
| - "supports-color": "^2.0.0" | |
| + "ansi-styles": "2.2.1", | |
| + "escape-string-regexp": "1.0.5", | |
| + "has-ansi": "2.0.0", | |
| + "strip-ansi": "3.0.1", | |
| + "supports-color": "2.0.0" | |
| } | |
| }, | |
| "figures": { | |
| @@ -3377,8 +3377,8 @@ | |
| "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", | |
| "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", | |
| "requires": { | |
| - "escape-string-regexp": "^1.0.5", | |
| - "object-assign": "^4.1.0" | |
| + "escape-string-regexp": "1.0.5", | |
| + "object-assign": "4.1.1" | |
| } | |
| }, | |
| "supports-color": { | |
| @@ -3393,8 +3393,8 @@ | |
| "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", | |
| "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", | |
| "requires": { | |
| - "p-locate": "^2.0.0", | |
| - "path-exists": "^3.0.0" | |
| + "p-locate": "2.0.0", | |
| + "path-exists": "3.0.0" | |
| } | |
| }, | |
| "lodash": { | |
| @@ -3460,7 +3460,7 @@ | |
| "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", | |
| "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", | |
| "requires": { | |
| - "chalk": "^2.0.1" | |
| + "chalk": "2.4.2" | |
| } | |
| }, | |
| "log-update": { | |
| @@ -3468,8 +3468,8 @@ | |
| "resolved": "https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz", | |
| "integrity": "sha1-GZKfZMQJPS0ucHWh2tivWcKWuNE=", | |
| "requires": { | |
| - "ansi-escapes": "^1.0.0", | |
| - "cli-cursor": "^1.0.2" | |
| + "ansi-escapes": "1.4.0", | |
| + "cli-cursor": "1.0.2" | |
| } | |
| }, | |
| "loose-envify": { | |
| @@ -3477,7 +3477,7 @@ | |
| "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", | |
| "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", | |
| "requires": { | |
| - "js-tokens": "^3.0.0 || ^4.0.0" | |
| + "js-tokens": "4.0.0" | |
| } | |
| }, | |
| "lower-case": { | |
| @@ -3490,8 +3490,8 @@ | |
| "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", | |
| "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", | |
| "requires": { | |
| - "pseudomap": "^1.0.2", | |
| - "yallist": "^2.1.2" | |
| + "pseudomap": "1.0.2", | |
| + "yallist": "2.1.2" | |
| }, | |
| "dependencies": { | |
| "yallist": { | |
| @@ -3506,8 +3506,8 @@ | |
| "resolved": "https://registry.npmjs.org/mailosaur/-/mailosaur-5.0.8.tgz", | |
| "integrity": "sha512-MPAW1wg0CbWvcZWXyu4inxEnVsa4MKiqtO3fsZtGP3ge8+KX/R0rCXwPJSddK5OajqrvEVfFQEIjdfAl0CMO7g==", | |
| "requires": { | |
| - "moment": "^2.21.0", | |
| - "request": "^2.85.0" | |
| + "moment": "2.24.0", | |
| + "request": "2.88.0" | |
| } | |
| }, | |
| "make-dir": { | |
| @@ -3515,7 +3515,7 @@ | |
| "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz", | |
| "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", | |
| "requires": { | |
| - "pify": "^3.0.0" | |
| + "pify": "3.0.0" | |
| } | |
| }, | |
| "map-age-cleaner": { | |
| @@ -3524,7 +3524,7 @@ | |
| "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", | |
| "dev": true, | |
| "requires": { | |
| - "p-defer": "^1.0.0" | |
| + "p-defer": "1.0.0" | |
| } | |
| }, | |
| "map-stream": { | |
| @@ -3538,9 +3538,9 @@ | |
| "integrity": "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==", | |
| "dev": true, | |
| "requires": { | |
| - "map-age-cleaner": "^0.1.1", | |
| - "mimic-fn": "^2.0.0", | |
| - "p-is-promise": "^2.0.0" | |
| + "map-age-cleaner": "0.1.3", | |
| + "mimic-fn": "2.1.0", | |
| + "p-is-promise": "2.1.0" | |
| }, | |
| "dependencies": { | |
| "mimic-fn": { | |
| @@ -3579,7 +3579,7 @@ | |
| "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", | |
| "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", | |
| "requires": { | |
| - "brace-expansion": "^1.1.7" | |
| + "brace-expansion": "1.1.11" | |
| } | |
| }, | |
| "minimist": { | |
| @@ -3592,8 +3592,8 @@ | |
| "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz", | |
| "integrity": "sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==", | |
| "requires": { | |
| - "safe-buffer": "^5.1.2", | |
| - "yallist": "^3.0.0" | |
| + "safe-buffer": "5.1.2", | |
| + "yallist": "3.1.1" | |
| } | |
| }, | |
| "minizlib": { | |
| @@ -3601,7 +3601,7 @@ | |
| "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz", | |
| "integrity": "sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==", | |
| "requires": { | |
| - "minipass": "^2.9.0" | |
| + "minipass": "2.9.0" | |
| } | |
| }, | |
| "mkdirp": { | |
| @@ -3659,12 +3659,12 @@ | |
| "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", | |
| "dev": true, | |
| "requires": { | |
| - "fs.realpath": "^1.0.0", | |
| - "inflight": "^1.0.4", | |
| - "inherits": "2", | |
| - "minimatch": "^3.0.4", | |
| - "once": "^1.3.0", | |
| - "path-is-absolute": "^1.0.0" | |
| + "fs.realpath": "1.0.0", | |
| + "inflight": "1.0.6", | |
| + "inherits": "2.0.4", | |
| + "minimatch": "3.0.4", | |
| + "once": "1.4.0", | |
| + "path-is-absolute": "1.0.1" | |
| } | |
| }, | |
| "ms": { | |
| @@ -3679,7 +3679,7 @@ | |
| "integrity": "sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==", | |
| "dev": true, | |
| "requires": { | |
| - "has-flag": "^3.0.0" | |
| + "has-flag": "3.0.0" | |
| } | |
| } | |
| } | |
| @@ -3690,16 +3690,16 @@ | |
| "integrity": "sha512-U23K19mLqmuBqFyIBl7FVkcIuG/2JYStCj+91WmxK1/psLgHlWBEZsNe25U0x4t1Eqgu55aHv+0utLwzfhnupw==", | |
| "dev": true, | |
| "requires": { | |
| - "chalk": "^2.4.1", | |
| - "diff": "^4.0.1", | |
| - "json-stringify-safe": "^5.0.1", | |
| - "lodash.isempty": "^4.4.0", | |
| - "lodash.isfunction": "^3.0.9", | |
| - "lodash.isobject": "^3.0.2", | |
| - "lodash.isstring": "^4.0.1", | |
| - "mochawesome-report-generator": "^4.0.0", | |
| - "strip-ansi": "^5.0.0", | |
| - "uuid": "^3.3.2" | |
| + "chalk": "2.4.2", | |
| + "diff": "4.0.1", | |
| + "json-stringify-safe": "5.0.1", | |
| + "lodash.isempty": "4.4.0", | |
| + "lodash.isfunction": "3.0.9", | |
| + "lodash.isobject": "3.0.2", | |
| + "lodash.isstring": "4.0.1", | |
| + "mochawesome-report-generator": "4.0.1", | |
| + "strip-ansi": "5.2.0", | |
| + "uuid": "3.3.3" | |
| }, | |
| "dependencies": { | |
| "ansi-regex": { | |
| @@ -3720,7 +3720,7 @@ | |
| "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", | |
| "dev": true, | |
| "requires": { | |
| - "ansi-regex": "^4.1.0" | |
| + "ansi-regex": "4.1.0" | |
| } | |
| } | |
| } | |
| @@ -3731,10 +3731,10 @@ | |
| "integrity": "sha512-QRYok/9y9MJ4zlWGajC/OV6BxjUGyv1AYX3DBOPSbpzk09p2dFBWV1QYSN/dHu7bo/q44ZGmOBHO8ZnAyI+Yug==", | |
| "dev": true, | |
| "requires": { | |
| - "fs-extra": "^7.0.1", | |
| - "minimatch": "^3.0.4", | |
| - "uuid": "^3.3.2", | |
| - "yargs": "^12.0.5" | |
| + "fs-extra": "7.0.1", | |
| + "minimatch": "3.0.4", | |
| + "uuid": "3.3.3", | |
| + "yargs": "12.0.5" | |
| }, | |
| "dependencies": { | |
| "ansi-regex": { | |
| @@ -3749,9 +3749,9 @@ | |
| "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", | |
| "dev": true, | |
| "requires": { | |
| - "string-width": "^2.1.1", | |
| - "strip-ansi": "^4.0.0", | |
| - "wrap-ansi": "^2.0.0" | |
| + "string-width": "2.1.1", | |
| + "strip-ansi": "4.0.0", | |
| + "wrap-ansi": "2.1.0" | |
| } | |
| }, | |
| "find-up": { | |
| @@ -3760,7 +3760,7 @@ | |
| "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", | |
| "dev": true, | |
| "requires": { | |
| - "locate-path": "^3.0.0" | |
| + "locate-path": "3.0.0" | |
| } | |
| }, | |
| "fs-extra": { | |
| @@ -3769,9 +3769,9 @@ | |
| "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", | |
| "dev": true, | |
| "requires": { | |
| - "graceful-fs": "^4.1.2", | |
| - "jsonfile": "^4.0.0", | |
| - "universalify": "^0.1.0" | |
| + "graceful-fs": "4.2.2", | |
| + "jsonfile": "4.0.0", | |
| + "universalify": "0.1.2" | |
| } | |
| }, | |
| "get-caller-file": { | |
| @@ -3792,8 +3792,8 @@ | |
| "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", | |
| "dev": true, | |
| "requires": { | |
| - "p-locate": "^3.0.0", | |
| - "path-exists": "^3.0.0" | |
| + "p-locate": "3.0.0", | |
| + "path-exists": "3.0.0" | |
| } | |
| }, | |
| "p-limit": { | |
| @@ -3802,7 +3802,7 @@ | |
| "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==", | |
| "dev": true, | |
| "requires": { | |
| - "p-try": "^2.0.0" | |
| + "p-try": "2.2.0" | |
| } | |
| }, | |
| "p-locate": { | |
| @@ -3811,7 +3811,7 @@ | |
| "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", | |
| "dev": true, | |
| "requires": { | |
| - "p-limit": "^2.0.0" | |
| + "p-limit": "2.2.1" | |
| } | |
| }, | |
| "p-try": { | |
| @@ -3832,8 +3832,8 @@ | |
| "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", | |
| "dev": true, | |
| "requires": { | |
| - "is-fullwidth-code-point": "^2.0.0", | |
| - "strip-ansi": "^4.0.0" | |
| + "is-fullwidth-code-point": "2.0.0", | |
| + "strip-ansi": "4.0.0" | |
| } | |
| }, | |
| "strip-ansi": { | |
| @@ -3842,7 +3842,7 @@ | |
| "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", | |
| "dev": true, | |
| "requires": { | |
| - "ansi-regex": "^3.0.0" | |
| + "ansi-regex": "3.0.0" | |
| } | |
| }, | |
| "wrap-ansi": { | |
| @@ -3851,8 +3851,8 @@ | |
| "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", | |
| "dev": true, | |
| "requires": { | |
| - "string-width": "^1.0.1", | |
| - "strip-ansi": "^3.0.1" | |
| + "string-width": "1.0.2", | |
| + "strip-ansi": "3.0.1" | |
| }, | |
| "dependencies": { | |
| "ansi-regex": { | |
| @@ -3867,7 +3867,7 @@ | |
| "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", | |
| "dev": true, | |
| "requires": { | |
| - "number-is-nan": "^1.0.0" | |
| + "number-is-nan": "1.0.1" | |
| } | |
| }, | |
| "string-width": { | |
| @@ -3876,9 +3876,9 @@ | |
| "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", | |
| "dev": true, | |
| "requires": { | |
| - "code-point-at": "^1.0.0", | |
| - "is-fullwidth-code-point": "^1.0.0", | |
| - "strip-ansi": "^3.0.0" | |
| + "code-point-at": "1.1.0", | |
| + "is-fullwidth-code-point": "1.0.0", | |
| + "strip-ansi": "3.0.1" | |
| } | |
| }, | |
| "strip-ansi": { | |
| @@ -3887,7 +3887,7 @@ | |
| "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", | |
| "dev": true, | |
| "requires": { | |
| - "ansi-regex": "^2.0.0" | |
| + "ansi-regex": "2.1.1" | |
| } | |
| } | |
| } | |
| @@ -3898,18 +3898,18 @@ | |
| "integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==", | |
| "dev": true, | |
| "requires": { | |
| - "cliui": "^4.0.0", | |
| - "decamelize": "^1.2.0", | |
| - "find-up": "^3.0.0", | |
| - "get-caller-file": "^1.0.1", | |
| - "os-locale": "^3.0.0", | |
| - "require-directory": "^2.1.1", | |
| - "require-main-filename": "^1.0.1", | |
| - "set-blocking": "^2.0.0", | |
| - "string-width": "^2.0.0", | |
| - "which-module": "^2.0.0", | |
| - "y18n": "^3.2.1 || ^4.0.0", | |
| - "yargs-parser": "^11.1.1" | |
| + "cliui": "4.1.0", | |
| + "decamelize": "1.2.0", | |
| + "find-up": "3.0.0", | |
| + "get-caller-file": "1.0.3", | |
| + "os-locale": "3.1.0", | |
| + "require-directory": "2.1.1", | |
| + "require-main-filename": "1.0.1", | |
| + "set-blocking": "2.0.0", | |
| + "string-width": "2.1.1", | |
| + "which-module": "2.0.0", | |
| + "y18n": "4.0.0", | |
| + "yargs-parser": "11.1.1" | |
| } | |
| }, | |
| "yargs-parser": { | |
| @@ -3918,8 +3918,8 @@ | |
| "integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==", | |
| "dev": true, | |
| "requires": { | |
| - "camelcase": "^5.0.0", | |
| - "decamelize": "^1.2.0" | |
| + "camelcase": "5.3.1", | |
| + "decamelize": "1.2.0" | |
| } | |
| } | |
| } | |
| @@ -3930,19 +3930,19 @@ | |
| "integrity": "sha512-hQbmQt8/yCT68GjrQFat+Diqeuka3haNllexYfja1+y0hpwi3yCJwFpQCdWK9ezzcXL3Nu80f2I6SZeyspwsqg==", | |
| "dev": true, | |
| "requires": { | |
| - "chalk": "^2.4.2", | |
| - "dateformat": "^3.0.2", | |
| - "fs-extra": "^7.0.0", | |
| - "fsu": "^1.0.2", | |
| - "lodash.isfunction": "^3.0.8", | |
| - "opener": "^1.4.2", | |
| - "prop-types": "^15.7.2", | |
| - "react": "^16.8.5", | |
| - "react-dom": "^16.8.5", | |
| - "tcomb": "^3.2.17", | |
| - "tcomb-validation": "^3.3.0", | |
| - "validator": "^10.11.0", | |
| - "yargs": "^13.2.2" | |
| + "chalk": "2.4.2", | |
| + "dateformat": "3.0.3", | |
| + "fs-extra": "7.0.1", | |
| + "fsu": "1.1.1", | |
| + "lodash.isfunction": "3.0.9", | |
| + "opener": "1.5.1", | |
| + "prop-types": "15.7.2", | |
| + "react": "16.10.2", | |
| + "react-dom": "16.10.2", | |
| + "tcomb": "3.2.29", | |
| + "tcomb-validation": "3.4.1", | |
| + "validator": "10.11.0", | |
| + "yargs": "13.3.0" | |
| }, | |
| "dependencies": { | |
| "fs-extra": { | |
| @@ -3951,9 +3951,9 @@ | |
| "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", | |
| "dev": true, | |
| "requires": { | |
| - "graceful-fs": "^4.1.2", | |
| - "jsonfile": "^4.0.0", | |
| - "universalify": "^0.1.0" | |
| + "graceful-fs": "4.2.2", | |
| + "jsonfile": "4.0.0", | |
| + "universalify": "0.1.2" | |
| } | |
| } | |
| } | |
| @@ -3983,9 +3983,9 @@ | |
| "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", | |
| "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", | |
| "requires": { | |
| - "any-promise": "^1.0.0", | |
| - "object-assign": "^4.0.1", | |
| - "thenify-all": "^1.0.0" | |
| + "any-promise": "1.3.0", | |
| + "object-assign": "4.1.1", | |
| + "thenify-all": "1.6.0" | |
| } | |
| }, | |
| "nan": { | |
| @@ -3998,9 +3998,9 @@ | |
| "resolved": "https://registry.npmjs.org/needle/-/needle-2.4.0.tgz", | |
| "integrity": "sha512-4Hnwzr3mi5L97hMYeNl8wRW/Onhy4nUKR/lVemJ8gJedxxUyBLm9kkrDColJvoSfwi0jCNhD+xCdOtiGDQiRZg==", | |
| "requires": { | |
| - "debug": "^3.2.6", | |
| - "iconv-lite": "^0.4.4", | |
| - "sax": "^1.2.4" | |
| + "debug": "3.2.6", | |
| + "iconv-lite": "0.4.24", | |
| + "sax": "1.2.4" | |
| }, | |
| "dependencies": { | |
| "debug": { | |
| @@ -4008,7 +4008,7 @@ | |
| "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", | |
| "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", | |
| "requires": { | |
| - "ms": "^2.1.1" | |
| + "ms": "2.1.2" | |
| } | |
| }, | |
| "sax": { | |
| @@ -4033,7 +4033,7 @@ | |
| "resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz", | |
| "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==", | |
| "requires": { | |
| - "lower-case": "^1.1.1" | |
| + "lower-case": "1.1.4" | |
| } | |
| }, | |
| "node-fetch": { | |
| @@ -4056,16 +4056,16 @@ | |
| "resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.12.0.tgz", | |
| "integrity": "sha512-4KghwV8vH5k+g2ylT+sLTjy5wmUOb9vPhnM8NHvRf9dHmnW/CndrFXy2aRPaPST6dugXSdHXfeaHQm77PIz/1A==", | |
| "requires": { | |
| - "detect-libc": "^1.0.2", | |
| - "mkdirp": "^0.5.1", | |
| - "needle": "^2.2.1", | |
| - "nopt": "^4.0.1", | |
| - "npm-packlist": "^1.1.6", | |
| - "npmlog": "^4.0.2", | |
| - "rc": "^1.2.7", | |
| - "rimraf": "^2.6.1", | |
| - "semver": "^5.3.0", | |
| - "tar": "^4" | |
| + "detect-libc": "1.0.3", | |
| + "mkdirp": "0.5.1", | |
| + "needle": "2.4.0", | |
| + "nopt": "4.0.1", | |
| + "npm-packlist": "1.4.4", | |
| + "npmlog": "4.1.2", | |
| + "rc": "1.2.8", | |
| + "rimraf": "2.7.1", | |
| + "semver": "5.7.1", | |
| + "tar": "4.4.13" | |
| } | |
| }, | |
| "node-releases": { | |
| @@ -4073,7 +4073,7 @@ | |
| "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.34.tgz", | |
| "integrity": "sha512-fNn12JTEfniTuCqo0r9jXgl44+KxRH/huV7zM/KAGOKxDKrHr6EbT7SSs4B+DNxyBE2mks28AD+Jw6PkfY5uwA==", | |
| "requires": { | |
| - "semver": "^6.3.0" | |
| + "semver": "6.3.0" | |
| }, | |
| "dependencies": { | |
| "semver": { | |
| @@ -4088,8 +4088,8 @@ | |
| "resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.1.tgz", | |
| "integrity": "sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=", | |
| "requires": { | |
| - "abbrev": "1", | |
| - "osenv": "^0.1.4" | |
| + "abbrev": "1.1.1", | |
| + "osenv": "0.1.5" | |
| } | |
| }, | |
| "normalize-path": { | |
| @@ -4097,7 +4097,7 @@ | |
| "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", | |
| "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", | |
| "requires": { | |
| - "remove-trailing-separator": "^1.0.1" | |
| + "remove-trailing-separator": "1.1.0" | |
| } | |
| }, | |
| "npm-bundled": { | |
| @@ -4115,8 +4115,8 @@ | |
| "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.4.tgz", | |
| "integrity": "sha512-zTLo8UcVYtDU3gdeaFu2Xu0n0EvelfHDGuqtNIn5RO7yQj4H1TqNdBc/yZjxnWA0PVB8D3Woyp0i5B43JwQ6Vw==", | |
| "requires": { | |
| - "ignore-walk": "^3.0.1", | |
| - "npm-bundled": "^1.0.1" | |
| + "ignore-walk": "3.0.2", | |
| + "npm-bundled": "1.0.6" | |
| } | |
| }, | |
| "npm-run-path": { | |
| @@ -4124,7 +4124,7 @@ | |
| "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", | |
| "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", | |
| "requires": { | |
| - "path-key": "^2.0.0" | |
| + "path-key": "2.0.1" | |
| } | |
| }, | |
| "npmlog": { | |
| @@ -4132,10 +4132,10 @@ | |
| "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", | |
| "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", | |
| "requires": { | |
| - "are-we-there-yet": "~1.1.2", | |
| - "console-control-strings": "~1.1.0", | |
| - "gauge": "~2.7.3", | |
| - "set-blocking": "~2.0.0" | |
| + "are-we-there-yet": "1.1.5", | |
| + "console-control-strings": "1.1.0", | |
| + "gauge": "2.7.4", | |
| + "set-blocking": "2.0.0" | |
| } | |
| }, | |
| "number-is-nan": { | |
| @@ -4163,10 +4163,10 @@ | |
| "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", | |
| "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", | |
| "requires": { | |
| - "define-properties": "^1.1.2", | |
| - "function-bind": "^1.1.1", | |
| - "has-symbols": "^1.0.0", | |
| - "object-keys": "^1.0.11" | |
| + "define-properties": "1.1.3", | |
| + "function-bind": "1.1.1", | |
| + "has-symbols": "1.0.0", | |
| + "object-keys": "1.1.1" | |
| } | |
| }, | |
| "once": { | |
| @@ -4174,7 +4174,7 @@ | |
| "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", | |
| "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", | |
| "requires": { | |
| - "wrappy": "1" | |
| + "wrappy": "1.0.2" | |
| } | |
| }, | |
| "onetime": { | |
| @@ -4193,8 +4193,8 @@ | |
| "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", | |
| "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", | |
| "requires": { | |
| - "minimist": "~0.0.1", | |
| - "wordwrap": "~0.0.2" | |
| + "minimist": "0.0.10", | |
| + "wordwrap": "0.0.3" | |
| }, | |
| "dependencies": { | |
| "minimist": { | |
| @@ -4209,10 +4209,10 @@ | |
| "resolved": "https://registry.npmjs.org/ora/-/ora-0.2.3.tgz", | |
| "integrity": "sha1-N1J9Igrc1Tw5tzVx11QVbV22V6Q=", | |
| "requires": { | |
| - "chalk": "^1.1.1", | |
| - "cli-cursor": "^1.0.2", | |
| - "cli-spinners": "^0.1.2", | |
| - "object-assign": "^4.0.1" | |
| + "chalk": "1.1.3", | |
| + "cli-cursor": "1.0.2", | |
| + "cli-spinners": "0.1.2", | |
| + "object-assign": "4.1.1" | |
| }, | |
| "dependencies": { | |
| "ansi-styles": { | |
| @@ -4225,11 +4225,11 @@ | |
| "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", | |
| "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", | |
| "requires": { | |
| - "ansi-styles": "^2.2.1", | |
| - "escape-string-regexp": "^1.0.2", | |
| - "has-ansi": "^2.0.0", | |
| - "strip-ansi": "^3.0.0", | |
| - "supports-color": "^2.0.0" | |
| + "ansi-styles": "2.2.1", | |
| + "escape-string-regexp": "1.0.5", | |
| + "has-ansi": "2.0.0", | |
| + "strip-ansi": "3.0.1", | |
| + "supports-color": "2.0.0" | |
| } | |
| }, | |
| "supports-color": { | |
| @@ -4250,9 +4250,9 @@ | |
| "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", | |
| "dev": true, | |
| "requires": { | |
| - "execa": "^1.0.0", | |
| - "lcid": "^2.0.0", | |
| - "mem": "^4.0.0" | |
| + "execa": "1.0.0", | |
| + "lcid": "2.0.0", | |
| + "mem": "4.3.0" | |
| }, | |
| "dependencies": { | |
| "cross-spawn": { | |
| @@ -4261,11 +4261,11 @@ | |
| "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", | |
| "dev": true, | |
| "requires": { | |
| - "nice-try": "^1.0.4", | |
| - "path-key": "^2.0.1", | |
| - "semver": "^5.5.0", | |
| - "shebang-command": "^1.2.0", | |
| - "which": "^1.2.9" | |
| + "nice-try": "1.0.5", | |
| + "path-key": "2.0.1", | |
| + "semver": "5.7.1", | |
| + "shebang-command": "1.2.0", | |
| + "which": "1.3.1" | |
| } | |
| }, | |
| "execa": { | |
| @@ -4274,13 +4274,13 @@ | |
| "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", | |
| "dev": true, | |
| "requires": { | |
| - "cross-spawn": "^6.0.0", | |
| - "get-stream": "^4.0.0", | |
| - "is-stream": "^1.1.0", | |
| - "npm-run-path": "^2.0.0", | |
| - "p-finally": "^1.0.0", | |
| - "signal-exit": "^3.0.0", | |
| - "strip-eof": "^1.0.0" | |
| + "cross-spawn": "6.0.5", | |
| + "get-stream": "4.1.0", | |
| + "is-stream": "1.1.0", | |
| + "npm-run-path": "2.0.2", | |
| + "p-finally": "1.0.0", | |
| + "signal-exit": "3.0.2", | |
| + "strip-eof": "1.0.0" | |
| } | |
| }, | |
| "get-stream": { | |
| @@ -4289,7 +4289,7 @@ | |
| "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", | |
| "dev": true, | |
| "requires": { | |
| - "pump": "^3.0.0" | |
| + "pump": "3.0.0" | |
| } | |
| } | |
| } | |
| @@ -4304,8 +4304,8 @@ | |
| "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", | |
| "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", | |
| "requires": { | |
| - "os-homedir": "^1.0.0", | |
| - "os-tmpdir": "^1.0.0" | |
| + "os-homedir": "1.0.2", | |
| + "os-tmpdir": "1.0.2" | |
| } | |
| }, | |
| "p-defer": { | |
| @@ -4330,7 +4330,7 @@ | |
| "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", | |
| "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", | |
| "requires": { | |
| - "p-try": "^1.0.0" | |
| + "p-try": "1.0.0" | |
| } | |
| }, | |
| "p-locate": { | |
| @@ -4338,7 +4338,7 @@ | |
| "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", | |
| "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", | |
| "requires": { | |
| - "p-limit": "^1.1.0" | |
| + "p-limit": "1.3.0" | |
| } | |
| }, | |
| "p-map": { | |
| @@ -4356,7 +4356,7 @@ | |
| "resolved": "https://registry.npmjs.org/pad-right/-/pad-right-0.2.2.tgz", | |
| "integrity": "sha1-b7ySQEXSRPKiokRQMGDTv8YAl3Q=", | |
| "requires": { | |
| - "repeat-string": "^1.5.2" | |
| + "repeat-string": "1.6.1" | |
| } | |
| }, | |
| "path-exists": { | |
| @@ -4399,7 +4399,7 @@ | |
| "resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz", | |
| "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=", | |
| "requires": { | |
| - "through": "~2.3" | |
| + "through": "2.3.8" | |
| } | |
| }, | |
| "pend": { | |
| @@ -4427,7 +4427,7 @@ | |
| "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", | |
| "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", | |
| "requires": { | |
| - "pinkie": "^2.0.0" | |
| + "pinkie": "2.0.4" | |
| } | |
| }, | |
| "pirates": { | |
| @@ -4435,7 +4435,7 @@ | |
| "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz", | |
| "integrity": "sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==", | |
| "requires": { | |
| - "node-modules-regexp": "^1.0.0" | |
| + "node-modules-regexp": "1.0.0" | |
| } | |
| }, | |
| "pkg-dir": { | |
| @@ -4443,7 +4443,7 @@ | |
| "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz", | |
| "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=", | |
| "requires": { | |
| - "find-up": "^2.1.0" | |
| + "find-up": "2.1.0" | |
| } | |
| }, | |
| "private": { | |
| @@ -4467,9 +4467,9 @@ | |
| "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==", | |
| "dev": true, | |
| "requires": { | |
| - "loose-envify": "^1.4.0", | |
| - "object-assign": "^4.1.1", | |
| - "react-is": "^16.8.1" | |
| + "loose-envify": "1.4.0", | |
| + "object-assign": "4.1.1", | |
| + "react-is": "16.10.2" | |
| } | |
| }, | |
| "ps-tree": { | |
| @@ -4477,7 +4477,7 @@ | |
| "resolved": "https://registry.npmjs.org/ps-tree/-/ps-tree-1.1.1.tgz", | |
| "integrity": "sha512-kef7fYYSKVqQffmzTMsVcUD1ObNJMp8sNSmHGlGKsZQyL/ht9MZKk86u0Rd1NhpTOAuhqwKCLLpktwkqz+MF8A==", | |
| "requires": { | |
| - "event-stream": "=3.3.4" | |
| + "event-stream": "3.3.4" | |
| } | |
| }, | |
| "pseudomap": { | |
| @@ -4496,8 +4496,8 @@ | |
| "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", | |
| "dev": true, | |
| "requires": { | |
| - "end-of-stream": "^1.1.0", | |
| - "once": "^1.3.1" | |
| + "end-of-stream": "1.4.4", | |
| + "once": "1.4.0" | |
| } | |
| }, | |
| "punycode": { | |
| @@ -4530,8 +4530,8 @@ | |
| "resolved": "https://registry.npmjs.org/randexp/-/randexp-0.5.3.tgz", | |
| "integrity": "sha512-U+5l2KrcMNOUPYvazA3h5ekF80FHTUG+87SEAmHZmolh1M+i/WyTCxVzmi+tidIa1tM4BSe8g2Y/D3loWDjj+w==", | |
| "requires": { | |
| - "drange": "^1.0.2", | |
| - "ret": "^0.2.0" | |
| + "drange": "1.1.1", | |
| + "ret": "0.2.2" | |
| } | |
| }, | |
| "rc": { | |
| @@ -4539,10 +4539,10 @@ | |
| "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", | |
| "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", | |
| "requires": { | |
| - "deep-extend": "^0.6.0", | |
| - "ini": "~1.3.0", | |
| - "minimist": "^1.2.0", | |
| - "strip-json-comments": "~2.0.1" | |
| + "deep-extend": "0.6.0", | |
| + "ini": "1.3.5", | |
| + "minimist": "1.2.0", | |
| + "strip-json-comments": "2.0.1" | |
| } | |
| }, | |
| "react": { | |
| @@ -4551,9 +4551,9 @@ | |
| "integrity": "sha512-MFVIq0DpIhrHFyqLU0S3+4dIcBhhOvBE8bJ/5kHPVOVaGdo0KuiQzpcjCPsf585WvhypqtrMILyoE2th6dT+Lw==", | |
| "dev": true, | |
| "requires": { | |
| - "loose-envify": "^1.1.0", | |
| - "object-assign": "^4.1.1", | |
| - "prop-types": "^15.6.2" | |
| + "loose-envify": "1.4.0", | |
| + "object-assign": "4.1.1", | |
| + "prop-types": "15.7.2" | |
| } | |
| }, | |
| "react-dom": { | |
| @@ -4562,10 +4562,10 @@ | |
| "integrity": "sha512-kWGDcH3ItJK4+6Pl9DZB16BXYAZyrYQItU4OMy0jAkv5aNqc+mAKb4TpFtAteI6TJZu+9ZlNhaeNQSVQDHJzkw==", | |
| "dev": true, | |
| "requires": { | |
| - "loose-envify": "^1.1.0", | |
| - "object-assign": "^4.1.1", | |
| - "prop-types": "^15.6.2", | |
| - "scheduler": "^0.16.2" | |
| + "loose-envify": "1.4.0", | |
| + "object-assign": "4.1.1", | |
| + "prop-types": "15.7.2", | |
| + "scheduler": "0.16.2" | |
| } | |
| }, | |
| "react-is": { | |
| @@ -4579,13 +4579,13 @@ | |
| "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", | |
| "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", | |
| "requires": { | |
| - "core-util-is": "~1.0.0", | |
| - "inherits": "~2.0.3", | |
| - "isarray": "~1.0.0", | |
| - "process-nextick-args": "~2.0.0", | |
| - "safe-buffer": "~5.1.1", | |
| - "string_decoder": "~1.1.1", | |
| - "util-deprecate": "~1.0.1" | |
| + "core-util-is": "1.0.2", | |
| + "inherits": "2.0.4", | |
| + "isarray": "1.0.0", | |
| + "process-nextick-args": "2.0.1", | |
| + "safe-buffer": "5.1.2", | |
| + "string_decoder": "1.1.1", | |
| + "util-deprecate": "1.0.2" | |
| } | |
| }, | |
| "regenerate": { | |
| @@ -4598,7 +4598,7 @@ | |
| "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.1.0.tgz", | |
| "integrity": "sha512-LGZzkgtLY79GeXLm8Dp0BVLdQlWICzBnJz/ipWUgo59qBaZ+BHtq51P2q1uVZlppMuUAT37SDk39qUbjTWB7bA==", | |
| "requires": { | |
| - "regenerate": "^1.4.0" | |
| + "regenerate": "1.4.0" | |
| } | |
| }, | |
| "regenerator-runtime": { | |
| @@ -4611,7 +4611,7 @@ | |
| "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.1.tgz", | |
| "integrity": "sha512-flVuee02C3FKRISbxhXl9mGzdbWUVHubl1SMaknjxkFB1/iqpJhArQUvRxOOPEc/9tAiX0BaQ28FJH10E4isSQ==", | |
| "requires": { | |
| - "private": "^0.1.6" | |
| + "private": "0.1.8" | |
| } | |
| }, | |
| "regexpu-core": { | |
| @@ -4619,12 +4619,12 @@ | |
| "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.6.0.tgz", | |
| "integrity": "sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg==", | |
| "requires": { | |
| - "regenerate": "^1.4.0", | |
| - "regenerate-unicode-properties": "^8.1.0", | |
| - "regjsgen": "^0.5.0", | |
| - "regjsparser": "^0.6.0", | |
| - "unicode-match-property-ecmascript": "^1.0.4", | |
| - "unicode-match-property-value-ecmascript": "^1.1.0" | |
| + "regenerate": "1.4.0", | |
| + "regenerate-unicode-properties": "8.1.0", | |
| + "regjsgen": "0.5.0", | |
| + "regjsparser": "0.6.0", | |
| + "unicode-match-property-ecmascript": "1.0.4", | |
| + "unicode-match-property-value-ecmascript": "1.1.0" | |
| } | |
| }, | |
| "regjsgen": { | |
| @@ -4637,7 +4637,7 @@ | |
| "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.0.tgz", | |
| "integrity": "sha512-RQ7YyokLiQBomUJuUG8iGVvkgOLxwyZM8k6d3q5SAXpg4r5TZJZigKFvC6PpD+qQ98bCDC5YelPeA3EucDoNeQ==", | |
| "requires": { | |
| - "jsesc": "~0.5.0" | |
| + "jsesc": "0.5.0" | |
| }, | |
| "dependencies": { | |
| "jsesc": { | |
| @@ -4662,7 +4662,7 @@ | |
| "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", | |
| "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", | |
| "requires": { | |
| - "is-finite": "^1.0.0" | |
| + "is-finite": "1.0.2" | |
| } | |
| }, | |
| "request": { | |
| @@ -4670,26 +4670,26 @@ | |
| "resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz", | |
| "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==", | |
| "requires": { | |
| - "aws-sign2": "~0.7.0", | |
| - "aws4": "^1.8.0", | |
| - "caseless": "~0.12.0", | |
| - "combined-stream": "~1.0.6", | |
| - "extend": "~3.0.2", | |
| - "forever-agent": "~0.6.1", | |
| - "form-data": "~2.3.2", | |
| - "har-validator": "~5.1.0", | |
| - "http-signature": "~1.2.0", | |
| - "is-typedarray": "~1.0.0", | |
| - "isstream": "~0.1.2", | |
| - "json-stringify-safe": "~5.0.1", | |
| - "mime-types": "~2.1.19", | |
| - "oauth-sign": "~0.9.0", | |
| - "performance-now": "^2.1.0", | |
| - "qs": "~6.5.2", | |
| - "safe-buffer": "^5.1.2", | |
| - "tough-cookie": "~2.4.3", | |
| - "tunnel-agent": "^0.6.0", | |
| - "uuid": "^3.3.2" | |
| + "aws-sign2": "0.7.0", | |
| + "aws4": "1.8.0", | |
| + "caseless": "0.12.0", | |
| + "combined-stream": "1.0.8", | |
| + "extend": "3.0.2", | |
| + "forever-agent": "0.6.1", | |
| + "form-data": "2.3.3", | |
| + "har-validator": "5.1.3", | |
| + "http-signature": "1.2.0", | |
| + "is-typedarray": "1.0.0", | |
| + "isstream": "0.1.2", | |
| + "json-stringify-safe": "5.0.1", | |
| + "mime-types": "2.1.24", | |
| + "oauth-sign": "0.9.0", | |
| + "performance-now": "2.1.0", | |
| + "qs": "6.5.2", | |
| + "safe-buffer": "5.1.2", | |
| + "tough-cookie": "2.4.3", | |
| + "tunnel-agent": "0.6.0", | |
| + "uuid": "3.3.3" | |
| } | |
| }, | |
| "request-progress": { | |
| @@ -4697,7 +4697,7 @@ | |
| "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz", | |
| "integrity": "sha1-TKdUCBx/7GP1BeT6qCWqBs1mnb4=", | |
| "requires": { | |
| - "throttleit": "^1.0.0" | |
| + "throttleit": "1.0.0" | |
| } | |
| }, | |
| "request-promise": { | |
| @@ -4705,10 +4705,10 @@ | |
| "resolved": "https://registry.npmjs.org/request-promise/-/request-promise-4.2.4.tgz", | |
| "integrity": "sha512-8wgMrvE546PzbR5WbYxUQogUnUDfM0S7QIFZMID+J73vdFARkFy+HElj4T+MWYhpXwlLp0EQ8Zoj8xUA0he4Vg==", | |
| "requires": { | |
| - "bluebird": "^3.5.0", | |
| + "bluebird": "3.7.0", | |
| "request-promise-core": "1.1.2", | |
| - "stealthy-require": "^1.1.1", | |
| - "tough-cookie": "^2.3.3" | |
| + "stealthy-require": "1.1.1", | |
| + "tough-cookie": "2.4.3" | |
| } | |
| }, | |
| "request-promise-core": { | |
| @@ -4716,7 +4716,7 @@ | |
| "resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.2.tgz", | |
| "integrity": "sha512-UHYyq1MO8GsefGEt7EprS8UrXsm1TxEvFUX1IMTuSLU2Rh7fTIdFtl8xD7JiEYiWU2dl+NYAjCTksTehQUxPag==", | |
| "requires": { | |
| - "lodash": "^4.17.11" | |
| + "lodash": "4.17.15" | |
| } | |
| }, | |
| "require-directory": { | |
| @@ -4736,7 +4736,7 @@ | |
| "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.12.0.tgz", | |
| "integrity": "sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==", | |
| "requires": { | |
| - "path-parse": "^1.0.6" | |
| + "path-parse": "1.0.6" | |
| } | |
| }, | |
| "resolve-url": { | |
| @@ -4749,8 +4749,8 @@ | |
| "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz", | |
| "integrity": "sha1-NGYfRohjJ/7SmRR5FSJS35LapUE=", | |
| "requires": { | |
| - "exit-hook": "^1.0.0", | |
| - "onetime": "^1.0.0" | |
| + "exit-hook": "1.1.1", | |
| + "onetime": "1.1.0" | |
| } | |
| }, | |
| "ret": { | |
| @@ -4768,7 +4768,7 @@ | |
| "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", | |
| "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", | |
| "requires": { | |
| - "glob": "^7.1.3" | |
| + "glob": "7.1.4" | |
| } | |
| }, | |
| "run-async": { | |
| @@ -4776,7 +4776,7 @@ | |
| "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz", | |
| "integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=", | |
| "requires": { | |
| - "is-promise": "^2.1.0" | |
| + "is-promise": "2.1.0" | |
| } | |
| }, | |
| "rx-lite": { | |
| @@ -4789,7 +4789,7 @@ | |
| "resolved": "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz", | |
| "integrity": "sha1-dTuHqJoRyVRnxKwWJsTvxOBcZ74=", | |
| "requires": { | |
| - "rx-lite": "*" | |
| + "rx-lite": "4.0.8" | |
| } | |
| }, | |
| "rxjs": { | |
| @@ -4821,8 +4821,8 @@ | |
| "integrity": "sha512-BqYVWqwz6s1wZMhjFvLfVR5WXP7ZY32M/wYPo04CcuPM7XZEbV2TBNW7Z0UkguPTl0dWMA59VbNXxK6q+pHItg==", | |
| "dev": true, | |
| "requires": { | |
| - "loose-envify": "^1.1.0", | |
| - "object-assign": "^4.1.1" | |
| + "loose-envify": "1.4.0", | |
| + "object-assign": "4.1.1" | |
| } | |
| }, | |
| "seed-random": { | |
| @@ -4835,19 +4835,19 @@ | |
| "resolved": "https://registry.npmjs.org/selenium-standalone/-/selenium-standalone-6.16.0.tgz", | |
| "integrity": "sha512-tl7HFH2FOxJD1is7Pzzsl0pY4vuePSdSWiJdPn+6ETBkpeJDiuzou8hBjvWYWpD+eIVcOrmy3L0R3GzkdHLzDw==", | |
| "requires": { | |
| - "async": "^2.6.2", | |
| - "commander": "^2.19.0", | |
| - "cross-spawn": "^6.0.5", | |
| - "debug": "^4.1.1", | |
| - "lodash": "^4.17.11", | |
| - "minimist": "^1.2.0", | |
| - "mkdirp": "^0.5.1", | |
| + "async": "2.6.3", | |
| + "commander": "2.20.1", | |
| + "cross-spawn": "6.0.5", | |
| + "debug": "4.1.1", | |
| + "lodash": "4.17.15", | |
| + "minimist": "1.2.0", | |
| + "mkdirp": "0.5.1", | |
| "progress": "2.0.3", | |
| "request": "2.88.0", | |
| "tar-stream": "2.0.0", | |
| - "urijs": "^1.19.1", | |
| - "which": "^1.3.1", | |
| - "yauzl": "^2.10.0" | |
| + "urijs": "1.19.1", | |
| + "which": "1.3.1", | |
| + "yauzl": "2.10.0" | |
| }, | |
| "dependencies": { | |
| "async": { | |
| @@ -4855,7 +4855,7 @@ | |
| "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", | |
| "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", | |
| "requires": { | |
| - "lodash": "^4.17.14" | |
| + "lodash": "4.17.15" | |
| } | |
| }, | |
| "cross-spawn": { | |
| @@ -4863,11 +4863,11 @@ | |
| "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", | |
| "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", | |
| "requires": { | |
| - "nice-try": "^1.0.4", | |
| - "path-key": "^2.0.1", | |
| - "semver": "^5.5.0", | |
| - "shebang-command": "^1.2.0", | |
| - "which": "^1.2.9" | |
| + "nice-try": "1.0.5", | |
| + "path-key": "2.0.1", | |
| + "semver": "5.7.1", | |
| + "shebang-command": "1.2.0", | |
| + "which": "1.3.1" | |
| } | |
| }, | |
| "fd-slicer": { | |
| @@ -4875,7 +4875,7 @@ | |
| "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", | |
| "integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=", | |
| "requires": { | |
| - "pend": "~1.2.0" | |
| + "pend": "1.2.0" | |
| } | |
| }, | |
| "yauzl": { | |
| @@ -4883,8 +4883,8 @@ | |
| "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", | |
| "integrity": "sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=", | |
| "requires": { | |
| - "buffer-crc32": "~0.2.3", | |
| - "fd-slicer": "~1.1.0" | |
| + "buffer-crc32": "0.2.13", | |
| + "fd-slicer": "1.1.0" | |
| } | |
| } | |
| } | |
| @@ -4909,7 +4909,7 @@ | |
| "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", | |
| "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", | |
| "requires": { | |
| - "shebang-regex": "^1.0.0" | |
| + "shebang-regex": "1.0.0" | |
| } | |
| }, | |
| "shebang-regex": { | |
| @@ -4937,11 +4937,11 @@ | |
| "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz", | |
| "integrity": "sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==", | |
| "requires": { | |
| - "atob": "^2.1.1", | |
| - "decode-uri-component": "^0.2.0", | |
| - "resolve-url": "^0.2.1", | |
| - "source-map-url": "^0.4.0", | |
| - "urix": "^0.1.0" | |
| + "atob": "2.1.2", | |
| + "decode-uri-component": "0.2.0", | |
| + "resolve-url": "0.2.1", | |
| + "source-map-url": "0.4.0", | |
| + "urix": "0.1.0" | |
| } | |
| }, | |
| "source-map-support": { | |
| @@ -4949,8 +4949,8 @@ | |
| "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", | |
| "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", | |
| "requires": { | |
| - "buffer-from": "^1.0.0", | |
| - "source-map": "^0.6.0" | |
| + "buffer-from": "1.1.1", | |
| + "source-map": "0.6.1" | |
| }, | |
| "dependencies": { | |
| "source-map": { | |
| @@ -4970,7 +4970,7 @@ | |
| "resolved": "https://registry.npmjs.org/split/-/split-0.3.3.tgz", | |
| "integrity": "sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=", | |
| "requires": { | |
| - "through": "2" | |
| + "through": "2.3.8" | |
| } | |
| }, | |
| "sshpk": { | |
| @@ -4978,15 +4978,15 @@ | |
| "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", | |
| "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", | |
| "requires": { | |
| - "asn1": "~0.2.3", | |
| - "assert-plus": "^1.0.0", | |
| - "bcrypt-pbkdf": "^1.0.0", | |
| - "dashdash": "^1.12.0", | |
| - "ecc-jsbn": "~0.1.1", | |
| - "getpass": "^0.1.1", | |
| - "jsbn": "~0.1.0", | |
| - "safer-buffer": "^2.0.2", | |
| - "tweetnacl": "~0.14.0" | |
| + "asn1": "0.2.4", | |
| + "assert-plus": "1.0.0", | |
| + "bcrypt-pbkdf": "1.0.2", | |
| + "dashdash": "1.14.1", | |
| + "ecc-jsbn": "0.1.2", | |
| + "getpass": "0.1.7", | |
| + "jsbn": "0.1.1", | |
| + "safer-buffer": "2.1.2", | |
| + "tweetnacl": "0.14.5" | |
| } | |
| }, | |
| "stack-chain": { | |
| @@ -4999,7 +4999,7 @@ | |
| "resolved": "https://registry.npmjs.org/stack-generator/-/stack-generator-2.0.4.tgz", | |
| "integrity": "sha512-ha1gosTNcgxwzo9uKTQ8zZ49aUp5FIUW58YHFxCqaAHtE0XqBg0chGFYA1MfmW//x1KWq3F4G7Ug7bJh4RiRtg==", | |
| "requires": { | |
| - "stackframe": "^1.1.0" | |
| + "stackframe": "1.1.0" | |
| } | |
| }, | |
| "stackframe": { | |
| @@ -5013,7 +5013,7 @@ | |
| "integrity": "sha512-51Rr7dXkyFUKNmhY/vqZWK+EvdsfFSRiQVtgHTFlAdNIYaDD7bVh21yBHXaNWAvTD+w+QSjxHg7/v6Tz4veExA==", | |
| "requires": { | |
| "source-map": "0.5.6", | |
| - "stackframe": "^1.1.0" | |
| + "stackframe": "1.1.0" | |
| }, | |
| "dependencies": { | |
| "source-map": { | |
| @@ -5028,9 +5028,9 @@ | |
| "resolved": "https://registry.npmjs.org/stacktrace-js/-/stacktrace-js-2.0.1.tgz", | |
| "integrity": "sha512-13oDNgBSeWtdGa4/2BycNyKqe+VktCoJ8VLx4pDoJkwGGJVtiHdfMOAj3aW9xTi8oR2v34z9IcvfCvT6XNdNAw==", | |
| "requires": { | |
| - "error-stack-parser": "^2.0.4", | |
| - "stack-generator": "^2.0.4", | |
| - "stacktrace-gps": "^3.0.3" | |
| + "error-stack-parser": "2.0.4", | |
| + "stack-generator": "2.0.4", | |
| + "stacktrace-gps": "3.0.3" | |
| } | |
| }, | |
| "stealthy-require": { | |
| @@ -5043,7 +5043,7 @@ | |
| "resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz", | |
| "integrity": "sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=", | |
| "requires": { | |
| - "duplexer": "~0.1.1" | |
| + "duplexer": "0.1.1" | |
| } | |
| }, | |
| "stream-to-observable": { | |
| @@ -5061,9 +5061,9 @@ | |
| "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", | |
| "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", | |
| "requires": { | |
| - "code-point-at": "^1.0.0", | |
| - "is-fullwidth-code-point": "^1.0.0", | |
| - "strip-ansi": "^3.0.0" | |
| + "code-point-at": "1.1.0", | |
| + "is-fullwidth-code-point": "1.0.0", | |
| + "strip-ansi": "3.0.1" | |
| } | |
| }, | |
| "string_decoder": { | |
| @@ -5071,7 +5071,7 @@ | |
| "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", | |
| "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", | |
| "requires": { | |
| - "safe-buffer": "~5.1.0" | |
| + "safe-buffer": "5.1.2" | |
| } | |
| }, | |
| "strip-ansi": { | |
| @@ -5079,7 +5079,7 @@ | |
| "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", | |
| "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", | |
| "requires": { | |
| - "ansi-regex": "^2.0.0" | |
| + "ansi-regex": "2.1.1" | |
| } | |
| }, | |
| "strip-eof": { | |
| @@ -5097,7 +5097,7 @@ | |
| "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", | |
| "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", | |
| "requires": { | |
| - "has-flag": "^3.0.0" | |
| + "has-flag": "3.0.0" | |
| } | |
| }, | |
| "symbol-observable": { | |
| @@ -5110,13 +5110,13 @@ | |
| "resolved": "https://registry.npmjs.org/tar/-/tar-4.4.13.tgz", | |
| "integrity": "sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA==", | |
| "requires": { | |
| - "chownr": "^1.1.1", | |
| - "fs-minipass": "^1.2.5", | |
| - "minipass": "^2.8.6", | |
| - "minizlib": "^1.2.1", | |
| - "mkdirp": "^0.5.0", | |
| - "safe-buffer": "^5.1.2", | |
| - "yallist": "^3.0.3" | |
| + "chownr": "1.1.3", | |
| + "fs-minipass": "1.2.7", | |
| + "minipass": "2.9.0", | |
| + "minizlib": "1.3.3", | |
| + "mkdirp": "0.5.1", | |
| + "safe-buffer": "5.1.2", | |
| + "yallist": "3.1.1" | |
| } | |
| }, | |
| "tar-stream": { | |
| @@ -5124,11 +5124,11 @@ | |
| "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.0.0.tgz", | |
| "integrity": "sha512-n2vtsWshZOVr/SY4KtslPoUlyNh06I2SGgAOCZmquCEjlbV/LjY2CY80rDtdQRHFOYXNlgBDo6Fr3ww2CWPOtA==", | |
| "requires": { | |
| - "bl": "^2.2.0", | |
| - "end-of-stream": "^1.4.1", | |
| - "fs-constants": "^1.0.0", | |
| - "inherits": "^2.0.3", | |
| - "readable-stream": "^3.1.1" | |
| + "bl": "2.2.0", | |
| + "end-of-stream": "1.4.4", | |
| + "fs-constants": "1.0.0", | |
| + "inherits": "2.0.4", | |
| + "readable-stream": "3.4.0" | |
| }, | |
| "dependencies": { | |
| "readable-stream": { | |
| @@ -5136,9 +5136,9 @@ | |
| "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.4.0.tgz", | |
| "integrity": "sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ==", | |
| "requires": { | |
| - "inherits": "^2.0.3", | |
| - "string_decoder": "^1.1.1", | |
| - "util-deprecate": "^1.0.1" | |
| + "inherits": "2.0.4", | |
| + "string_decoder": "1.1.1", | |
| + "util-deprecate": "1.0.2" | |
| } | |
| } | |
| } | |
| @@ -5155,7 +5155,7 @@ | |
| "integrity": "sha512-urVVMQOma4RXwiVCa2nM2eqrAomHROHvWPuj6UkDGz/eb5kcy0x6P0dVt6kzpUZtYMNoAqJLWmz1BPtxrtjtrA==", | |
| "dev": true, | |
| "requires": { | |
| - "tcomb": "^3.0.0" | |
| + "tcomb": "3.2.29" | |
| } | |
| }, | |
| "tcp-port-used": { | |
| @@ -5172,7 +5172,7 @@ | |
| "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", | |
| "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", | |
| "requires": { | |
| - "ms": "^2.1.1" | |
| + "ms": "2.1.2" | |
| } | |
| } | |
| } | |
| @@ -5182,7 +5182,7 @@ | |
| "resolved": "https://registry.npmjs.org/temp-fs/-/temp-fs-0.9.9.tgz", | |
| "integrity": "sha1-gHFzBDeHByDpQxUy/igUNk+IA9c=", | |
| "requires": { | |
| - "rimraf": "~2.5.2" | |
| + "rimraf": "2.5.4" | |
| }, | |
| "dependencies": { | |
| "rimraf": { | |
| @@ -5190,7 +5190,7 @@ | |
| "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz", | |
| "integrity": "sha1-loAAk8vxoMhr2VtGJUZ1NcKd+gQ=", | |
| "requires": { | |
| - "glob": "^7.0.5" | |
| + "glob": "7.1.4" | |
| } | |
| } | |
| } | |
| @@ -5200,7 +5200,7 @@ | |
| "resolved": "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz", | |
| "integrity": "sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=", | |
| "requires": { | |
| - "execa": "^0.7.0" | |
| + "execa": "0.7.0" | |
| } | |
| }, | |
| "thenify": { | |
| @@ -5208,7 +5208,7 @@ | |
| "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.0.tgz", | |
| "integrity": "sha1-5p44obq+lpsBCCB5eLn2K4hgSDk=", | |
| "requires": { | |
| - "any-promise": "^1.0.0" | |
| + "any-promise": "1.3.0" | |
| } | |
| }, | |
| "thenify-all": { | |
| @@ -5216,7 +5216,7 @@ | |
| "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", | |
| "integrity": "sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=", | |
| "requires": { | |
| - "thenify": ">= 3.1.0 < 4" | |
| + "thenify": "3.3.0" | |
| } | |
| }, | |
| "throttleit": { | |
| @@ -5234,8 +5234,8 @@ | |
| "resolved": "https://registry.npmjs.org/title-case/-/title-case-2.1.1.tgz", | |
| "integrity": "sha1-PhJyFtpY0rxb7PE3q5Ha46fNj6o=", | |
| "requires": { | |
| - "no-case": "^2.2.0", | |
| - "upper-case": "^1.0.3" | |
| + "no-case": "2.3.2", | |
| + "upper-case": "1.1.3" | |
| } | |
| }, | |
| "tmp": { | |
| @@ -5243,7 +5243,7 @@ | |
| "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.1.0.tgz", | |
| "integrity": "sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw==", | |
| "requires": { | |
| - "rimraf": "^2.6.3" | |
| + "rimraf": "2.7.1" | |
| } | |
| }, | |
| "to-buffer": { | |
| @@ -5261,7 +5261,7 @@ | |
| "resolved": "https://registry.npmjs.org/topo/-/topo-3.0.3.tgz", | |
| "integrity": "sha512-IgpPtvD4kjrJ7CRA3ov2FhWQADwv+Tdqbsf1ZnPUSAtCJ9e1Z44MmoSGDXGk4IppoZA7jd/QRkNddlLJWlUZsQ==", | |
| "requires": { | |
| - "hoek": "6.x.x" | |
| + "hoek": "6.1.3" | |
| } | |
| }, | |
| "tough-cookie": { | |
| @@ -5269,8 +5269,8 @@ | |
| "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", | |
| "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==", | |
| "requires": { | |
| - "psl": "^1.1.24", | |
| - "punycode": "^1.4.1" | |
| + "psl": "1.4.0", | |
| + "punycode": "1.4.1" | |
| }, | |
| "dependencies": { | |
| "punycode": { | |
| @@ -5285,7 +5285,7 @@ | |
| "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", | |
| "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", | |
| "requires": { | |
| - "safe-buffer": "^5.0.1" | |
| + "safe-buffer": "5.1.2" | |
| } | |
| }, | |
| "tweetnacl": { | |
| @@ -5328,8 +5328,8 @@ | |
| "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz", | |
| "integrity": "sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==", | |
| "requires": { | |
| - "unicode-canonical-property-names-ecmascript": "^1.0.4", | |
| - "unicode-property-aliases-ecmascript": "^1.0.4" | |
| + "unicode-canonical-property-names-ecmascript": "1.0.4", | |
| + "unicode-property-aliases-ecmascript": "1.0.5" | |
| } | |
| }, | |
| "unicode-match-property-value-ecmascript": { | |
| @@ -5357,7 +5357,7 @@ | |
| "resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-1.1.2.tgz", | |
| "integrity": "sha1-XXm+3P8UQZUY/S7bCgUHybaFkRU=", | |
| "requires": { | |
| - "upper-case": "^1.1.1" | |
| + "upper-case": "1.1.3" | |
| } | |
| }, | |
| "uri-js": { | |
| @@ -5365,7 +5365,7 @@ | |
| "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", | |
| "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", | |
| "requires": { | |
| - "punycode": "^2.1.0" | |
| + "punycode": "2.1.1" | |
| }, | |
| "dependencies": { | |
| "punycode": { | |
| @@ -5425,9 +5425,9 @@ | |
| "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", | |
| "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", | |
| "requires": { | |
| - "assert-plus": "^1.0.0", | |
| + "assert-plus": "1.0.0", | |
| "core-util-is": "1.0.2", | |
| - "extsprintf": "^1.2.0" | |
| + "extsprintf": "1.3.0" | |
| } | |
| }, | |
| "wdio-allure-reporter": { | |
| @@ -5435,8 +5435,8 @@ | |
| "resolved": "https://registry.npmjs.org/wdio-allure-reporter/-/wdio-allure-reporter-0.8.3.tgz", | |
| "integrity": "sha512-rBvaQrzr+EiUEMF2Y5dZHNnkgrfbSUggqmzYQbdO/AzpCcNM70FF6K8dOD6ORC9od/JBLIbqwl+2b12CoV1vdQ==", | |
| "requires": { | |
| - "allure-js-commons": "^1.3.2", | |
| - "babel-runtime": "^6.26.0" | |
| + "allure-js-commons": "1.3.2", | |
| + "babel-runtime": "6.26.0" | |
| } | |
| }, | |
| "wdio-browserstack-service": { | |
| @@ -5444,9 +5444,9 @@ | |
| "resolved": "https://registry.npmjs.org/wdio-browserstack-service/-/wdio-browserstack-service-0.1.19.tgz", | |
| "integrity": "sha512-ZAq20McWrQy80FQst+4cn1l5WRP9u+9DOKif2TarxYFzw/EmhdNg9TFcXBT5dxH+LcP5v47v7mXMmsO7B3+92Q==", | |
| "requires": { | |
| - "browserstack-local": "^1.3.7", | |
| - "request": "^2.81.0", | |
| - "request-promise": "^4.2.1" | |
| + "browserstack-local": "1.4.2", | |
| + "request": "2.88.0", | |
| + "request-promise": "4.2.4" | |
| } | |
| }, | |
| "wdio-chromedriver-service": { | |
| @@ -5454,7 +5454,7 @@ | |
| "resolved": "https://registry.npmjs.org/wdio-chromedriver-service/-/wdio-chromedriver-service-0.1.5.tgz", | |
| "integrity": "sha512-/b9rVXwXnXJKSLqcNpW/tC2U7BVM3Lzj2NuT2MWPLnGmzHZ6JZpTlSLoRSW5bVsaZcolEb22m0pAPLxwy6reBQ==", | |
| "requires": { | |
| - "fs-extra": "^0.30.0" | |
| + "fs-extra": "0.30.0" | |
| }, | |
| "dependencies": { | |
| "fs-extra": { | |
| @@ -5462,11 +5462,11 @@ | |
| "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz", | |
| "integrity": "sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A=", | |
| "requires": { | |
| - "graceful-fs": "^4.1.2", | |
| - "jsonfile": "^2.1.0", | |
| - "klaw": "^1.0.0", | |
| - "path-is-absolute": "^1.0.0", | |
| - "rimraf": "^2.2.8" | |
| + "graceful-fs": "4.2.2", | |
| + "jsonfile": "2.4.0", | |
| + "klaw": "1.3.1", | |
| + "path-is-absolute": "1.0.1", | |
| + "rimraf": "2.7.1" | |
| } | |
| }, | |
| "jsonfile": { | |
| @@ -5474,7 +5474,7 @@ | |
| "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz", | |
| "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", | |
| "requires": { | |
| - "graceful-fs": "^4.1.6" | |
| + "graceful-fs": "4.2.2" | |
| } | |
| } | |
| } | |
| @@ -5484,11 +5484,11 @@ | |
| "resolved": "https://registry.npmjs.org/wdio-cucumber-framework/-/wdio-cucumber-framework-1.1.1.tgz", | |
| "integrity": "sha512-iauI+eGcPTLKyLXw9Aer+lowkcnSpD0hmWL6TNug9mJ5wUi8B6TVZewzquI9m3oACfU2vdCXp1hWBKtnz7Fg/w==", | |
| "requires": { | |
| - "babel-runtime": "~6.25.0", | |
| - "cucumber": "~2.3.1", | |
| - "glob": "^7.1.2", | |
| - "is-glob": "^4.0.0", | |
| - "mockery": "~2.1.0", | |
| + "babel-runtime": "6.25.0", | |
| + "cucumber": "2.3.1", | |
| + "glob": "7.1.4", | |
| + "is-glob": "4.0.1", | |
| + "mockery": "2.1.0", | |
| "wdio-sync": "0.7.0" | |
| }, | |
| "dependencies": { | |
| @@ -5497,8 +5497,8 @@ | |
| "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.25.0.tgz", | |
| "integrity": "sha1-M7mOql1IK7AajRqmtDetKwGuxBw=", | |
| "requires": { | |
| - "core-js": "^2.4.0", | |
| - "regenerator-runtime": "^0.10.0" | |
| + "core-js": "2.6.9", | |
| + "regenerator-runtime": "0.10.5" | |
| } | |
| }, | |
| "cucumber": { | |
| @@ -5506,31 +5506,31 @@ | |
| "resolved": "https://registry.npmjs.org/cucumber/-/cucumber-2.3.1.tgz", | |
| "integrity": "sha1-N5GlH/0MYUYq1X/bjtER1VtRzeM=", | |
| "requires": { | |
| - "assertion-error-formatter": "^2.0.0", | |
| - "babel-runtime": "^6.11.6", | |
| - "bluebird": "^3.4.1", | |
| - "cli-table": "^0.3.1", | |
| - "colors": "^1.1.2", | |
| - "commander": "^2.9.0", | |
| - "cucumber-expressions": "^3.0.0", | |
| - "cucumber-tag-expressions": "^1.0.0", | |
| - "duration": "^0.2.0", | |
| + "assertion-error-formatter": "2.0.1", | |
| + "babel-runtime": "6.25.0", | |
| + "bluebird": "3.7.0", | |
| + "cli-table": "0.3.1", | |
| + "colors": "1.4.0", | |
| + "commander": "2.20.1", | |
| + "cucumber-expressions": "3.0.0", | |
| + "cucumber-tag-expressions": "1.1.1", | |
| + "duration": "0.2.2", | |
| "figures": "2.0.0", | |
| - "gherkin": "^4.1.0", | |
| - "glob": "^7.0.0", | |
| - "indent-string": "^3.1.0", | |
| - "is-generator": "^1.0.2", | |
| - "is-stream": "^1.1.0", | |
| - "lodash": "^4.0.0", | |
| - "mz": "^2.4.0", | |
| - "progress": "^2.0.0", | |
| - "resolve": "^1.3.3", | |
| - "stack-chain": "^1.3.5", | |
| - "stacktrace-js": "^2.0.0", | |
| + "gherkin": "4.1.3", | |
| + "glob": "7.1.4", | |
| + "indent-string": "3.2.0", | |
| + "is-generator": "1.0.3", | |
| + "is-stream": "1.1.0", | |
| + "lodash": "4.17.15", | |
| + "mz": "2.7.0", | |
| + "progress": "2.0.3", | |
| + "resolve": "1.12.0", | |
| + "stack-chain": "1.3.7", | |
| + "stacktrace-js": "2.0.1", | |
| "string-argv": "0.0.2", | |
| - "upper-case-first": "^1.1.2", | |
| - "util-arity": "^1.0.2", | |
| - "verror": "^1.9.0" | |
| + "upper-case-first": "1.1.2", | |
| + "util-arity": "1.1.0", | |
| + "verror": "1.10.0" | |
| } | |
| }, | |
| "cucumber-expressions": { | |
| @@ -5570,8 +5570,8 @@ | |
| "resolved": "https://registry.npmjs.org/wdio-selenium-standalone-service/-/wdio-selenium-standalone-service-0.0.12.tgz", | |
| "integrity": "sha512-R8iUL30SkFfZictAG5wRofeCsHQ4bIucDtaArCQWZkUqS+DlGTStIk3TaIOCaX7dS7UW1YN/lJt9Vsn4Ekmoxg==", | |
| "requires": { | |
| - "fs-extra": "^0.30.0", | |
| - "selenium-standalone": "^6.15.4" | |
| + "fs-extra": "0.30.0", | |
| + "selenium-standalone": "6.16.0" | |
| }, | |
| "dependencies": { | |
| "fs-extra": { | |
| @@ -5579,11 +5579,11 @@ | |
| "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz", | |
| "integrity": "sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A=", | |
| "requires": { | |
| - "graceful-fs": "^4.1.2", | |
| - "jsonfile": "^2.1.0", | |
| - "klaw": "^1.0.0", | |
| - "path-is-absolute": "^1.0.0", | |
| - "rimraf": "^2.2.8" | |
| + "graceful-fs": "4.2.2", | |
| + "jsonfile": "2.4.0", | |
| + "klaw": "1.3.1", | |
| + "path-is-absolute": "1.0.1", | |
| + "rimraf": "2.7.1" | |
| } | |
| }, | |
| "jsonfile": { | |
| @@ -5591,7 +5591,7 @@ | |
| "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz", | |
| "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", | |
| "requires": { | |
| - "graceful-fs": "^4.1.6" | |
| + "graceful-fs": "4.2.2" | |
| } | |
| } | |
| } | |
| @@ -5601,9 +5601,9 @@ | |
| "resolved": "https://registry.npmjs.org/wdio-spec-reporter/-/wdio-spec-reporter-0.1.5.tgz", | |
| "integrity": "sha512-MqvgTow8hFwhFT47q67JwyJyeynKodGRQCxF7ijKPGfsaG1NLssbXYc0JhiL7SiAyxnQxII0UxzTCd3I6sEdkg==", | |
| "requires": { | |
| - "babel-runtime": "~6.26.0", | |
| - "chalk": "^2.3.0", | |
| - "humanize-duration": "~3.15.0" | |
| + "babel-runtime": "6.26.0", | |
| + "chalk": "2.4.2", | |
| + "humanize-duration": "3.15.3" | |
| } | |
| }, | |
| "wdio-sync": { | |
| @@ -5612,8 +5612,8 @@ | |
| "integrity": "sha1-L7B9JQEh3IH1Y1MWVCw8SaEiAWg=", | |
| "requires": { | |
| "babel-runtime": "6.25.0", | |
| - "fibers": "~2.0.0", | |
| - "object.assign": "^4.0.3" | |
| + "fibers": "2.0.2", | |
| + "object.assign": "4.1.0" | |
| }, | |
| "dependencies": { | |
| "babel-runtime": { | |
| @@ -5621,8 +5621,8 @@ | |
| "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.25.0.tgz", | |
| "integrity": "sha1-M7mOql1IK7AajRqmtDetKwGuxBw=", | |
| "requires": { | |
| - "core-js": "^2.4.0", | |
| - "regenerator-runtime": "^0.10.0" | |
| + "core-js": "2.6.9", | |
| + "regenerator-runtime": "0.10.5" | |
| } | |
| }, | |
| "regenerator-runtime": { | |
| @@ -5637,28 +5637,28 @@ | |
| "resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-4.14.4.tgz", | |
| "integrity": "sha512-Knp2vzuzP5c5ybgLu+zTwy/l1Gh0bRP4zAr8NWcrStbuomm9Krn9oRF0rZucT6AyORpXinETzmeowFwIoo7mNA==", | |
| "requires": { | |
| - "archiver": "~2.1.0", | |
| - "babel-runtime": "^6.26.0", | |
| - "css-parse": "^2.0.0", | |
| - "css-value": "~0.0.1", | |
| - "deepmerge": "~2.0.1", | |
| - "ejs": "~2.5.6", | |
| - "gaze": "~1.1.2", | |
| - "glob": "~7.1.1", | |
| - "grapheme-splitter": "^1.0.2", | |
| - "inquirer": "~3.3.0", | |
| - "json-stringify-safe": "~5.0.1", | |
| - "mkdirp": "~0.5.1", | |
| - "npm-install-package": "~2.1.0", | |
| - "optimist": "~0.6.1", | |
| - "q": "~1.5.0", | |
| - "request": "^2.83.0", | |
| - "rgb2hex": "^0.1.9", | |
| - "safe-buffer": "~5.1.1", | |
| - "supports-color": "~5.0.0", | |
| - "url": "~0.11.0", | |
| - "wdio-dot-reporter": "~0.0.8", | |
| - "wgxpath": "~1.0.0" | |
| + "archiver": "2.1.1", | |
| + "babel-runtime": "6.26.0", | |
| + "css-parse": "2.0.0", | |
| + "css-value": "0.0.1", | |
| + "deepmerge": "2.0.1", | |
| + "ejs": "2.5.9", | |
| + "gaze": "1.1.3", | |
| + "glob": "7.1.4", | |
| + "grapheme-splitter": "1.0.4", | |
| + "inquirer": "3.3.0", | |
| + "json-stringify-safe": "5.0.1", | |
| + "mkdirp": "0.5.1", | |
| + "npm-install-package": "2.1.0", | |
| + "optimist": "0.6.1", | |
| + "q": "1.5.1", | |
| + "request": "2.88.0", | |
| + "rgb2hex": "0.1.9", | |
| + "safe-buffer": "5.1.2", | |
| + "supports-color": "5.0.1", | |
| + "url": "0.11.0", | |
| + "wdio-dot-reporter": "0.0.10", | |
| + "wgxpath": "1.0.0" | |
| }, | |
| "dependencies": { | |
| "has-flag": { | |
| @@ -5671,7 +5671,7 @@ | |
| "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.0.1.tgz", | |
| "integrity": "sha512-7FQGOlSQ+AQxBNXJpVDj8efTA/FtyB5wcNE1omXXJ0cq6jm1jjDwuROlYDbnzHqdNPqliWFhcioCWSyav+xBnA==", | |
| "requires": { | |
| - "has-flag": "^2.0.0" | |
| + "has-flag": "2.0.0" | |
| } | |
| }, | |
| "url": { | |
| @@ -5695,7 +5695,7 @@ | |
| "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", | |
| "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", | |
| "requires": { | |
| - "isexe": "^2.0.0" | |
| + "isexe": "2.0.0" | |
| } | |
| }, | |
| "which-module": { | |
| @@ -5709,7 +5709,7 @@ | |
| "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", | |
| "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", | |
| "requires": { | |
| - "string-width": "^1.0.2 || 2" | |
| + "string-width": "1.0.2" | |
| } | |
| }, | |
| "widest-line": { | |
| @@ -5717,7 +5717,7 @@ | |
| "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz", | |
| "integrity": "sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==", | |
| "requires": { | |
| - "string-width": "^2.1.1" | |
| + "string-width": "2.1.1" | |
| }, | |
| "dependencies": { | |
| "ansi-regex": { | |
| @@ -5735,8 +5735,8 @@ | |
| "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", | |
| "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", | |
| "requires": { | |
| - "is-fullwidth-code-point": "^2.0.0", | |
| - "strip-ansi": "^4.0.0" | |
| + "is-fullwidth-code-point": "2.0.0", | |
| + "strip-ansi": "4.0.0" | |
| } | |
| }, | |
| "strip-ansi": { | |
| @@ -5744,7 +5744,7 @@ | |
| "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", | |
| "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", | |
| "requires": { | |
| - "ansi-regex": "^3.0.0" | |
| + "ansi-regex": "3.0.0" | |
| } | |
| } | |
| } | |
| @@ -5760,9 +5760,9 @@ | |
| "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", | |
| "dev": true, | |
| "requires": { | |
| - "ansi-styles": "^3.2.0", | |
| - "string-width": "^3.0.0", | |
| - "strip-ansi": "^5.0.0" | |
| + "ansi-styles": "3.2.1", | |
| + "string-width": "3.1.0", | |
| + "strip-ansi": "5.2.0" | |
| }, | |
| "dependencies": { | |
| "ansi-regex": { | |
| @@ -5783,9 +5783,9 @@ | |
| "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", | |
| "dev": true, | |
| "requires": { | |
| - "emoji-regex": "^7.0.1", | |
| - "is-fullwidth-code-point": "^2.0.0", | |
| - "strip-ansi": "^5.1.0" | |
| + "emoji-regex": "7.0.3", | |
| + "is-fullwidth-code-point": "2.0.0", | |
| + "strip-ansi": "5.2.0" | |
| } | |
| }, | |
| "strip-ansi": { | |
| @@ -5794,7 +5794,7 @@ | |
| "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", | |
| "dev": true, | |
| "requires": { | |
| - "ansi-regex": "^4.1.0" | |
| + "ansi-regex": "4.1.0" | |
| } | |
| } | |
| } | |
| @@ -5809,8 +5809,8 @@ | |
| "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.19.tgz", | |
| "integrity": "sha512-esZnJZJOiJR9wWKMyuvSE1y6Dq5LCuJanqhxslH2bxM6duahNZ+HMpCLhBQGZkbX6xRf8x1Y2eJlgt2q3qo49Q==", | |
| "requires": { | |
| - "sax": ">=0.6.0", | |
| - "xmlbuilder": "~9.0.1" | |
| + "sax": "1.2.1", | |
| + "xmlbuilder": "9.0.7" | |
| } | |
| }, | |
| "xmlbuilder": { | |
| @@ -5845,16 +5845,16 @@ | |
| "integrity": "sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==", | |
| "dev": true, | |
| "requires": { | |
| - "cliui": "^5.0.0", | |
| - "find-up": "^3.0.0", | |
| - "get-caller-file": "^2.0.1", | |
| - "require-directory": "^2.1.1", | |
| - "require-main-filename": "^2.0.0", | |
| - "set-blocking": "^2.0.0", | |
| - "string-width": "^3.0.0", | |
| - "which-module": "^2.0.0", | |
| - "y18n": "^4.0.0", | |
| - "yargs-parser": "^13.1.1" | |
| + "cliui": "5.0.0", | |
| + "find-up": "3.0.0", | |
| + "get-caller-file": "2.0.5", | |
| + "require-directory": "2.1.1", | |
| + "require-main-filename": "2.0.0", | |
| + "set-blocking": "2.0.0", | |
| + "string-width": "3.1.0", | |
| + "which-module": "2.0.0", | |
| + "y18n": "4.0.0", | |
| + "yargs-parser": "13.1.1" | |
| }, | |
| "dependencies": { | |
| "ansi-regex": { | |
| @@ -5869,7 +5869,7 @@ | |
| "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", | |
| "dev": true, | |
| "requires": { | |
| - "locate-path": "^3.0.0" | |
| + "locate-path": "3.0.0" | |
| } | |
| }, | |
| "is-fullwidth-code-point": { | |
| @@ -5884,8 +5884,8 @@ | |
| "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", | |
| "dev": true, | |
| "requires": { | |
| - "p-locate": "^3.0.0", | |
| - "path-exists": "^3.0.0" | |
| + "p-locate": "3.0.0", | |
| + "path-exists": "3.0.0" | |
| } | |
| }, | |
| "p-limit": { | |
| @@ -5894,7 +5894,7 @@ | |
| "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==", | |
| "dev": true, | |
| "requires": { | |
| - "p-try": "^2.0.0" | |
| + "p-try": "2.2.0" | |
| } | |
| }, | |
| "p-locate": { | |
| @@ -5903,7 +5903,7 @@ | |
| "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", | |
| "dev": true, | |
| "requires": { | |
| - "p-limit": "^2.0.0" | |
| + "p-limit": "2.2.1" | |
| } | |
| }, | |
| "p-try": { | |
| @@ -5918,9 +5918,9 @@ | |
| "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", | |
| "dev": true, | |
| "requires": { | |
| - "emoji-regex": "^7.0.1", | |
| - "is-fullwidth-code-point": "^2.0.0", | |
| - "strip-ansi": "^5.1.0" | |
| + "emoji-regex": "7.0.3", | |
| + "is-fullwidth-code-point": "2.0.0", | |
| + "strip-ansi": "5.2.0" | |
| } | |
| }, | |
| "strip-ansi": { | |
| @@ -5929,7 +5929,7 @@ | |
| "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", | |
| "dev": true, | |
| "requires": { | |
| - "ansi-regex": "^4.1.0" | |
| + "ansi-regex": "4.1.0" | |
| } | |
| } | |
| } | |
| @@ -5940,8 +5940,8 @@ | |
| "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==", | |
| "dev": true, | |
| "requires": { | |
| - "camelcase": "^5.0.0", | |
| - "decamelize": "^1.2.0" | |
| + "camelcase": "5.3.1", | |
| + "decamelize": "1.2.0" | |
| } | |
| }, | |
| "yauzl": { | |
| @@ -5949,7 +5949,7 @@ | |
| "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz", | |
| "integrity": "sha1-lSj0QtqxsihOWLQ3m7GU4i4MQAU=", | |
| "requires": { | |
| - "fd-slicer": "~1.0.1" | |
| + "fd-slicer": "1.0.1" | |
| } | |
| }, | |
| "zip-stream": { | |
| @@ -5957,10 +5957,10 @@ | |
| "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-1.2.0.tgz", | |
| "integrity": "sha1-qLxF9MG0lpnGuQGYuqyqzbzUugQ=", | |
| "requires": { | |
| - "archiver-utils": "^1.3.0", | |
| - "compress-commons": "^1.2.0", | |
| - "lodash": "^4.8.0", | |
| - "readable-stream": "^2.0.0" | |
| + "archiver-utils": "1.3.0", | |
| + "compress-commons": "1.2.2", | |
| + "lodash": "4.17.15", | |
| + "readable-stream": "2.3.6" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment