From 0db6593c57087df9ce18ab326e036105c0525e3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Mar 2022 16:05:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9495a82..81e367b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "handlebars": "^4.0.10", "liftoff": "^2.3.0", "lodash.uniq": "^4.5.0", - "minimist": "^1.2.0", + "minimist": "^1.2.6", "multimatch": "^2.1.0", "pretty-ms": "^3.0.0", "trim-newlines": "^2.0.0"