From b81eb98b3a0b0358c40cac387a3a324ae0b4616a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 15:41:30 -0500 Subject: [PATCH] fix(deps): update dependency minimist to ^1.2.7 (#162) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49469b62..41769160 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "is-file": "^1.0.0", "join-async-iterator": "^1.1.1", "junk": "^3.1.0", - "minimist": "^1.2.5", + "minimist": "^1.2.7", "piece-length": "^2.0.1", "queue-microtask": "^1.2.3", "run-parallel": "^1.2.0",