From d564338f9e1a05b6925d5f087212a9b11730894e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 04:06:59 +0000 Subject: [PATCH] Bump through2 from 2.0.5 to 5.0.0 Bumps [through2](https://github.com/rvagg/through2) from 2.0.5 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/v2.0.5...v5.0.0) --- updated-dependencies: - dependency-name: through2 dependency-version: 5.0.0 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..1d98eb6 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.0", "transform-ast": "^2.4.3", "wrap-comment": "^1.0.1" },