From 36af252ddd1b6039b68edb3c6005b1876af7c7ab Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Wed, 22 Apr 2020 13:34:44 +0300 Subject: [PATCH] Bump minimist dependency to ^1.2.3 This helps consumers avoid a security issue. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c73767e..55eb4fa 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "license": "BSD-3-Clause", "dependencies": { "json-stringify-safe": "^5.0.1", - "minimist": "^1.2.0", + "minimist": "^1.2.3", "split2": "^2.1.0", "through2": "^2.0.3" },