From 4a9892a0fbf79965ed272d9bc5422c4525e7a990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 06:42:19 -0800 Subject: [PATCH] deps: update minipass-fetch requirement from ^2.0.1 to ^2.0.2 (#109) Updates the requirements on [minipass-fetch](https://github.com/npm/minipass-fetch) to permit the latest version. - [Release notes](https://github.com/npm/minipass-fetch/releases) - [Changelog](https://github.com/npm/minipass-fetch/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/minipass-fetch/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: minipass-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b871b18..864834a 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "lru-cache": "^7.4.0", "minipass": "^3.1.6", "minipass-collect": "^1.0.2", - "minipass-fetch": "^2.0.1", + "minipass-fetch": "^2.0.2", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", "negotiator": "^0.6.3",