From cde3a7505145fc2ce0974b09a0885996cefea246 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 1 Nov 2018 05:34:28 +0000 Subject: [PATCH] fix(deps): update dependency split2 to v3 Signed-off-by: Renovate Bot --- package-lock.json | 48 +++++++++++++++---- .../conventional-commits-parser/package.json | 2 +- packages/git-raw-commits/package.json | 2 +- 3 files changed, 40 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99d6a3167..634e6c419 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1792,9 +1792,27 @@ "is-text-path": "^1.0.0", "lodash": "^4.2.1", "meow": "^4.0.0", - "split2": "^2.0.0", + "split2": "^3.0.0", "through2": "^2.0.0", "trim-off-newlines": "^1.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "3.0.6", + "bundled": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "split2": { + "version": "3.0.0", + "bundled": true, + "requires": { + "readable-stream": "^3.0.0" + } + } } }, "conventional-recommended-bump": { @@ -3388,8 +3406,26 @@ "dargs": "^4.0.1", "lodash.template": "^4.0.2", "meow": "^4.0.0", - "split2": "^2.0.0", + "split2": "^3.0.0", "through2": "^2.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "3.0.6", + "bundled": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "split2": { + "version": "3.0.0", + "bundled": true, + "requires": { + "readable-stream": "^3.0.0" + } + } } }, "git-remote-origin-url": { @@ -7475,14 +7511,6 @@ "extend-shallow": "^3.0.0" } }, - "split2": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/split2/-/split2-2.2.0.tgz", - "integrity": "sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw==", - "requires": { - "through2": "^2.0.2" - } - }, "sprintf-js": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.1.tgz", diff --git a/packages/conventional-commits-parser/package.json b/packages/conventional-commits-parser/package.json index 69f7ee99d..bf87e27d0 100644 --- a/packages/conventional-commits-parser/package.json +++ b/packages/conventional-commits-parser/package.json @@ -37,7 +37,7 @@ "is-text-path": "^1.0.0", "lodash": "^4.2.1", "meow": "^4.0.0", - "split2": "^2.0.0", + "split2": "^3.0.0", "through2": "^2.0.0", "trim-off-newlines": "^1.0.0" }, diff --git a/packages/git-raw-commits/package.json b/packages/git-raw-commits/package.json index 0d48108f1..da615d6a9 100644 --- a/packages/git-raw-commits/package.json +++ b/packages/git-raw-commits/package.json @@ -36,7 +36,7 @@ "dargs": "^4.0.1", "lodash.template": "^4.0.2", "meow": "^4.0.0", - "split2": "^2.0.0", + "split2": "^3.0.0", "through2": "^2.0.0" }, "scripts": {