From 51e4429b7e3aec000d60d4605dc5f639eca4805e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 04:03:53 +0000 Subject: [PATCH] Bump through2 from 2.0.5 to 5.0.2 Bumps [through2](https://github.com/rvagg/through2) from 2.0.5 to 5.0.2. - [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/v2.0.5...v5.0.2) --- updated-dependencies: - dependency-name: through2 dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f8d109..22f2da3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@goto-bus-stop/common-shake": "^2.3.0", "convert-source-map": "^2.0.0", - "through2": "^2.0.3", + "through2": "^5.0.2", "transform-ast": "^2.4.3", "wrap-comment": "^1.0.1" },