From 07a5aa17a8d2245d69f613f9351d4cf84865ade8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 11:27:14 -0700 Subject: [PATCH] deps: update fs-minipass requirement from ^2.0.0 to ^2.1.0 (#72) Updates the requirements on [fs-minipass](https://github.com/npm/fs-minipass) to permit the latest version. - [Release notes](https://github.com/npm/fs-minipass/releases) - [Commits](https://github.com/npm/fs-minipass/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: fs-minipass 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 813bc3f..0bcc930 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@npmcli/fs": "^1.0.0", "@npmcli/move-file": "^1.1.2", "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", + "fs-minipass": "^2.1.0", "glob": "^7.1.4", "infer-owner": "^1.0.4", "lru-cache": "^6.0.0",