From 4545e3941a580ee13952fbb25a3d93a06d5ff42b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:16:59 +0000 Subject: [PATCH] Update dependency through2 to v4 --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6719335..066e585 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "iconv-lite": "0.6.3", "plugin-error": "1.0.1", - "through2": "3.0.2" + "through2": "4.0.2" }, "devDependencies": { "event-stream": "3.3.4", @@ -3323,13 +3323,12 @@ "dev": true }, "node_modules/through2": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.2.tgz", - "integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz", + "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==", "license": "MIT", "dependencies": { - "inherits": "^2.0.4", - "readable-stream": "2 || 3" + "readable-stream": "3" } }, "node_modules/to-fast-properties": { diff --git a/package.json b/package.json index fc80239..04274dc 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "iconv-lite": "0.6.3", "plugin-error": "1.0.1", - "through2": "3.0.2" + "through2": "4.0.2" }, "devDependencies": { "event-stream": "3.3.4",