From 7539a92831ce0178b9fc8ccc4d82950aaeee12c5 Mon Sep 17 00:00:00 2001 From: Harikrishna Kuchibhotla <55160393+hkuchibhotla@users.noreply.github.com> Date: Thu, 10 Sep 2020 14:03:42 -0400 Subject: [PATCH] updated minimist to latest version (#14) Co-authored-by: hkuchibhotla --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f24588c..1f10fc2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "concat-stream": "~1.4.1", - "minimist": "0.0.7", + "minimist": "1.2.5", "simplify-geometry": "0.0.2" }, "devDependencies": {