From 3d800e0cbdef4f3c70714362e4e67e78b90fd3d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 08:44:13 +0000 Subject: [PATCH] Bump through2 from 2.0.5 to 4.0.2 Bumps [through2](https://github.com/rvagg/through2) from 2.0.5 to 4.0.2. - [Release notes](https://github.com/rvagg/through2/releases) - [Commits](https://github.com/rvagg/through2/compare/v2.0.5...v4.0.2) --- updated-dependencies: - dependency-name: through2 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..7f651ab 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": "^4.0.2", "transform-ast": "^2.4.3", "wrap-comment": "^1.0.1" },