From ea7c2d6ee3fd4eab1b1f5fdfd61273ca30f6f1f5 Mon Sep 17 00:00:00 2001 From: gopijaganthan <[email protected]> Date: Tue, 22 Mar 2022 11:41:51 +0100 Subject: [PATCH] minimist-prototype-pollution-patch-1 Fixing minimist security issue https://www.npmjs.com/advisories/1067259 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 887238f..38d7376 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "deep-extend": "^0.6.0", "ini": "~1.3.0", - "minimist": "^1.2.0", + "minimist": "^1.2.6", "strip-json-comments": "~2.0.1" } }