From 87de4ded7963c1c8e9f52c96d62a37a72bd3d4a0 Mon Sep 17 00:00:00 2001 From: Rafa Mel Date: Fri, 17 May 2019 06:51:26 +0200 Subject: [PATCH] fix(deps): updates dependencies --- package-lock.json | 67 +++++++++++++++++++++++++---------------------- package.json | 4 +-- 2 files changed, 38 insertions(+), 33 deletions(-) diff --git a/package-lock.json b/package-lock.json index 80df867..c029cc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2117,17 +2117,17 @@ } }, "cli-belt": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/cli-belt/-/cli-belt-0.3.0.tgz", - "integrity": "sha512-jexRiP/TAROFs+i3IKy9frTuomLVwi3GKr6Wd+/h5UQoJkdpVk+OQE+F8RKxsi7l8nRwYQxU3UfOwzSy8c5Tkg==", + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/cli-belt/-/cli-belt-0.3.1.tgz", + "integrity": "sha512-cQfBIWcwZCXAGLLdyH5XAMmP3KWnqOTWH4HO8a2J/ALEHA59TzLQ+KeOxc2b1I1NSfekvchWexq4EnRctELo0g==", "requires": { "@types/normalize-package-data": "^2.4.0", "camelcase": "^5.3.1", "chalk": "^2.4.2", - "errorish": "^0.1.0", + "errorish": "^0.4.0", "execall": "^2.0.0", - "find-up": "^3.0.0", - "fs-extra": "^7.0.1", + "find-up": "^4.0.0", + "fs-extra": "^8.0.1", "normalize-package-data": "^2.5.0" }, "dependencies": { @@ -2135,24 +2135,6 @@ "version": "5.3.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "requires": { - "locate-path": "^3.0.0" - } - }, - "fs-extra": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", - "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } } } }, @@ -3138,9 +3120,12 @@ } }, "errorish": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/errorish/-/errorish-0.1.0.tgz", - "integrity": "sha512-gFPjf9Dd6iHLFTElcEbNm1YyVzXMqJEiMO8ZKhLQu/KreD9klLKpy65YKGxRIc65jvZzS0B9lfAMfj1DEOKrfw==" + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/errorish/-/errorish-0.4.0.tgz", + "integrity": "sha512-6bbH/9cgdngn9vrgEGaqhLX61yn0L/ub3Zl3cr3Emo2JxNR4viV+9T/LxWs+s2vRA2zeoyCTl+/gzufh+iBcuw==", + "requires": { + "promist": "^0.7.0" + } }, "es-abstract": { "version": "1.13.0", @@ -3715,13 +3700,13 @@ "dev": true }, "exits": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/exits/-/exits-1.0.0.tgz", - "integrity": "sha512-cMivoVP4nHj2dulv4Te+2QIexEDCRHbrUyGFfav8rNLHiBtW93/ut5zl5BiLqoXI+WzAM7mb25lrn8dqU8TA6g==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/exits/-/exits-1.0.2.tgz", + "integrity": "sha512-T3gWdkKz80E32hrPsT131ioQyiMrEG+yoQ5ZoAf4PFvPdVAkKR21BVw3Zj0ccsU53KPX5dUsYgoahwffjSVWBA==", "requires": { "arg": "^4.1.0", "chalk": "^2.4.2", - "cli-belt": "^0.3.0", + "cli-belt": "^0.3.1", "common-tags": "^1.8.0", "errorish": "^0.4.0", "lodash.clonedeep": "^4.5.0", @@ -3732,6 +3717,26 @@ "uuid": "^3.3.2" }, "dependencies": { + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "cli-belt": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/cli-belt/-/cli-belt-0.3.1.tgz", + "integrity": "sha512-cQfBIWcwZCXAGLLdyH5XAMmP3KWnqOTWH4HO8a2J/ALEHA59TzLQ+KeOxc2b1I1NSfekvchWexq4EnRctELo0g==", + "requires": { + "@types/normalize-package-data": "^2.4.0", + "camelcase": "^5.3.1", + "chalk": "^2.4.2", + "errorish": "^0.4.0", + "execall": "^2.0.0", + "find-up": "^4.0.0", + "fs-extra": "^8.0.1", + "normalize-package-data": "^2.5.0" + } + }, "errorish": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/errorish/-/errorish-0.4.0.tgz", diff --git a/package.json b/package.json index fcb2358..4503e80 100644 --- a/package.json +++ b/package.json @@ -113,11 +113,11 @@ "dependencies": { "arg": "^4.1.0", "as-table": "^1.0.38", - "cli-belt": "^0.3.0", + "cli-belt": "^0.3.1", "command-join": "^2.0.0", "common-tags": "^1.8.0", "concurrently": "^4.1.0", - "exits": "^1.0.0", + "exits": "^1.0.2", "find-up": "^4.0.0", "fs-extra": "^8.0.1", "glob": "^7.1.4",