From 6fabf4c23c8a33dce221ea2fac8cb1ecd14767a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 17:04:05 +0000 Subject: [PATCH] deps: update minipass-fetch requirement from ^1.3.2 to ^1.4.1 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) - [Commits](https://github.com/npm/minipass-fetch/compare/v1.3.2...v1.4.1) --- updated-dependencies: - dependency-name: minipass-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5881068..5a32d03 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "lru-cache": "^7.0.1", "minipass": "^3.1.6", "minipass-collect": "^1.0.2", - "minipass-fetch": "^1.3.2", + "minipass-fetch": "^1.4.1", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", "negotiator": "^0.6.3",