From d8c3180d0b8a584a9024b4b6f9a34cb00a9e8523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 06:41:45 -0800 Subject: [PATCH] deps: update minipass-fetch requirement from ^2.0.1 to ^2.0.2 (#95) 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 5520be8..e2256d0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "make-fetch-happen": "^10.0.4", "minipass": "^3.1.6", - "minipass-fetch": "^2.0.1", + "minipass-fetch": "^2.0.2", "minipass-json-stream": "^1.0.1", "minizlib": "^2.1.2", "npm-package-arg": "^9.0.0",