From 1c29d9997650152af07034c2fad38889662bc2e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 13:48:03 +0000 Subject: [PATCH] deps: update minipass-fetch requirement from ^2.0.2 to ^2.0.3 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.2...v2.0.3) --- 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 d0a8bbaa..fb685d0b 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.2", + "minipass-fetch": "^2.0.3", "minipass-json-stream": "^1.0.1", "minizlib": "^2.1.2", "npm-package-arg": "^9.0.1",