From 203b1ae0171b847dbb77df557e1c527abad43962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 04:37:55 +0000 Subject: [PATCH] fix(deps): bump through2 from 4.0.2 to 5.0.0 in the all group Bumps the all group with 1 update: [through2](https://github.com/rvagg/through2). Updates `through2` from 4.0.2 to 5.0.0 - [Release notes](https://github.com/rvagg/through2/releases) - [Changelog](https://github.com/rvagg/through2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rvagg/through2/compare/v4.0.2...v5.0.0) --- updated-dependencies: - dependency-name: through2 dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26dc685..ef34c63 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "debug-fabulous": "^2.0.1", "rxjs": "^7.8.1", - "through2": "^4.0.2" + "through2": "^5.0.0" }, "devDependencies": { "@commitlint/cli": "^20.4.1",