From 74f6b79b5bdc4a69d39f2d6550a6c5028ba10145 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 13:20:50 +0000 Subject: [PATCH] Bump through2 from 3.0.1 to 4.0.1 Bumps [through2](https://github.com/rvagg/through2) from 3.0.1 to 4.0.1. - [Release notes](https://github.com/rvagg/through2/releases) - [Commits](https://github.com/rvagg/through2/compare/v3.0.1...v4.0.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86897c0..3a8bac7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7107,9 +7107,9 @@ } }, "readable-stream": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.5.0.tgz", - "integrity": "sha512-gSz026xs2LfxBPudDuI41V1lka8cxg64E66SGe78zJlsUofOg/yqwezdIcdfwik6B4h8LFmWPA9ef9X3FiNFLA==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "requires": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", @@ -8105,11 +8105,12 @@ "dev": true }, "through2": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.1.tgz", - "integrity": "sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.1.tgz", + "integrity": "sha512-G04e2YDcXGlUPGbPKpqcPgcw+CmIWbHAy9ifmGrjfoeColNJ93CsA2qpSOoGvFylskm22ItBIg7L3Wv/eLiVaw==", "requires": { - "readable-stream": "2 || 3" + "inherits": "^2.0.4", + "readable-stream": "3" } }, "through2-filter": { diff --git a/package.json b/package.json index 58c7710..0b192a8 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "homepage": "https://github.com/salesforce-ux/gulp-theo", "dependencies": { - "through2": "^3.0.1" + "through2": "^4.0.1" }, "peerDependencies": { "theo": "^8.1.3"